Home
last modified time | relevance | path

Searched refs:SoftwareBreakpoint (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSoftwareBreakpoint.cpp26 SoftwareBreakpoint::CreateSoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, si… in CreateSoftwareBreakpoint()
88 …breakpoint_sp.reset (new SoftwareBreakpoint (process, addr, saved_opcode_bytes, bp_opcode_bytes, b… in CreateSoftwareBreakpoint()
93 SoftwareBreakpoint::EnableSoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, si… in EnableSoftwareBreakpoint()
188 SoftwareBreakpoint::SoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, const ui… in SoftwareBreakpoint() function in SoftwareBreakpoint
203 SoftwareBreakpoint::DoEnable () in DoEnable()
209 SoftwareBreakpoint::DoDisable () in DoDisable()
313 SoftwareBreakpoint::IsSoftwareBreakpoint () const in IsSoftwareBreakpoint()
HDNativeBreakpointList.cpp214 auto software_bp_sp = std::static_pointer_cast<SoftwareBreakpoint>(bp_sp); in RemoveTrapsFromBuffer()
HDNativeProcessProtocol.cpp373 … { return SoftwareBreakpoint::CreateSoftwareBreakpoint (*this, addr, size_hint, breakpoint_sp); }); in SetSoftwareBreakpoint()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/
HDSoftwareBreakpoint.h18 class SoftwareBreakpoint : public NativeBreakpoint
26SoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, const uint8_t *saved_opcode…
HDNativeProcessProtocol.h35 friend class SoftwareBreakpoint; variable
/NextBSD/lib/clang/liblldbHostCommon/
HDMakefile28 SoftwareBreakpoint.cpp \