Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp90 static Status SetSoftwareBreakpoint(lldb::addr_t bp_addr, unsigned bp_size, in SetSoftwareBreakpoint() function
138 error = SetSoftwareBreakpoint(bp_addr, *bp_size, process); in SetupSoftwareSingleStepping()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp218 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h464 Status SetSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp341 Status NativeProcessProtocol::SetSoftwareBreakpoint(lldb::addr_t addr, in SetSoftwareBreakpoint() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp732 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp757 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()