Lines Matching full:lldb
10 #include "lldb/API/SBWatchpoint.h"
11 #include "lldb/API/SBDefines.h"
12 #include "lldb/API/SBAddress.h"
13 #include "lldb/API/SBDebugger.h"
14 #include "lldb/API/SBEvent.h"
15 #include "lldb/API/SBStream.h"
17 #include "lldb/lldb-types.h"
18 #include "lldb/lldb-defines.h"
19 #include "lldb/Breakpoint/Watchpoint.h"
20 #include "lldb/Breakpoint/WatchpointList.h"
21 #include "lldb/Core/Log.h"
22 #include "lldb/Core/Stream.h"
23 #include "lldb/Core/StreamFile.h"
24 #include "lldb/Target/Target.h"
26 using namespace lldb;
35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) :
43 GetDescription (sstr, lldb::eDescriptionLevelBrief);
44 log->Printf ("SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp"
73 lldb::WatchpointSP watchpoint_sp(GetSP());
98 lldb::WatchpointSP watchpoint_sp(GetSP());
111 lldb::WatchpointSP watchpoint_sp(GetSP());
126 lldb::WatchpointSP watchpoint_sp(GetSP());
141 lldb::WatchpointSP watchpoint_sp(GetSP());
154 lldb::WatchpointSP watchpoint_sp(GetSP());
165 lldb::WatchpointSP watchpoint_sp(GetSP());
179 lldb::WatchpointSP watchpoint_sp(GetSP());
196 lldb::WatchpointSP watchpoint_sp(GetSP());
209 lldb::WatchpointSP watchpoint_sp(GetSP());
220 lldb::WatchpointSP watchpoint_sp(GetSP());
232 lldb::WatchpointSP watchpoint_sp(GetSP());
245 lldb::WatchpointSP watchpoint_sp(GetSP());
264 lldb::WatchpointSP
271 SBWatchpoint::SetSP (const lldb::WatchpointSP &sp)
277 SBWatchpoint::EventIsWatchpointEvent (const lldb::SBEvent &event)
292 SBWatchpoint::GetWatchpointFromEvent (const lldb::SBEvent& event)