Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h87 EnableWatchpoint, enumerator
H A DMachProcess.mm2261 bool MachProcess::EnableWatchpoint(nub_addr_t addr) { global() function
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp837 Status ProcessWindows::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { EnableWatchpoint() function in lldb_private::ProcessWindows
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3154 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { EnableWatchpoint() function in ProcessGDBRemote
/llvm-project/lldb/source/Target/
H A DProcess.cpp2574 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { EnableWatchpoint() function in Process