| /llvm-project-15.0.7/lldb/test/API/functionalities/tsan/multiple/ |
| H A D | TestTsanMultiple.py | 36 stop_reason = self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason() 43 while self.dbg.GetSelectedTarget().process.GetSelectedThread( 48 ).process.GetSelectedThread().GetStopDescription(100) 71 backtraces = self.dbg.GetSelectedTarget().process.GetSelectedThread(
|
| /llvm-project-15.0.7/lldb/test/API/macosx/builtin-debugtrap/ |
| H A D | TestBuiltinDebugTrap.py | 33 self.assertEqual(process.GetSelectedThread().GetStopReason(), 50 self.assertEqual(process.GetSelectedThread().GetStopReason(), 64 self.assertEqual(process.GetSelectedThread().GetStopReason(),
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tsan/thread_numbers/ |
| H A D | TestTsanThreadNumbers.py | 33 stop_reason = self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason() 44 self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason(), 48 ).process.GetSelectedThread().GetIndexID()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/asan/ |
| H A D | TestReportData.py | 41 stop_reason = self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason() 55 self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason(), 82 thread = process.GetSelectedThread()
|
| H A D | TestMemoryHistory.py | 45 stop_reason = self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason() 75 val = process.GetSelectedThread().GetSelectedFrame().EvaluateExpression("pointer")
|
| /llvm-project-15.0.7/lldb/test/API/python_api/formatters/ |
| H A D | TestFormattersSBAPI.py | 174 ).GetSelectedThread().GetSelectedFrame().FindVariable('foo') 192 ).GetSelectedThread().GetSelectedFrame().FindVariable('foo') 207 ).GetSelectedThread().GetSelectedFrame().FindVariable('foo') 238 ).GetSelectedThread().GetSelectedFrame().FindVariable('foo') 398 ).GetSelectedThread().GetSelectedFrame() 470 ).GetSelectedThread().GetSelectedFrame() 480 ).GetSelectedThread().GetSelectedFrame() 490 ).GetSelectedThread().GetSelectedFrame()
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/exceptions/ |
| H A D | TestObjCExceptions.py | 35 thread = target.GetProcess().GetSelectedThread() 52 thread = target.GetProcess().GetSelectedThread() 148 thread = process.GetSelectedThread() 175 thread = process.GetSelectedThread() 197 thread = process.GetSelectedThread()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tsan/thread_leak/ |
| H A D | TestTsanThreadLeak.py | 32 stop_reason = self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason() 43 self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason(),
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tsan/basic/ |
| H A D | TestTsanBasic.py | 41 stop_reason = self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason() 52 self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason(), 63 thread = process.GetSelectedThread()
|
| /llvm-project-15.0.7/lldb/test/API/macosx/skinny-corefile/ |
| H A D | TestSkinnyCorefile.py | 135 self.assertTrue(self.process.GetSelectedThread().IsValid()) 138 f0 = self.process.GetSelectedThread().GetFrameAtIndex(0) 150 f1 = self.process.GetSelectedThread().GetFrameAtIndex(1)
|
| /llvm-project-15.0.7/lldb/test/API/macosx/corefile-exception-reason/ |
| H A D | TestCorefileExceptionReason.py | 35 thread = process.GetSelectedThread() 36 self.assertTrue(process.GetSelectedThread().IsValid())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestThreadSelectionBug.py | 43 thread = process.GetSelectedThread() 50 thread = process.GetSelectedThread()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/set-data/ |
| H A D | TestSetData.py | 31 frame = process.GetSelectedThread().GetFrameAtIndex(0) 46 frame = process.GetSelectedThread().GetFrameAtIndex(0)
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/register_variables/ |
| H A D | TestRegisterVariables.py | 55 ).GetSelectedThread().GetSelectedFrame() 81 ).GetSelectedThread().GetSelectedFrame() 107 ).GetSelectedThread().GetSelectedFrame()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/synthupdate/ |
| H A D | TestSyntheticFilterRecompute.py | 49 ).GetSelectedThread().GetSelectedFrame().FindVariable("x") 64 ).GetSelectedThread().GetSelectedFrame().FindVariable("x")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/ |
| H A D | TestNetBSDCore.py | 101 thread = process.GetSelectedThread() 150 thread = process.GetSelectedThread() 174 thread = process.GetSelectedThread() 204 thread = process.GetSelectedThread()
|
| /llvm-project-15.0.7/lldb/test/API/macosx/stack-corefile/ |
| H A D | TestStackCorefile.py | 42 thread = process.GetSelectedThread() 44 self.assertTrue(process.GetSelectedThread().IsValid())
|
| /llvm-project-15.0.7/lldb/test/API/symbol_ondemand/shared_library/ |
| H A D | TestSharedLibOnDemand.py | 63 thread = process.GetSelectedThread() 101 thread = process.GetSelectedThread()
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/script/ |
| H A D | mysto.py | 15 ).GetSelectedThread().StepOver(lldb.eOnlyThisThread)
|
| /llvm-project-15.0.7/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 607 ).GetSelectedThread().GetSelectedFrame() 659 ).GetSelectedThread().GetSelectedFrame() 893 frame = process.GetSelectedThread().GetSelectedFrame() 1001 frame = process.GetSelectedThread().GetSelectedFrame() 1118 frame = process.GetSelectedThread().GetSelectedFrame() 1284 frame = target.GetProcess().GetSelectedThread().GetSelectedFrame() 1335 frame = process.GetSelectedThread().GetSelectedFrame()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcess.i | 153 Returns the currently selected thread.") GetSelectedThread; 155 GetSelectedThread () const; 517 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadList.cpp | 62 return GetSelectedThread(); in GetExpressionExecutionThread() 67 return GetSelectedThread(); in GetExpressionExecutionThread() 566 if (thread_sp == GetSelectedThread()) { in WillResume() 597 thread_to_run = GetSelectedThread(); in WillResume() 649 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread() function in ThreadList
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/ |
| H A D | TestDataFormatterPythonSynth.py | 300 ).GetSelectedThread().GetSelectedFrame().FindVariable('test_cast') 315 self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().StepOver()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/ubsan/user-expression/ |
| H A D | TestUbsanUserExpression.py | 35 thread = process.GetSelectedThread()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tsan/cpp_global_location/ |
| H A D | TestTsanCPPGlobalLocation.py | 33 stop_reason = self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason()
|