Searched refs:SoftwareBreakpoint (Results 1 – 2 of 2) sorted by relevance
373 struct SoftwareBreakpoint { struct379 std::unordered_map<lldb::addr_t, SoftwareBreakpoint> m_software_breakpoints; argument451 llvm::Expected<SoftwareBreakpoint>
408 llvm::Expected<NativeProcessProtocol::SoftwareBreakpoint>483 return SoftwareBreakpoint{1, saved_opcode_bytes, *expected_trap}; in EnableSoftwareBreakpoint()