Home
last modified time | relevance | path

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

12

/external/lldb/source/API/
DSBThread.cpp47 SBThread::GetBroadcasterClassName () in GetBroadcasterClassName()
55 SBThread::SBThread () : in SBThread() function in SBThread
60 SBThread::SBThread (const ThreadSP& lldb_object_sp) : in SBThread() function in SBThread
65 SBThread::SBThread (const SBThread &rhs) : in SBThread() function in SBThread
75 const lldb::SBThread &
76 SBThread::operator = (const SBThread &rhs) in operator =()
86 SBThread::~SBThread() in ~SBThread()
91 SBThread::IsValid() const in IsValid()
97 SBThread::Clear () in Clear()
104 SBThread::GetStopReason() in GetStopReason()
[all …]
DSBProcess.cpp258 SBThread
263 SBThread sb_thread; in GetSelectedThread()
281 SBThread
286 SBThread sb_thread; in CreateOSPluginThread()
456 SBProcess::SetSelectedThread (const SBThread &thread) in SetSelectedThread()
507 SBThread
512 SBThread sb_thread; in GetThreadAtIndex()
846 SBThread
849 SBThread sb_thread; in GetThreadByID()
873 SBThread
[all …]
DCMakeLists.txt40 SBThread.cpp
/external/lldb/include/lldb/API/
DSBThread.h21 class SBThread
36 SBThread ();
38 SBThread (const lldb::SBThread &thread);
40 SBThread (const lldb::ThreadSP& lldb_object_sp);
42 ~SBThread();
177 static SBThread
183 const lldb::SBThread &
184 operator = (const lldb::SBThread &rhs);
187 operator == (const lldb::SBThread &rhs) const;
190 operator != (const lldb::SBThread &rhs) const;
DSBProcess.h114 lldb::SBThread
117 lldb::SBThread
120 lldb::SBThread
123 lldb::SBThread
132 lldb::SBThread
136 SetSelectedThread (const lldb::SBThread &thread);
281 friend class SBThread; variable
DSBFrame.h129 lldb::SBThread
225 friend class SBThread; variable
DSBValue.h331 lldb::SBThread
437 friend class SBThread; variable
DSBDefines.h67 class SBThread; variable
DSBFileSpec.h70 friend class SBThread; variable
DSBError.h76 friend class SBThread; variable
DSBEvent.h77 friend class SBThread; variable
DSBSymbolContext.h63 friend class SBThread; variable
/external/lldb/tools/lldb-perf/lib/
DTestCase.h37 lldb::SBThread thread;
51 thread = lldb::SBThread(); in Continue()
55 StepOver (lldb::SBThread t) in StepOver()
62 StepOut (lldb::SBThread t) in StepOut()
72 thread = lldb::SBThread(); in Relaunch()
80 thread = lldb::SBThread(); in Kill()
87 thread = lldb::SBThread(); in CallNext()
171 lldb::SBThread &
190 lldb::SBThread m_thread;
DXcode.cpp78 SBThread thread(process.GetThreadAtIndex(p)); in FetchFrames()
86 SBThread thread_dup = frame.GetThread(); in FetchFrames()
125 Xcode::Next (SBThread thread) in Next()
146 SBThread
152 SBThread thread(process.GetThreadAtIndex(thread_num)); in GetThreadWithStopReason()
158 return SBThread(); in GetThreadWithStopReason()
DXcode.h48 Next (SBThread thread);
56 static SBThread
/external/lldb/scripts/Python/interface/
DSBThread.i40 ) SBThread;
41 class SBThread
44 SBThread ();
46 SBThread (const lldb::SBThread &thread);
48 ~SBThread();
56 static SBThread
206 operator == (const lldb::SBThread &rhs) const;
209 operator != (const lldb::SBThread &rhs) const;
DSBProcess.i146 lldb::SBThread
152 lldb::SBThread
158 lldb::SBThread
164 lldb::SBThread
170 lldb::SBThread
174 SetSelectedThread (const lldb::SBThread &thread);
/external/lldb/www/cpp_reference/html/
DSBThread_8h__dep__incl.map1 <map id="SBThread.h" name="SBThread.h">
DSBThread_8h__incl.map1 <map id="SBThread.h" name="SBThread.h">
/external/lldb/tools/driver/
DDriver.cpp813 SBThread curr_thread (process.GetSelectedThread()); in UpdateSelectedThread()
814 SBThread thread; in UpdateSelectedThread()
823 SBThread plan_thread; in UpdateSelectedThread()
824 SBThread other_thread; in UpdateSelectedThread()
1045 if (event_type == SBThread::eBroadcastBitStackChanged in HandleThreadEvent()
1046 || event_type == SBThread::eBroadcastBitThreadSelected) in HandleThreadEvent()
1048 SBThread thread = SBThread::GetThreadFromEvent (event); in HandleThreadEvent()
1373 SBThread::GetBroadcasterClassName(), in MainLoop()
1374 SBThread::eBroadcastBitStackChanged | in MainLoop()
1375 SBThread::eBroadcastBitThreadSelected); in MainLoop()
[all …]
/external/lldb/scripts/
Dlldb.swig17 o SBThread: Represents a thread of execution. SBProcess contains SBThread(s).
18 o SBFrame: Represents one of the stack frames associated with a thread. SBThread
91 #include "lldb/API/SBThread.h"
155 %include "./Python/interface/SBThread.i"
/external/lldb/www/python_reference/
Dapi-objects.txt3761 lldb.SBThread lldb.SBThread-class.html
3762 lldb.SBThread.__swig_getmethods__ lldb.SBThread-class.html#__swig_getmethods__
3763 lldb.SBThread.GetSelectedFrame lldb.SBThread-class.html#GetSelectedFrame
3764 lldb.SBThread.GetQueueName lldb.SBThread-class.html#GetQueueName
3765 lldb.SBThread.num_frames lldb.SBThread-class.html#num_frames
3766 lldb.SBThread.process lldb.SBThread-class.html#process
3767 lldb.SBThread.StepOutOfFrame lldb.SBThread-class.html#StepOutOfFrame
3768 lldb.SBThread.__swig_setmethods__ lldb.SBThread-class.html#__swig_setmethods__
3769 lldb.SBThread.GetThreadFromEvent lldb.SBThread-class.html#GetThreadFromEvent
3770 lldb.SBThread.frames lldb.SBThread-class.html#frames
[all …]
/external/lldb/test/api/multithreaded/
Dtest_breakpoint_callback.cpp23 SBThread &thread, in BPCallback()
Dtest_listener_event_process_state.cpp41 SBThread thread = process.GetThreadAtIndex(i); in listener_func()
/external/lldb/test/python_api/default-constructor/
Dsb_process.py24 obj.SetSelectedThread(lldb.SBThread())

12