Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h88 DisableWatchpoint, enumerator
H A DMachProcess.mm2143 bool MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) { global() function
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp891 Status ProcessWindows::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { DisableWatchpoint() function in lldb_private::ProcessWindows
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3248 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { DisableWatchpoint() function in ProcessGDBRemote
/llvm-project/lldb/source/Target/
H A DProcess.cpp2580 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { DisableWatchpoint() function in Process