Searched defs:SBWatchpoint (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBWatchpoint.h1 //===-- SBWatchpoint.h ----------------------------------*- C++ -*-===//
17 class SBWatchpoint class in namespace:lldb
21 SBWatchpoint ();
23 SBWatchpoint (const lldb::SBWatchpoint &rhs);
25 SBWatchpoint (const lldb::WatchpointSP &wp_sp);
27 ~SBWatchpoint ();
29 const lldb::SBWatchpoint &
30 operator = (const lldb::SBWatchpoint &rhs);
90 static lldb::SBWatchpoint
[all...]
/external/lldb/source/API/
H A DSBWatchpoint.cpp1 //===-- SBWatchpoint.cpp --------------------------------*- C++ -*-===//
10 #include "lldb/API/SBWatchpoint.h"
30 SBWatchpoint::SBWatchpoint () : function in class:SBWatchpoint
35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) : function in class:SBWatchpoint
44 log->Printf ("SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp"
49 SBWatchpoint::SBWatchpoint(cons function in class:SBWatchpoint
[all...]

Completed in 84 milliseconds