/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.cpp | 36 MachThreadSP thread_sp (GetThreadByID (tid)); in GetState() local 45 MachThreadSP thread_sp (GetThreadByID (tid)); in GetName() local 54 MachThreadSP thread_sp (GetThreadByID (tid)); in SetCurrentThread() local 67 MachThreadSP thread_sp (GetThreadByID (tid)); in GetThreadStoppedReason() local 85 MachThreadSP thread_sp (GetThreadByID (tid)); in DumpThreadStoppedReason() local 93 MachThreadSP thread_sp (GetThreadByID (tid)); in GetThreadInfo() local 103 MachThreadSP thread_sp; in GetThreadByID() local 120 MachThreadSP thread_sp; in GetThreadByMachPortNumber() local 137 MachThreadSP thread_sp; in GetThreadIDByMachPortNumber() local 153 MachThreadSP thread_sp; in GetMachPortNumberByThreadID() local [all …]
|
D | MachProcess.cpp | 171 MachThreadSP thread_sp(m_thread_list.GetThreadByID(tid)); in SyncThreadState() local 237 MachThreadSP thread_sp (m_thread_list.GetThreadByID (tid)); in GetRegisterSetInfo() local
|
/external/lldb/source/Target/ |
D | ThreadList.cpp | 82 ThreadList::AddThread (const ThreadSP &thread_sp) in AddThread() 104 ThreadSP thread_sp; in GetThreadAtIndex() local 118 ThreadSP thread_sp; in FindThreadByID() local 140 ThreadSP thread_sp; in FindThreadByProtocolID() local 163 ThreadSP thread_sp; in RemoveThreadByID() local 186 ThreadSP thread_sp; in RemoveThreadByProtocolID() local 204 ThreadSP thread_sp; in GetThreadSPForThreadPtr() local 233 ThreadSP thread_sp; in FindThreadByIndexID() local 288 ThreadSP thread_sp(*pos); in ShouldStop() local 294 ThreadSP thread_sp(*pos); in ShouldStop() local [all …]
|
D | StopInfo.cpp | 50 ThreadSP thread_sp (m_thread_wp.lock()); in IsValid() local 59 ThreadSP thread_sp (m_thread_wp.lock()); in MakeStopInfoValid() local 70 ThreadSP thread_sp (m_thread_wp.lock()); in HasTargetRunSinceMe() local 141 ThreadSP thread_sp (m_thread_wp.lock()); in StoreBPInfo() local 174 ThreadSP thread_sp (m_thread_wp.lock()); in ShouldStopSynchronous() local 206 ThreadSP thread_sp (m_thread_wp.lock()); in DoShouldNotify() local 233 ThreadSP thread_sp (m_thread_wp.lock()); in GetDescription() local 318 ThreadSP thread_sp (m_thread_wp.lock()); in PerformAction() local 604 ThreadSP thread_sp (m_thread_wp.lock()); in ShouldStopSynchronous() local 647 ThreadSP thread_sp (m_thread_wp.lock()); in PerformAction() local [all …]
|
D | ExecutionContext.cpp | 57 ExecutionContext::ExecutionContext (const lldb::ThreadSP &thread_sp) : in ExecutionContext() 105 lldb::ThreadSP thread_sp(thread_wp.lock()); in ExecutionContext() local 337 ExecutionContext::SetThreadSP (const lldb::ThreadSP &thread_sp) in SetThreadSP() 409 ExecutionContext::SetContext (const lldb::ThreadSP &thread_sp) in SetContext() 595 lldb::ThreadSP thread_sp (exe_ctx.GetThreadSP()); in operator =() local 644 ExecutionContextRef::SetThreadSP (const lldb::ThreadSP &thread_sp) in SetThreadSP() 699 … lldb::ThreadSP thread_sp (process_sp->GetThreadList().GetSelectedThread()); in SetTargetPtr() local 779 lldb::ThreadSP thread_sp (m_thread_wp.lock()); in GetThreadSP() local 811 lldb::ThreadSP thread_sp (GetThreadSP()); in GetFrameSP() local
|
D | StackFrame.cpp | 47 StackFrame::StackFrame (const ThreadSP &thread_sp, in StackFrame() 74 StackFrame::StackFrame (const ThreadSP &thread_sp, in StackFrame() 109 StackFrame::StackFrame (const ThreadSP &thread_sp, in StackFrame() 205 ThreadSP thread_sp = GetThread(); in GetFrameIndex() local 228 ThreadSP thread_sp (GetThread()); in GetFrameCodeAddress() local 255 ThreadSP thread_sp (GetThread()); in ChangePC() local 1156 ThreadSP thread_sp (GetThread()); in GetRegisterContext() local 1238 ThreadSP thread_sp(GetThread()); in CalculateTarget() local 1252 ThreadSP thread_sp(GetThread()); in CalculateProcess() local
|
D | OperatingSystem.cpp | 61 OperatingSystem::IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp) in IsOperatingSystemPluginThread()
|
D | Thread.cpp | 154 Thread::ThreadEventData::ThreadEventData (const lldb::ThreadSP thread_sp) : in ThreadEventData() 160 Thread::ThreadEventData::ThreadEventData (const lldb::ThreadSP thread_sp, const StackID &stack_id) : in ThreadEventData() 197 ThreadSP thread_sp; in GetThreadFromEvent() local 221 ThreadSP thread_sp = event_data->GetThread(); in GetStackFrameFromEvent() local
|
D | Process.cpp | 1785 ThreadSP thread_sp(GetThreadList ().GetSelectedThread()); in LoadImage() local 1862 ThreadSP thread_sp(GetThreadList ().GetSelectedThread()); in UnloadImage() local 4165 lldb::ThreadSP thread_sp = curr_thread_list.GetThreadAtIndex(idx); in DoOnRemoval() local 4982 … ThreadSP thread_sp = GetThreadList().FindThreadByIndexID (thread_idx_id); in RunThreadPlan() local
|
/external/lldb/source/Plugins/OperatingSystem/Python/ |
D | OperatingSystemPython.cpp | 210 …ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_dict, core_thread_list, old_thread_list, NU… in UpdateThreadList() local 232 ThreadSP thread_sp; in CreateThreadFromThreadInfo() local 406 …ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_info_dict, core_threads, thread_list, &did_… in CreateThread() local
|
/external/lldb/source/Plugins/Process/Utility/ |
D | ThreadMemory.h | 110 SetBackingThread (const lldb::ThreadSP &thread_sp) in SetBackingThread()
|
D | RegisterContextThreadMemory.cpp | 38 ThreadSP thread_sp (m_thread_wp.lock()); in UpdateRegisterContext() local
|
/external/lldb/include/lldb/Target/ |
D | StopInfo.h | 44 SetThread (const lldb::ThreadSP &thread_sp) in SetThread()
|
D | Thread.h | 428 SetBackingThread (const lldb::ThreadSP &thread_sp) in SetBackingThread()
|
/external/lldb/source/API/ |
D | SBProcess.cpp | 264 ThreadSP thread_sp; in GetSelectedThread() local 287 ThreadSP thread_sp; in CreateOSPluginThread() local 513 ThreadSP thread_sp; in GetThreadAtIndex() local 850 ThreadSP thread_sp; in GetThreadByID() local 877 ThreadSP thread_sp; in GetThreadByIndexID() local
|
D | SBThread.cpp | 439 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID() local 448 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID() local
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 516 ThreadSP thread_sp; in RefreshStateAfterStop() local 537 ThreadSP thread_sp = m_thread_list.RemoveThreadByID(tid, false); in RefreshStateAfterStop() local 825 ThreadSP thread_sp (old_thread_list.FindThreadByID (GetID(), false)); in UpdateThreadList() local
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 525 ThreadSP thread_sp (m_kernel_thread_wp.lock()); in GetKernelThread() local 547 ThreadSP thread_sp (old_thread_list.FindThreadByProtocolID(g_kernel_tid, false)); in UpdateThreadList() local 886 ThreadSP thread_sp (process->GetKernelThread()); in AsyncThread() local
|
/external/lldb/source/Plugins/Process/mach-core/ |
D | ProcessMachCore.cpp | 354 ThreadSP thread_sp(new ThreadMachCore (*this, tid)); in UpdateThreadList() local
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1375 ThreadSP thread_sp (old_thread_list_copy.RemoveThreadByProtocolID(tid, false)); in UpdateThreadList() local 1454 ThreadSP thread_sp; in SetThreadStopInfo() local 1859 ThreadSP thread_sp = threads.GetThreadAtIndex(i); in DoDestroy() local 1894 ThreadSP thread_sp = threads.GetThreadAtIndex(i); in DoDestroy() local
|
/external/lldb/source/Commands/ |
D | CommandObjectThread.cpp | 190 ThreadSP thread_sp = process->GetThreadList().GetThreadAtIndex(i); in DoExecute() local 1441 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute() local
|
/external/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 234 lldb::ThreadSP thread_sp(new ThreadElfCore (*this, tid, td)); in UpdateThreadList() local
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV2.cpp | 1693 ThreadSP thread_sp = process->GetThreadList().GetSelectedThread(); in UpdateISAToDescriptorMapDynamic() local 1939 ThreadSP thread_sp = process->GetThreadList().GetSelectedThread(); in UpdateISAToDescriptorMapSharedCache() local
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 215 ThreadSP thread_sp (m_process->GetThreadList().GetThreadAtIndex(0)); in ProcessDidExec() local
|
/external/lldb/source/Core/ |
D | ValueObject.cpp | 3905 ThreadSP thread_sp (exe_ctx.GetThreadSP()); in EvaluationPoint() local 3996 ThreadSP thread_sp (m_exe_ctx_ref.GetThreadSP()); in SyncWithProcessState() local
|