Home
last modified time | relevance | path

Searched refs:SBWatchpoint (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBWatchpoint.cpp30 SBWatchpoint::SBWatchpoint () : in SBWatchpoint() function in SBWatchpoint
35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) : in SBWatchpoint() function in SBWatchpoint
49 SBWatchpoint::SBWatchpoint(const SBWatchpoint &rhs) : in SBWatchpoint() function in SBWatchpoint
54 const SBWatchpoint &
55 SBWatchpoint::operator = (const SBWatchpoint &rhs) in operator =()
63 SBWatchpoint::~SBWatchpoint () in ~SBWatchpoint()
68 SBWatchpoint::GetID () in GetID()
89 SBWatchpoint::IsValid() const in IsValid()
95 SBWatchpoint::GetError () in GetError()
107 SBWatchpoint::GetHardwareIndex () in GetHardwareIndex()
[all …]
DSBValue.cpp1646 lldb::SBWatchpoint
1649 SBWatchpoint sb_watchpoint; in Watch()
1720 lldb::SBWatchpoint
1727 lldb::SBWatchpoint
1730 SBWatchpoint sb_watchpoint; in WatchPointee()
DSBTarget.cpp1718 SBWatchpoint
1721 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex()
1754 SBWatchpoint
1759 SBWatchpoint sb_watchpoint; in FindWatchpointByID()
1780 lldb::SBWatchpoint
1785 SBWatchpoint sb_watchpoint; in WatchAddress()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBWatchpoint.h17 class SBWatchpoint
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
DSBValue.h384 lldb::SBWatchpoint
388 lldb::SBWatchpoint
417 lldb::SBWatchpoint
DSBTarget.h772 lldb::SBWatchpoint
778 lldb::SBWatchpoint
781 lldb::SBWatchpoint
DSBError.h79 friend class SBWatchpoint; variable
DSBDefines.h79 class SBWatchpoint; variable
DSBEvent.h78 friend class SBWatchpoint; variable
DSBStream.h91 friend class SBWatchpoint; variable
/freebsd-10-stable/lib/clang/liblldbAPI/
DMakefile56 SBWatchpoint.cpp