Searched refs:SoftwareBreakpoint (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | SoftwareBreakpoint.cpp | 26 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()
|
| HD | NativeBreakpointList.cpp | 214 auto software_bp_sp = std::static_pointer_cast<SoftwareBreakpoint>(bp_sp); in RemoveTrapsFromBuffer()
|
| HD | NativeProcessProtocol.cpp | 373 … { return SoftwareBreakpoint::CreateSoftwareBreakpoint (*this, addr, size_hint, breakpoint_sp); }); in SetSoftwareBreakpoint()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| HD | SoftwareBreakpoint.h | 18 class SoftwareBreakpoint : public NativeBreakpoint 26 …SoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, const uint8_t *saved_opcode…
|
| HD | NativeProcessProtocol.h | 35 friend class SoftwareBreakpoint; variable
|
| /NextBSD/lib/clang/liblldbHostCommon/ |
| HD | Makefile | 28 SoftwareBreakpoint.cpp \
|