Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp369 auto expected_bkpt = EnableSoftwareBreakpoint(addr, size_hint); in SetSoftwareBreakpoint()
442 NativeProcessProtocol::EnableSoftwareBreakpoint(lldb::addr_t addr, in EnableSoftwareBreakpoint() function in NativeProcessProtocol
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h482 EnableSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp693 return EnableSoftwareBreakpoint(bp_site); in EnableBreakpointSite()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2340 virtual Status EnableSoftwareBreakpoint(BreakpointSite *bp_site);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1988 Status Process::EnableSoftwareBreakpoint(BreakpointSite *bp_site) { in EnableSoftwareBreakpoint() function in Process
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3264 return EnableSoftwareBreakpoint(bp_site); in EnableBreakpointSite()