Home
last modified time | relevance | path

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

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