MCPcopy Create free account
hub / github.com/beefytech/Beef / OutputRawMessage

Method OutputRawMessage

IDEHelper/WinDebugger.cpp:4544–4550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4542}
4543
4544void WinDebugger::OutputRawMessage(const StringImpl& msg)
4545{
4546 if (this == NULL)
4547 return;
4548 AutoCrit autoCrit(mDebugManager->mCritSect);
4549 mDebugManager->mOutMessages.push_back(msg);
4550}
4551
4552void WinDebugger::SetRunState(RunState runState)
4553{

Callers 9

CheckPDBDataMethod · 0.45
SearchSymSrvMethod · 0.45
WriteMemoryCallbackFunction · 0.45
DoTransferMethod · 0.45
NetManager.cppFile · 0.45
ShowTrackingMethod · 0.45
GetMethod · 0.45
FailMethod · 0.45
SoftFailMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected