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

Method NotifyEvent

core/debuggercontroller.cpp:1306–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304
1305
1306void DebuggerController::NotifyEvent(DebuggerEventType eventType)
1307{
1308 DebuggerEvent event;
1309 event.type = eventType;
1310 PostDebuggerEvent(event);
1311}
1312
1313
1314// We should call these two function instead of DebugAdapter::ReadMemory(), which will skip the memory cache

Callers 9

SetRegisterValueMethod · 0.80
SetAdapterTypeMethod · 0.80
SetExecutablePathMethod · 0.80
SetInputFileMethod · 0.80
SetWorkingDirectoryMethod · 0.80
SetRemoteHostMethod · 0.80
SetRemotePortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected