Searched refs:SoftwareBreakpoint (Results 1 – 2 of 2) sorted by relevance
413 struct SoftwareBreakpoint { struct419 std::unordered_map<lldb::addr_t, SoftwareBreakpoint> m_software_breakpoints; argument491 llvm::Expected<SoftwareBreakpoint>
425 llvm::Expected<NativeProcessProtocol::SoftwareBreakpoint>500 return SoftwareBreakpoint{1, saved_opcode_bytes, *expected_trap}; in EnableSoftwareBreakpoint()