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

Method UnbindBreakpoints

IDEHelper/Compiler/CeMachine.cpp:557–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557void CeFunction::UnbindBreakpoints()
558{
559 for (auto kv : mBreakpoints)
560 mCode[kv.mKey] = kv.mValue.mPrevOpCode;
561 mBreakpoints.Clear();
562}
563
564CeEmitEntry* CeFunction::FindEmitEntry(int instIdx, int* entryIdx)
565{

Callers 2

ExecuteMethod · 0.80
UpdateBreakpointsMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected