/external/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/ |
D | TestPythonOSPlugin.py | 67 thread = process.GetThreadByID(0x111111111) 71 thread = process.GetThreadByID(0x222222222) 75 thread = process.GetThreadByID(0x333333333) 87 thread = process.GetThreadByID(0x111111111) 92 thread = process.GetThreadByID(0x222222222) 97 thread = process.GetThreadByID(0x333333333) 109 thread = process.GetThreadByID(0x111111111) 113 thread = process.GetThreadByID(0x222222222) 117 thread = process.GetThreadByID(0x333333333) 151 thread = process.GetThreadByID(0x111111111) [all …]
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.cpp | 32 MachThreadSP thread_sp(GetThreadByID(tid)); in GetState() 39 MachThreadSP thread_sp(GetThreadByID(tid)); in GetName() 48 MachThreadSP thread_sp(GetThreadByID(tid)); in GetRequestedQoS() 55 MachThreadSP thread_sp(GetThreadByID(tid)); in GetPThreadT() 62 MachThreadSP thread_sp(GetThreadByID(tid)); in GetDispatchQueueT() 71 MachThreadSP thread_sp(GetThreadByID(tid)); in GetTSDAddressForThread() 80 MachThreadSP thread_sp(GetThreadByID(tid)); in SetCurrentThread() 90 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadStoppedReason() 106 MachThreadSP thread_sp(GetThreadByID(tid)); in DumpThreadStoppedReason() 112 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadInfo() [all …]
|
D | MachThreadList.h | 75 MachThreadSP GetThreadByID(nub_thread_t tid) const;
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/mach-core/ |
D | TestMachCore.py | 46 thread = process.GetThreadByID(0x111111111) 50 thread = process.GetThreadByID(0x222222222) 54 thread = process.GetThreadByID(0x333333333)
|
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
D | TestThreadSelectionBug.py | 27 thread = process.GetThreadByID(0x1) 31 thread = process.GetThreadByID(0x2) 35 thread = process.GetThreadByID(0x3)
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeProcessWindows.cpp | 156 NativeProcessWindows::GetThreadByID(lldb::tid_t thread_id) { in GetThreadByID() function in lldb_private::NativeProcessWindows 158 NativeProcessProtocol::GetThreadByID(thread_id)); in GetThreadByID() 271 NativeThreadWindows *thread = GetThreadByID(thread_id); in StopThread() 440 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) { in OnDebugException() 475 GetThreadByID(record.GetThreadID())) { in OnDebugException() 495 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) in OnDebugException() 556 NativeThreadWindows *thread = GetThreadByID(thread_id); in OnExitThread()
|
D | NativeProcessWindows.h | 109 NativeThreadWindows *GetThreadByID(lldb::tid_t thread_id);
|
/external/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/ |
D | TestOSPluginStepping.py | 39 return self.process.GetThreadByID(0x111111111) 81 thread = self.process.GetThreadByID(0x111111111)
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_process.py | 25 obj.GetThreadByID(0)
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/ |
D | TestNetBSDCore.py | 188 thread = process.GetThreadByID(1) 220 thread = process.GetThreadByID(1)
|
/external/llvm-project/lldb/include/lldb/Host/common/ |
D | NativeProcessProtocol.h | 195 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid); 202 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 145 Returns the thread with the given thread ID.") GetThreadByID; 147 GetThreadByID (lldb::tid_t sb_thread_id);
|
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/ |
D | TestExitDuringExpression.py | 88 thread = process.GetThreadByID(tid)
|
/external/llvm-project/lldb/test/API/functionalities/thread_plan/ |
D | TestThreadPlanCommands.py | 122 thread = process.GetThreadByID(fake_tid)
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | cli-wrapper-pt.cpp | 257 thread = process.GetThreadByID(thread_id); in DoExecute() 368 thread = process.GetThreadByID(thread_id); in DoExecute()
|
D | Decoder.cpp | 64 lldb::SBThread thread = process.GetThreadByID(itr_thread->first); in RemoveDeadProcessesAndThreads()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.cpp | 430 auto thread_sp = GetThreadByID(pid); in MonitorCallback() 520 if (GetThreadByID(tid)) { in WaitForNewThread() 1372 NativeThreadLinux &thread = *GetThreadByID(GetID()); in Syscall() 1751 NativeThreadLinux *NativeProcessLinux::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessLinux 1753 NativeProcessProtocol::GetThreadByID(tid)); in GetThreadByID() 2058 auto thread_sp = GetThreadByID(threadid); in StartTrace()
|
D | NativeProcessLinux.h | 96 NativeThreadLinux *GetThreadByID(lldb::tid_t id);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBProcess.h | 93 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | VSCode.cpp | 268 return target.GetProcess().GetThreadByID(tid); in GetLLDBThread()
|
/external/llvm-project/lldb/source/API/ |
D | SBProcess.cpp | 725 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() function in SBProcess 726 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByID, (lldb::tid_t), in GetThreadByID() 1379 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByID, in RegisterMethods()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerLLGS.cpp | 669 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid); in SendStopReplyPacketForThread() 2152 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid); in Handle_H() 2801 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid); in Handle_s() 3412 return m_debugged_process_up->GetThreadByID(current_tid); in GetThreadFromSuffix() 3442 return m_debugged_process_up->GetThreadByID(tid); in GetThreadFromSuffix()
|
/external/llvm-project/lldb/source/Host/common/ |
D | NativeProcessProtocol.cpp | 103 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 341 MinidumpThread* GetThreadByID(uint32_t thread_id);
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 1771 if (GetThreadByID(thread_id)) { in Read() 1808 MinidumpThread* MinidumpThreadList::GetThreadByID(uint32_t thread_id) { in GetThreadByID() function in google_breakpad::MinidumpThreadList
|