Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp667 error = DisableSoftwareBreakpoint(bp_site); in DisableBreakpointSite()
672 return DisableSoftwareBreakpoint(bp_site); in DisableBreakpointSite()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp160 Status error = DisableSoftwareBreakpoint(bp_site); in DisableBreakpointSite()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2030 virtual Status DisableSoftwareBreakpoint(BreakpointSite *bp_site);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1828 Status Process::DisableSoftwareBreakpoint(BreakpointSite *bp_site) { in DisableSoftwareBreakpoint() function in Process
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3066 error = DisableSoftwareBreakpoint(bp_site); in DisableBreakpointSite()