HomeSort by relevance Sort by last modified time
    Searched refs:ThreadSP (Results 1 - 25 of 49) sorted by null

1 2

  /external/lldb/include/lldb/Target/
ThreadList.h 45 AddThread (const lldb::ThreadSP &thread_sp);
49 lldb::ThreadSP
70 lldb::ThreadSP
73 lldb::ThreadSP
76 lldb::ThreadSP
79 lldb::ThreadSP
82 lldb::ThreadSP
85 lldb::ThreadSP
88 lldb::ThreadSP
148 typedef std::vector<lldb::ThreadSP> collection
    [all...]
OperatingSystem.h 81 virtual lldb::ThreadSP
84 return lldb::ThreadSP();
88 IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp);
ExecutionContextScope.h 51 virtual lldb::ThreadSP
StackFrame.h 45 StackFrame (const lldb::ThreadSP &thread_sp,
52 StackFrame (const lldb::ThreadSP &thread_sp,
60 StackFrame (const lldb::ThreadSP &thread_sp,
70 lldb::ThreadSP
156 virtual lldb::ThreadSP
ExecutionContext.h 215 /// @see ExecutionContextRef::SetContext(const lldb::ThreadSP &)
218 SetThreadSP (const lldb::ThreadSP &thread_sp);
277 lldb::ThreadSP
395 ExecutionContext (const lldb::ThreadSP &thread_sp);
610 const lldb::ThreadSP &
643 SetThreadSP (const lldb::ThreadSP &thread_sp);
707 SetContext (const lldb::ThreadSP &thread_sp);
    [all...]
Thread.h 83 ThreadEventData (const lldb::ThreadSP thread_sp);
85 ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id);
106 static lldb::ThreadSP
115 lldb::ThreadSP
128 lldb::ThreadSP m_thread_sp;
428 SetBackingThread (const lldb::ThreadSP &thread_sp)
433 virtual lldb::ThreadSP
436 return lldb::ThreadSP();
878 virtual lldb::ThreadSP
    [all...]
StopInfo.h 44 SetThread (const lldb::ThreadSP &thread_sp)
49 lldb::ThreadSP
RegisterContext.h 176 virtual lldb::ThreadSP
  /external/lldb/source/Target/
ThreadList.cpp 82 ThreadList::AddThread (const ThreadSP &thread_sp)
97 ThreadSP
104 ThreadSP thread_sp;
110 ThreadSP
118 ThreadSP thread_sp;
132 ThreadSP
140 ThreadSP thread_sp;
155 ThreadSP
163 ThreadSP thread_sp;
178 ThreadSP
    [all...]
OperatingSystem.cpp 61 OperatingSystem::IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp)
StopInfo.cpp 50 ThreadSP thread_sp (m_thread_wp.lock());
59 ThreadSP thread_sp (m_thread_wp.lock());
70 ThreadSP thread_sp (m_thread_wp.lock());
141 ThreadSP thread_sp (m_thread_wp.lock());
174 ThreadSP thread_sp (m_thread_wp.lock());
206 ThreadSP thread_sp (m_thread_wp.lock());
233 ThreadSP thread_sp (m_thread_wp.lock());
318 ThreadSP thread_sp (m_thread_wp.lock());
604 ThreadSP thread_sp (m_thread_wp.lock());
647 ThreadSP thread_sp (m_thread_wp.lock())
    [all...]
ExecutionContext.cpp 57 ExecutionContext::ExecutionContext (const lldb::ThreadSP &thread_sp) :
105 lldb::ThreadSP thread_sp(thread_wp.lock());
337 ExecutionContext::SetThreadSP (const lldb::ThreadSP &thread_sp)
409 ExecutionContext::SetContext (const lldb::ThreadSP &thread_sp)
595 lldb::ThreadSP thread_sp (exe_ctx.GetThreadSP());
644 ExecutionContextRef::SetThreadSP (const lldb::ThreadSP &thread_sp)
699 lldb::ThreadSP thread_sp (process_sp->GetThreadList().GetSelectedThread());
776 lldb::ThreadSP
779 lldb::ThreadSP thread_sp (m_thread_wp.lock());
811 lldb::ThreadSP thread_sp (GetThreadSP())
    [all...]
StackFrame.cpp 47 StackFrame::StackFrame (const ThreadSP &thread_sp,
74 StackFrame::StackFrame (const ThreadSP &thread_sp,
109 StackFrame::StackFrame (const ThreadSP &thread_sp,
205 ThreadSP thread_sp = GetThread();
228 ThreadSP thread_sp (GetThread());
255 ThreadSP thread_sp (GetThread());
    [all...]
Thread.cpp 154 Thread::ThreadEventData::ThreadEventData (const lldb::ThreadSP thread_sp) :
160 Thread::ThreadEventData::ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id) :
194 ThreadSP
197 ThreadSP thread_sp;
221 ThreadSP thread_sp = event_data->GetThread();
608 lldb::ThreadSP backing_thread_sp (GetBackingThread ());
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.h 110 SetBackingThread (const lldb::ThreadSP &thread_sp)
117 virtual lldb::ThreadSP
140 lldb::ThreadSP m_backing_thread_sp;
RegisterContextThreadMemory.cpp 38 ThreadSP thread_sp (m_thread_wp.lock());
53 ThreadSP backing_thread_sp (thread_sp->GetBackingThread());
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.h 82 virtual lldb::ThreadSP
92 lldb::ThreadSP
OperatingSystemPython.cpp 210 ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_dict, core_thread_list, old_thread_list, NULL));
226 ThreadSP
232 ThreadSP thread_sp;
282 ThreadSP core_thread_sp (core_thread_list.GetThreadAtIndex(core_number, false));
285 ThreadSP backing_core_thread_sp (core_thread_sp->GetBackingThread());
383 lldb::ThreadSP
406 ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_info_dict, core_threads, thread_list, &did_create));
412 return ThreadSP();
  /external/lldb/include/lldb/API/
SBThread.h 40 SBThread (const lldb::ThreadSP& lldb_object_sp);
207 SetThread (const lldb::ThreadSP& lldb_object_sp);
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 438 ThreadSP kernel_thread_sp (m_thread_list.FindThreadByProtocolID(g_kernel_tid));
519 lldb::ThreadSP
525 ThreadSP thread_sp (m_kernel_thread_wp.lock());
547 ThreadSP thread_sp (old_thread_list.FindThreadByProtocolID(g_kernel_tid, false));
886 ThreadSP thread_sp (process->GetKernelThread());
    [all...]
ProcessKDP.h 242 lldb::ThreadSP
  /external/lldb/source/API/
SBProcess.cpp 264 ThreadSP thread_sp;
287 ThreadSP thread_sp;
513 ThreadSP thread_sp;
850 ThreadSP thread_sp;
877 ThreadSP thread_sp;
    [all...]
SBThread.cpp 60 SBThread::SBThread (const ThreadSP& lldb_object_sp) :
430 SBThread::SetThread (const ThreadSP& lldb_object_sp)
439 ThreadSP thread_sp(m_opaque_sp->GetThreadSP());
448 ThreadSP thread_sp(m_opaque_sp->GetThreadSP());
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 516 ThreadSP thread_sp;
537 ThreadSP thread_sp = m_thread_list.RemoveThreadByID(tid, false);
825 ThreadSP thread_sp (old_thread_list.FindThreadByID (GetID(), false));
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreter.h 135 lldb::ThreadSP& thread,

Completed in 386 milliseconds

1 2