Home
last modified time | relevance | path

Searched defs:DisableWatchpoint (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h88 DisableWatchpoint, enumerator
DMachProcess.mm2029 bool MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) { function
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp697 Status ProcessKDP::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessKDP
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp892 Status ProcessWindows::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in lldb_private::ProcessWindows
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp750 Status ProcessFreeBSD::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessFreeBSD
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3284 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
/external/llvm-project/lldb/source/Target/
DProcess.cpp2553 Status Process::DisableWatchpoint(Watchpoint *watchpoint, bool notify) { in DisableWatchpoint() function in Process