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

/external/lldb/include/lldb/API/
H A DSBThread.h1 //===-- SBThread.h ----------------------------------------------*- C++ -*-===//
21 class SBThread class in namespace:lldb
36 SBThread ();
38 SBThread (const lldb::SBThread &thread);
40 SBThread (const lldb::ThreadSP& lldb_object_sp);
42 ~SBThread();
132 /// be allowed to run. If any of the SBThread functions for stepping are
140 /// Likewise the SBThread::Resume() call will again allow the thread to run
177 static SBThread
[all...]
/external/lldb/source/API/
H A DSBThread.cpp1 //===-- SBThread.cpp --------------------------------------------*- C++ -*-===//
12 #include "lldb/API/SBThread.h"
47 SBThread::GetBroadcasterClassName ()
55 SBThread::SBThread () : function in class:SBThread
60 SBThread::SBThread (const ThreadSP& lldb_object_sp) : function in class:SBThread
65 SBThread::SBThread (const SBThread function in class:SBThread
[all...]

Completed in 85 milliseconds