| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected