MCPcopy Create free account
hub / github.com/WheretIB/nullc / DebugCommand

Enum DebugCommand

SuperCalc.cpp:116–136  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////// Remote debugging

Source from the content-addressed store, hash-verified

114//////////////////////////////////////////////////////////////////////////
115// Remote debugging
116enum DebugCommand
117{
118 DEBUG_REPORT_INFO,
119 DEBUG_MODULE_INFO,
120 DEBUG_MODULE_NAMES,
121 DEBUG_SOURCE_INFO,
122 DEBUG_TYPE_INFO,
123 DEBUG_VARIABLE_INFO,
124 DEBUG_FUNCTION_INFO,
125 DEBUG_LOCAL_INFO,
126 DEBUG_TYPE_EXTRA_INFO,
127 DEBUG_SYMBOL_INFO,
128 DEBUG_CODE_INFO,
129 DEBUG_BREAK_SET,
130 DEBUG_BREAK_HIT,
131 DEBUG_BREAK_CONTINUE,
132 DEBUG_BREAK_STACK,
133 DEBUG_BREAK_CALLSTACK,
134 DEBUG_BREAK_DATA,
135 DEBUG_DETACH,
136};
137
138struct PipeData
139{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected