Searched refs:SoftwareBreakpoint (Results 1 – 2 of 2) sorted by relevance
409 struct SoftwareBreakpoint { struct415 std::unordered_map<lldb::addr_t, SoftwareBreakpoint> m_software_breakpoints; argument487 llvm::Expected<SoftwareBreakpoint>
421 llvm::Expected<NativeProcessProtocol::SoftwareBreakpoint>496 return SoftwareBreakpoint{1, saved_opcode_bytes, *expected_trap}; in EnableSoftwareBreakpoint()