Searched refs:SoftwareBreakpoint (Results 1 – 2 of 2) sorted by relevance
417 struct SoftwareBreakpoint { struct423 std::unordered_map<lldb::addr_t, SoftwareBreakpoint> m_software_breakpoints; argument495 llvm::Expected<SoftwareBreakpoint>
422 llvm::Expected<NativeProcessProtocol::SoftwareBreakpoint>497 return SoftwareBreakpoint{1, saved_opcode_bytes, *expected_trap}; in EnableSoftwareBreakpoint()