/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
D | TestStopPCs.py | 44 self.assertEqual(th0.GetThreadID(), 0x1ff0d) 45 self.assertEqual(th1.GetThreadID(), 0x2ff0d)
|
D | TestThreadSelectionBug.py | 42 self.assertNotEqual(thread.GetThreadID(), 0x3) 49 self.assertEqual(thread.GetThreadID(), 0x3)
|
/external/llvm-project/lldb/test/API/functionalities/thread/state_after_expression/ |
D | TestStateAfterExpression.py | 37 self.assertNotEqual(thread.GetThreadID(), other_thread.GetThreadID(),
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | cli-wrapper-pt.cpp | 119 thread_id = thread.GetThreadID(); in ParseCommandArgThread() 165 thread_id = thread.GetThreadID(); in DoExecute() 237 thread_id = thread.GetThreadID(); in DoExecute() 258 thread_id = thread.GetThreadID(); in DoExecute() 348 thread_id = thread.GetThreadID(); in DoExecute() 369 thread_id = thread.GetThreadID(); in DoExecute() 475 thread_id = thread.GetThreadID(); in DoExecute()
|
/external/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break/ |
D | TestThreadSpecificBreakpoint.py | 69 stopped_threads[0].GetThreadID(), 70 main_thread.GetThreadID(),
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeProcessWindows.cpp | 440 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) { in OnDebugException() 454 StopThread(record.GetThreadID(), StopReason::eStopReasonWatchpoint, in OnDebugException() 459 StopThread(record.GetThreadID(), StopReason::eStopReasonTrace); in OnDebugException() 472 StopThread(record.GetThreadID(), StopReason::eStopReasonBreakpoint); in OnDebugException() 475 GetThreadByID(record.GetThreadID())) { in OnDebugException() 495 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) in OnDebugException() 522 StopThread(record.GetThreadID(), StopReason::eStopReasonException, in OnDebugException()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cpp | 92 tid_t GetThreadID(uptr index) const override; 189 pid_t tid = suspended_threads_list_.GetThreadID(i); in ResumeAllThreads() 205 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads() 535 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListLinux 557 pid_t tid = GetThreadID(index); in GetRegistersAndSP()
|
D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 55 tid_t GetThreadID(uptr index) const; 316 tid_t SuspendedThreadsListNetBSD::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListNetBSD 339 lwpid_t tid = GetThreadID(index); in GetRegistersAndSP()
|
D | sanitizer_stoptheworld_mac.cpp | 34 tid_t GetThreadID(uptr index) const override; 111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
|
D | sanitizer_stoptheworld.h | 41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextDarwin_arm64.cpp | 175 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR() 183 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU() 191 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC() 199 SetError(set, Read, DoReadDBG(GetThreadID(), set, dbg)); in ReadDBG() 210 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR() 221 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU() 232 SetError(set, Write, DoWriteEXC(GetThreadID(), set, exc)); in WriteEXC() 243 SetError(set, Write, DoWriteDBG(GetThreadID(), set, dbg)); in WriteDBG()
|
D | RegisterContextDarwin_i386.cpp | 505 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR() 513 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU() 521 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC() 532 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR() 543 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU() 554 SetError(set, Write, DoWriteEXC(GetThreadID(), set, exc)); in WriteEXC()
|
D | RegisterContextDarwin_arm.cpp | 993 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR() 1001 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU() 1009 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC() 1017 SetError(set, Read, DoReadDBG(GetThreadID(), set, dbg)); in ReadDBG() 1028 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR() 1039 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU() 1050 SetError(set, Write, DoWriteEXC(GetThreadID(), set, exc)); in WriteEXC() 1061 SetError(set, Write, DoWriteDBG(GetThreadID(), set, dbg)); in WriteDBG()
|
D | RegisterContextDarwin_x86_64.cpp | 554 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR() 562 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU() 570 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC() 581 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR() 592 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU() 603 SetError(set, Write, DoWriteEXC(GetThreadID(), set, exc)); in WriteEXC()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBThread.i | 142 GetThreadID; 144 GetThreadID () const; 443 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte…
|
/external/google-breakpad/src/processor/ |
D | minidump_unittest.cc | 277 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); in TEST() 348 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); in TEST() 391 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); in TEST() 919 ASSERT_TRUE(thread_list->GetThreadAtIndex(0)->GetThreadID(&thread_id)); in TEST() 927 ASSERT_TRUE(thread_list->GetThreadAtIndex(1)->GetThreadID(&thread_id)); in TEST() 935 ASSERT_TRUE(thread_list->GetThreadAtIndex(2)->GetThreadID(&thread_id)); in TEST() 943 ASSERT_TRUE(thread_list->GetThreadAtIndex(3)->GetThreadID(&thread_id)); in TEST() 951 ASSERT_TRUE(thread_list->GetThreadAtIndex(4)->GetThreadID(&thread_id)); in TEST() 1090 ASSERT_TRUE(md_exception->GetThreadID(&thread_id)); in TEST() 1164 ASSERT_TRUE(md_exception->GetThreadID(&thread_id)); in TEST() [all …]
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/ |
D | TestNetBSDCore.py | 154 self.assertEqual(thread.GetThreadID(), 1) 180 self.assertEqual(thread.GetThreadID(), 2) 212 self.assertEqual(thread.GetThreadID(), 2)
|
/external/llvm-project/lldb/test/API/python_api/lldbutil/iter/ |
D | TestLLDBIterator.py | 118 ID = thread.GetThreadID() 122 self.assertTrue(frame.GetThread().GetThreadID() == ID)
|
/external/llvm-project/lldb/test/API/lang/c/array_types/ |
D | TestArrayTypes.py | 130 tidstr = "tid = %u" % thread.GetThreadID() 132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
|
/external/llvm-project/lldb/source/API/ |
D | SBBreakpointLocation.cpp | 316 tid_t SBBreakpointLocation::GetThreadID() { in GetThreadID() function in SBBreakpointLocation 317 LLDB_RECORD_METHOD_NO_ARGS(lldb::tid_t, SBBreakpointLocation, GetThreadID); in GetThreadID() 324 return loc_sp->GetThreadID(); in GetThreadID() 512 LLDB_REGISTER_METHOD(lldb::tid_t, SBBreakpointLocation, GetThreadID, ()); in RegisterMethods()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 170 pid_t tid = suspended_threads_list_.GetThreadID(i); in ResumeAllThreads() 186 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads() 497 pid_t tid = GetThreadID(index); in GetRegistersAndSP()
|
D | sanitizer_stoptheworld.h | 29 SuspendedThreadID GetThreadID(uptr index) const { in GetThreadID() function
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_breakpointlocation.py | 16 obj.GetThreadID()
|
D | sb_breakpoint.py | 24 obj.GetThreadID()
|
D | sb_thread.py | 13 obj.GetThreadID()
|