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

Method ClearAllMemChecks

pcsx2/DebugTools/Breakpoints.cpp:379–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379void CBreakPoints::ClearAllMemChecks()
380{
381 // This will ruin any pending memchecks.
382 cleanupMemChecks_.clear();
383
384 if (!memChecks_.empty())
385 {
386 memChecks_.clear();
387 Update();
388 }
389}
390
391void CBreakPoints::SetSkipFirst(BreakPointCpu cpu, u32 pc)
392{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected