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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp369 auto expected_bkpt = EnableSoftwareBreakpoint(addr, size_hint);
442 NativeProcessProtocol::EnableSoftwareBreakpoint(lldb::addr_t addr, function in class:NativeProcessProtocol
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h474 EnableSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp684 return EnableSoftwareBreakpoint(bp_site);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2009 virtual Status EnableSoftwareBreakpoint(BreakpointSite *bp_site);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3194 return EnableSoftwareBreakpoint(bp_site);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1745 Status Process::EnableSoftwareBreakpoint(BreakpointSite *bp_site) { function in class:Process
1751 log, "Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64,
1756 "Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64
1798 "Process::EnableSoftwareBreakpoint (site_id = %d) "
1815 "Process::EnableSoftwareBreakpoint (site_id = %d) addr = 0x%" PRIx64

Completed in 89 milliseconds