Searched refs:ThreadSP (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h46 AddThread (const lldb::ThreadSP &thread_sp);
49 InsertThread (const lldb::ThreadSP &thread_sp, uint32_t idx);
52 lldb::ThreadSP
73 lldb::ThreadSP
76 typedef std::vector<lldb::ThreadSP> collection;
77 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter> ThreadIterable;
85 lldb::ThreadSP
88 lldb::ThreadSP
91 lldb::ThreadSP
94 lldb::ThreadSP
[all...]
H A DOperatingSystem.h81 virtual lldb::ThreadSP
84 return lldb::ThreadSP();
88 IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp);
H A DExecutionContextScope.h51 virtual lldb::ThreadSP
H A DSystemRuntime.h151 /// the end user to query the returned ThreadSP for its origins as
162 /// A ThreadSP which will have a StackList of frames. This Thread will
167 /// An empty ThreadSP will be returned if no thread origin is available.
169 virtual lldb::ThreadSP
170 GetExtendedBacktraceThread (lldb::ThreadSP thread, ConstString type);
191 /// an empty ThreadSP is returned.
193 virtual lldb::ThreadSP
196 return lldb::ThreadSP();
H A DExecutionContext.h215 /// @see ExecutionContextRef::SetContext(const lldb::ThreadSP &)
218 SetThreadSP (const lldb::ThreadSP &thread_sp);
277 lldb::ThreadSP
395 ExecutionContext (const lldb::ThreadSP &thread_sp);
613 const lldb::ThreadSP &
646 SetThreadSP (const lldb::ThreadSP &thread_sp);
710 SetContext (const lldb::ThreadSP &thread_sp);
776 lldb::ThreadSP m_thread_sp; ///< The thread that owns the frame
H A DStackFrame.h111 StackFrame (const lldb::ThreadSP &thread_sp,
122 StackFrame (const lldb::ThreadSP &thread_sp,
130 StackFrame (const lldb::ThreadSP &thread_sp,
140 lldb::ThreadSP
477 virtual lldb::ThreadSP
H A DThread.h87 ThreadEventData (const lldb::ThreadSP thread_sp);
89 ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id);
110 static lldb::ThreadSP
119 lldb::ThreadSP
132 lldb::ThreadSP m_thread_sp;
389 SetBackingThread (const lldb::ThreadSP &thread_sp)
394 virtual lldb::ThreadSP
397 return lldb::ThreadSP();
909 virtual lldb::ThreadSP
H A DStopInfo.h44 SetThread (const lldb::ThreadSP &thread_sp)
49 lldb::ThreadSP
H A DDynamicLoader.h242 GetThreadLocalData (const lldb::ModuleSP module, const lldb::ThreadSP thread)
H A DQueue.h99 std::vector<lldb::ThreadSP>
H A DQueueItem.h117 lldb::ThreadSP
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DSystemRuntime.cpp74 ThreadSP
75 SystemRuntime::GetExtendedBacktraceThread (ThreadSP thread, ConstString type)
77 return ThreadSP();
H A DQueueItem.cpp63 ThreadSP
66 ThreadSP return_thread;
H A DThreadList.cpp82 ThreadList::AddThread (const ThreadSP &thread_sp)
89 ThreadList::InsertThread (const lldb::ThreadSP &thread_sp, uint32_t idx)
108 ThreadSP
115 ThreadSP thread_sp;
121 ThreadSP
129 ThreadSP thread_sp;
143 ThreadSP
151 ThreadSP thread_sp;
166 ThreadSP
174 ThreadSP thread_s
[all...]
H A DQueue.cpp59 std::vector<lldb::ThreadSP>
62 std::vector<ThreadSP> result;
66 for (ThreadSP thread_sp : process_sp->Threads())
H A DOperatingSystem.cpp61 OperatingSystem::IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp)
H A DStopInfo.cpp50 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());
617 ThreadSP thread_sp (m_thread_wp.lock());
660 ThreadSP thread_s
[all...]
H A DExecutionContext.cpp57 ExecutionContext::ExecutionContext (const lldb::ThreadSP &thread_sp) :
105 lldb::ThreadSP thread_sp(thread_wp.lock());
348 ExecutionContext::SetThreadSP (const lldb::ThreadSP &thread_sp)
420 ExecutionContext::SetContext (const lldb::ThreadSP &thread_sp)
606 lldb::ThreadSP thread_sp (exe_ctx.GetThreadSP());
655 ExecutionContextRef::SetThreadSP (const lldb::ThreadSP &thread_sp)
710 lldb::ThreadSP thread_sp (process_sp->GetThreadList().GetSelectedThread());
787 lldb::ThreadSP
790 lldb::ThreadSP thread_sp (m_thread_wp.lock());
822 lldb::ThreadSP thread_s
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h110 SetBackingThread (const lldb::ThreadSP &thread_sp)
117 virtual lldb::ThreadSP
140 lldb::ThreadSP m_backing_thread_sp;
H A DRegisterContextThreadMemory.cpp38 ThreadSP thread_sp (m_thread_wp.lock());
53 ThreadSP backing_thread_sp (thread_sp->GetBackingThread());
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h82 virtual lldb::ThreadSP
92 lldb::ThreadSP
H A DOperatingSystemPython.cpp217 ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_dict, core_thread_list, old_thread_list, core_used_map, NULL));
241 ThreadSP
248 ThreadSP thread_sp;
298 ThreadSP core_thread_sp (core_thread_list.GetThreadAtIndex(core_number, false));
305 ThreadSP backing_core_thread_sp (core_thread_sp->GetBackingThread());
403 lldb::ThreadSP
427 ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_info_dict, core_threads, thread_list, core_used_map, &did_create));
433 return ThreadSP();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h40 SBThread (const lldb::ThreadSP& lldb_object_sp);
221 SetThread (const lldb::ThreadSP& lldb_object_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBQueueItem.cpp111 ThreadSP thread_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h65 GetThreadLocalData (const lldb::ModuleSP module, const lldb::ThreadSP thread);

Completed in 226 milliseconds

123