Home
last modified time | relevance | path

Searched defs:watchpoint_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp55 if (watchpoint_sp) in GetID() local
88 if (watchpoint_sp) { in GetError() local
100 lldb::WatchpointSP watchpoint_sp(GetSP()); GetHardwareIndex() local
115 lldb::WatchpointSP watchpoint_sp(GetSP()); GetWatchAddress() local
130 lldb::WatchpointSP watchpoint_sp(GetSP()); GetWatchSize() local
143 lldb::WatchpointSP watchpoint_sp(GetSP()); SetEnabled() local
163 lldb::WatchpointSP watchpoint_sp(GetSP()); IsEnabled() local
176 lldb::WatchpointSP watchpoint_sp(GetSP()); GetHitCount() local
189 lldb::WatchpointSP watchpoint_sp(GetSP()); GetIgnoreCount() local
201 lldb::WatchpointSP watchpoint_sp(GetSP()); SetIgnoreCount() local
212 lldb::WatchpointSP watchpoint_sp(GetSP()); GetCondition() local
224 lldb::WatchpointSP watchpoint_sp(GetSP()); SetCondition() local
238 lldb::WatchpointSP watchpoint_sp(GetSP()); GetDescription() local
298 lldb::WatchpointSP watchpoint_sp(GetSP()); GetType() local
311 lldb::WatchpointSP watchpoint_sp(GetSP()); GetWatchValueKind() local
325 lldb::WatchpointSP watchpoint_sp(GetSP()); GetWatchSpec() local
340 lldb::WatchpointSP watchpoint_sp(GetSP()); IsWatchingReads() local
353 lldb::WatchpointSP watchpoint_sp(GetSP()); IsWatchingWrites() local
[all...]
H A DSBTarget.cpp1318 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID() local
1349 lldb::WatchpointSP watchpoint_sp; in WatchpointCreateByAddress() local
H A DSBValue.cpp1477 WatchpointSP watchpoint_sp = in Watch() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp671 WatchpointSP watchpoint_sp; member in lldb_private::StopInfoWatchpoint::WatchpointSentry