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

Method GetBreakpointList

core/adapters/lldbadapter.cpp:655–658  ·  view source on GitHub ↗

TODO: this should be deprecated

Source from the content-addressed store, hash-verified

653
654// TODO: this should be deprecated
655std::vector<DebugBreakpoint> LldbAdapter::GetBreakpointList() const
656{
657 return std::vector<DebugBreakpoint>();
658}
659
660
661std::unordered_map<std::string, DebugRegister> LldbAdapter::ReadAllRegisters()

Callers 1

BNDebuggerGetBreakpointsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected