Home
last modified time | relevance | path

Searched defs:m_watch_read (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h146 bool m_watch_read; variable
H A DWatchpoint.h216 uint32_t m_watch_read : 1, // 1 if we stop when the watched data is read from variable
/llvm-project/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h111 m_watch_read : 1, // 1 if we stop when the watched data is read from variable