MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdWindowShowData2

Function CmdWindowShowData2

source/Debugger/Debug.cpp:7753–7770  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

7751
7752//===========================================================================
7753Update_t CmdWindowShowData2 (int nArgs)
7754{
7755 if ((g_iWindowThis == WINDOW_CODE) || (g_iWindowThis == WINDOW_DATA))
7756 {
7757 if (g_iWindowThis == WINDOW_CODE)
7758 {
7759 _WindowSplit( WINDOW_DATA );
7760 }
7761 else
7762 if (g_iWindowThis == WINDOW_DATA)
7763 {
7764 _WindowJoin();
7765 }
7766 return UPDATE_DISASM;
7767
7768 }
7769 return UPDATE_CONSOLE_DISPLAY;
7770}
7771
7772//===========================================================================
7773Update_t CmdWindowShowSource (int nArgs)

Callers

nothing calls this directly

Calls 2

_WindowSplitFunction · 0.85
_WindowJoinFunction · 0.85

Tested by

no test coverage detected