MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ClearAllBreakPoints

Method ClearAllBreakPoints

pcsx2/DebugTools/Breakpoints.cpp:230–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void CBreakPoints::ClearAllBreakPoints()
231{
232 if (!breakPoints_.empty())
233 {
234 breakPoints_.clear();
235 Update();
236 }
237}
238
239void CBreakPoints::ClearTemporaryBreakPoints()
240{

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected