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