MCPcopy Create free account
hub / github.com/Norbyte/ositools / ConditionalBreakpointInServerThread

Method ConditionalBreakpointInServerThread

OsiInterface/Debugger.cpp:822–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820 }
821
822 void Debugger::ConditionalBreakpointInServerThread(Node * bpNode, uint64_t bpNodeId, BreakpointType bpType, GlobalBreakpointType globalBpType)
823 {
824 if (breakpoints_.ShouldTriggerBreakpoint(callStack_, bpNode, bpNodeId, bpType, globalBpType)) {
825 FinishedSingleStep();
826 BreakpointInServerThread();
827 }
828 }
829
830 void Debugger::BreakpointInServerThread()
831 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected