Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp336 auto expected_bkpt = EnableSoftwareBreakpoint(addr, size_hint); in SetSoftwareBreakpoint()
409 NativeProcessProtocol::EnableSoftwareBreakpoint(lldb::addr_t addr, in EnableSoftwareBreakpoint() function in NativeProcessProtocol
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h452 EnableSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2047 virtual Status EnableSoftwareBreakpoint(BreakpointSite *bp_site);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3242 return EnableSoftwareBreakpoint(bp_site); in EnableBreakpointSite()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1725 Status Process::EnableSoftwareBreakpoint(BreakpointSite *bp_site) { in EnableSoftwareBreakpoint() function in Process