MCPcopy Create free account
hub / github.com/Norbyte/ositools / BreakpointManager

Method BreakpointManager

OsiInterface/Debugger.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110 BreakpointManager::BreakpointManager(OsirisStaticGlobals const & globals)
111 : breakpoints_(new std::unordered_map<uint64_t, Breakpoint>()),
112 globals_(globals)
113 {}
114
115 ResultCode BreakpointManager::SetGlobalBreakpoints(GlobalBreakpointType breakpoints)
116 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected