Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp350 auto expected_bkpt = EnableSoftwareBreakpoint(addr, size_hint); in SetSoftwareBreakpoint()
423 NativeProcessProtocol::EnableSoftwareBreakpoint(lldb::addr_t addr, in EnableSoftwareBreakpoint() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h496 EnableSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2139 virtual Status EnableSoftwareBreakpoint(BreakpointSite *bp_site);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3064 return EnableSoftwareBreakpoint(bp_site); in EnableBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1768 Status Process::EnableSoftwareBreakpoint(BreakpointSite *bp_site) { in EnableSoftwareBreakpoint() function in Process