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

Function Breakpoint_SetThreadId

IDEHelper/DebugManager.cpp:1038–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036}
1037
1038BF_EXPORT void BF_CALLTYPE Breakpoint_SetThreadId(Breakpoint* breakpoint, intptr threadId)
1039{
1040 BfLogDbg("Breakpoint %p set ThreadId=%d\n", breakpoint, threadId);
1041 breakpoint->mThreadId = threadId;
1042 gDebugger->CheckBreakpoint(breakpoint);
1043}
1044
1045BF_EXPORT int BF_CALLTYPE Breakpoint_GetHitCount(Breakpoint* breapoint)
1046{

Callers

nothing calls this directly

Calls 1

CheckBreakpointMethod · 0.45

Tested by

no test coverage detected