Searched refs:SoftwareBreakpoint (Results 1 – 2 of 2) sorted by relevance
401 struct SoftwareBreakpoint { struct407 std::unordered_map<lldb::addr_t, SoftwareBreakpoint> m_software_breakpoints; argument481 llvm::Expected<SoftwareBreakpoint>
441 llvm::Expected<NativeProcessProtocol::SoftwareBreakpoint>516 return SoftwareBreakpoint{1, saved_opcode_bytes, *expected_trap}; in EnableSoftwareBreakpoint()