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

Method Output

core/adapters/dbgengadapter.cpp:1389–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1387}
1388
1389HRESULT DbgEngOutputCallbacks::Output(unsigned long mask, const char* text)
1390{
1391 DebuggerEvent event;
1392 event.type = BackendMessageEventType;
1393 event.data.messageData.message = text;
1394 m_adapter->PostDebuggerEvent(event);
1395 return S_OK;
1396}
1397
1398unsigned long DbgEngOutputCallbacks::AddRef()
1399{

Callers

nothing calls this directly

Calls 1

PostDebuggerEventMethod · 0.45

Tested by

no test coverage detected