Home
last modified time | relevance | path

Searched refs:WatchpointResourceRead (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h35 bool WatchpointResourceRead() const;
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp33 bool WatchpointResource::WatchpointResourceRead() const { return m_watch_read; } in WatchpointResourceRead() function in WatchpointResource
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3195 bool read = wp_res_sp->WatchpointResourceRead(); in EnableWatchpoint()