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

Method OutputMessage

IDEHelper/WinDebugger.cpp:4536–4542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4534}
4535
4536void WinDebugger::OutputMessage(const StringImpl& msg)
4537{
4538 if (this == NULL)
4539 return;
4540 AutoCrit autoCrit(mDebugManager->mCritSect);
4541 mDebugManager->mOutMessages.push_back("msg " + msg);
4542}
4543
4544void WinDebugger::OutputRawMessage(const StringImpl& msg)
4545{

Callers 6

MatchMethodMethod · 0.45
CheckPDBDataMethod · 0.45
SearchForImageMethod · 0.45
TryLoadPDBMethod · 0.45
InitMethod · 0.45
HotLoadMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected