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

Method GetBreakpointList

core/adapters/dbgengadapter.cpp:901–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901std::vector<DebugBreakpoint> DbgEngAdapter::GetBreakpointList() const
902{
903 // TODO: this list is maintained properly and can become outdated. Also, it is not used by the controller
904 // return this->m_debug_breakpoints;
905 return {};
906}
907
908void DbgEngAdapter::ApplyBreakpoints()
909{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected