Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h87 EnableWatchpoint, enumerator
DMachProcess.mm2147 bool MachProcess::EnableWatchpoint(nub_addr_t addr) { function
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp690 Status ProcessKDP::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessKDP
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp838 Status ProcessWindows::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in lldb_private::ProcessWindows
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp696 Status ProcessFreeBSD::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessFreeBSD
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3248 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
/external/llvm-project/lldb/source/Target/
DProcess.cpp2547 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process