Home
last modified time | relevance | path

Searched refs:WatchpointWrite (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DDNBBreakpoint.h87 bool WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function
DChangeLog724 (DNBBreakpoint::WatchpointWrite()): New accessor.
/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h80 bool WatchpointWrite() const;
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp268 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp391 bool wp_write = wp->WatchpointWrite(); in EnableHardwareWatchpoint()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp551 wp->WatchpointWrite(), also_set_on_task); in EnableHardwareWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp860 info.write = wp->WatchpointWrite(); in EnableWatchpoint()
/external/llvm-project/lldb/source/Target/
DTarget.cpp829 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0); in CreateWatchpoint()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3236 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType()