MCPcopy Create free account
hub / github.com/Vector35/debugger / ChangeSymbolState

Method ChangeSymbolState

core/adapters/dbgengadapter.cpp:1384–1387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1382}
1383
1384HRESULT DbgEngEventCallbacks::ChangeSymbolState(unsigned long flags, uint64_t argument)
1385{
1386 return DEBUG_STATUS_NO_CHANGE;
1387}
1388
1389HRESULT DbgEngOutputCallbacks::Output(unsigned long mask, const char* text)
1390{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected