Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBWatchpoint.cpp73 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID() local
98 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError() local
111 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex() local
126 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress() local
141 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize() local
154 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled() local
165 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled() local
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount() local
196 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount() local
209 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount() local
[all …]
DSBTarget.cpp1775 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID() local
1801 lldb::WatchpointSP watchpoint_sp; in WatchAddress() local
DSBValue.cpp1665 … WatchpointSP watchpoint_sp = target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch() local