MCPcopy Create free account
hub / github.com/Vector35/debugger / ApplyBreakpoints

Method ApplyBreakpoints

core/adapters/dbgengadapter.cpp:908–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908void DbgEngAdapter::ApplyBreakpoints()
909{
910 for (const auto bp : m_pendingBreakpoints)
911 {
912 AddBreakpoint(bp);
913 }
914 m_pendingBreakpoints.clear();
915}
916
917DebugRegister DbgEngAdapter::ReadRegister(const std::string& reg)
918{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected