Searched refs:sb_thread (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/API/
H A DSBProcess.cpp263 SBThread sb_thread; local
270 sb_thread.SetThread (thread_sp);
278 return sb_thread;
286 SBThread sb_thread; local
293 sb_thread.SetThread (thread_sp);
299 return sb_thread;
512 SBThread sb_thread; local
521 sb_thread.SetThread (thread_sp);
530 return sb_thread;
849 SBThread sb_thread; local
876 SBThread sb_thread; local
[all...]
H A DSBBreakpoint.cpp547 SBThread sb_thread; local
553 sb_thread.SetThread(thread->shared_from_this());
557 sb_thread,
H A DSBFrame.cpp994 SBThread sb_thread (thread_sp);
999 sb_thread.GetDescription (sstr);
1006 return sb_thread;
H A DSBValue.cpp1235 SBThread sb_thread; local
1240 sb_thread.SetThread(thread_sp);
1250 return sb_thread;
/external/lldb/test/python_api/default-constructor/
H A DTestDefaultConstructorForAPIObjects.py309 import sb_thread namespace
310 sb_thread.fuzz_obj(obj)

Completed in 681 milliseconds