Home
last modified time | relevance | path

Searched refs:GetThreadID (Results 1 – 25 of 75) sorted by relevance

123

/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestStopPCs.py44 self.assertEqual(th0.GetThreadID(), 0x1ff0d)
45 self.assertEqual(th1.GetThreadID(), 0x2ff0d)
DTestThreadSelectionBug.py42 self.assertNotEqual(thread.GetThreadID(), 0x3)
49 self.assertEqual(thread.GetThreadID(), 0x3)
/external/llvm-project/lldb/test/API/functionalities/thread/state_after_expression/
DTestStateAfterExpression.py37 self.assertNotEqual(thread.GetThreadID(), other_thread.GetThreadID(),
/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp119 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/
DTestThreadSpecificBreakpoint.py69 stopped_threads[0].GetThreadID(),
70 main_thread.GetThreadID(),
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.cpp440 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/
Dsanitizer_stoptheworld_linux_libcdep.cpp92 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()
Dsanitizer_stoptheworld_netbsd_libcdep.cpp55 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()
Dsanitizer_stoptheworld_mac.cpp34 tid_t GetThreadID(uptr index) const override;
111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
Dsanitizer_stoptheworld.h41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm64.cpp175 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()
DRegisterContextDarwin_i386.cpp505 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()
DRegisterContextDarwin_arm.cpp993 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()
DRegisterContextDarwin_x86_64.cpp554 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/
DSBThread.i142 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/
Dminidump_unittest.cc277 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/
DTestNetBSDCore.py154 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/
DTestLLDBIterator.py118 ID = thread.GetThreadID()
122 self.assertTrue(frame.GetThread().GetThreadID() == ID)
/external/llvm-project/lldb/test/API/lang/c/array_types/
DTestArrayTypes.py130 tidstr = "tid = %u" % thread.GetThreadID()
132 tidstr = "tid = 0x%4.4x" % thread.GetThreadID()
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp316 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/
Dsanitizer_stoptheworld_linux_libcdep.cc170 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()
Dsanitizer_stoptheworld.h29 SuspendedThreadID GetThreadID(uptr index) const { in GetThreadID() function
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpointlocation.py16 obj.GetThreadID()
Dsb_breakpoint.py24 obj.GetThreadID()
Dsb_thread.py13 obj.GetThreadID()

123