Home
last modified time | relevance | path

Searched refs:m_watch_was_read (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h181 m_watch_was_read : 1, // Set to 1 when watchpoint is hit for a read access variable
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp31 m_watch_write(0), m_watch_was_read(0), m_watch_was_written(0), in Watchpoint()