Home
last modified time | relevance | path

Searched refs:SBThread (Results 1 – 22 of 22) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBThread.cpp48 SBThread::GetBroadcasterClassName () in GetBroadcasterClassName()
56 SBThread::SBThread () : in SBThread() function in SBThread
61 SBThread::SBThread (const ThreadSP& lldb_object_sp) : in SBThread() function in SBThread
66 SBThread::SBThread (const SBThread &rhs) : in SBThread() function in SBThread
76 const lldb::SBThread &
77 SBThread::operator = (const SBThread &rhs) in operator =()
87 SBThread::~SBThread() in ~SBThread()
92 SBThread::IsValid() const in IsValid()
98 SBThread::Clear () in Clear()
105 SBThread::GetStopReason() in GetStopReason()
[all …]
HDSBQueueItem.cpp105 SBThread
108 SBThread result; in GetExtendedBacktraceThread()
HDSBProcess.cpp262 SBThread
267 SBThread sb_thread; in GetSelectedThread()
285 SBThread
290 SBThread sb_thread; in CreateOSPluginThread()
460 SBProcess::SetSelectedThread (const SBThread &thread) in SetSelectedThread()
511 SBThread
516 SBThread sb_thread; in GetThreadAtIndex()
897 SBThread
900 SBThread sb_thread; in GetThreadByID()
924 SBThread
[all …]
HDSBQueue.cpp202 lldb::SBThread
207 SBThread sb_thread; in GetThreadAtIndex()
345 SBThread
HDSBFrame.cpp989 SBThread
996 SBThread sb_thread (thread_sp); in GetThread()
HDSBBreakpoint.cpp548 SBThread sb_thread; in PrivateBreakpointHitCallback()
HDSBValue.cpp1249 lldb::SBThread
1252 SBThread sb_thread; in GetThread()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBThread.h21 class SBThread
36 SBThread ();
38 SBThread (const lldb::SBThread &thread);
40 SBThread (const lldb::ThreadSP& lldb_object_sp);
42 ~SBThread();
183 static SBThread
189 const lldb::SBThread &
190 operator = (const lldb::SBThread &rhs);
193 operator == (const lldb::SBThread &rhs) const;
196 operator != (const lldb::SBThread &rhs) const;
[all …]
HDSBProcess.h115 lldb::SBThread
118 lldb::SBThread
121 lldb::SBThread
124 lldb::SBThread
133 lldb::SBThread
137 SetSelectedThread (const lldb::SBThread &thread);
323 friend class SBThread; variable
HDSBFrame.h129 lldb::SBThread
225 friend class SBThread; variable
HDSBQueueItem.h49 SBThread
HDSBValue.h331 lldb::SBThread
437 friend class SBThread; variable
HDSBQueue.h56 lldb::SBThread
HDSBDefines.h66 class SBThread; variable
HDSBError.h76 friend class SBThread; variable
HDSBEvent.h77 friend class SBThread; variable
HDSBFileSpec.h77 friend class SBThread; variable
HDSBSymbolContext.h63 friend class SBThread; variable
HDSBStream.h87 friend class SBThread; variable
HDSBAddress.h119 friend class SBThread; variable
HDSBBreakpoint.h23 SBThread &thread,
/trueos/lib/clang/liblldbAPI/
HDMakefile46 SBThread.cpp \