Home
last modified time | relevance | path

Searched refs:GetSelectedThread (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py606 ).GetSelectedThread().GetSelectedFrame()
658 ).GetSelectedThread().GetSelectedFrame()
892 frame = process.GetSelectedThread().GetSelectedFrame()
1000 frame = process.GetSelectedThread().GetSelectedFrame()
1117 frame = process.GetSelectedThread().GetSelectedFrame()
1283 frame = target.GetProcess().GetSelectedThread().GetSelectedFrame()
1334 frame = process.GetSelectedThread().GetSelectedFrame()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i153 Returns the currently selected thread.") GetSelectedThread;
155 GetSelectedThread () const;
517 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp62 return GetSelectedThread(); in GetExpressionExecutionThread()
67 return GetSelectedThread(); in GetExpressionExecutionThread()
600 if (thread_sp == GetSelectedThread()) in WillResume()
684 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread() function in ThreadList
H A DExecutionContext.cpp86 m_thread_sp = m_process_sp->GetThreadList().GetSelectedThread(); in ExecutionContext()
514 process_sp->GetThreadList().GetSelectedThread()); in SetTargetPtr()
H A DStackFrameList.cpp811 m_thread.GetProcess()->GetThreadList().GetSelectedThread()->GetID()) { in SetDefaultFileAndLineToSelectedFrame()
H A DThread.cpp1745 if (process->GetThreadList().GetSelectedThread().get() == this) in GetStatus()
1772 (GetID() != GetProcess()->GetThreadList().GetSelectedThread()->GetID())) in GetStatus()
H A DProcess.cpp798 ThreadSP curr_thread(thread_list.GetSelectedThread()); in HandleProcessStateChangedEvent()
894 ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in HandleProcessStateChangedEvent()
4777 lldb::ThreadSP selected_thread_sp = GetThreadList().GetSelectedThread(); in RunThreadPlan()
5444 GetThreadList().GetSelectedThread()->GetFrameWithStackID( in RunThreadPlan()
5447 GetThreadList().GetSelectedThread()->SetSelectedFrame( in RunThreadPlan()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py63 cur_thread = process.GetSelectedThread()
166 thread = process.GetSelectedThread()
H A Djump.py141 thread = process.GetSelectedThread()
H A Ddiagnose_nsstring.py49 thread = process.GetSelectedThread()
H A Dlldbtk.py552 thread = process.GetSelectedThread()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadList.h42 lldb::ThreadSP GetSelectedThread();
/openbsd-src/gnu/llvm/lldb/scripts/android/
H A Dhost_art_bt.py22 thread = process.GetSelectedThread()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h97 lldb::SBThread GetSelectedThread() const;
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dsourcewin.py110 loc = process.GetSelectedThread().GetSelectedFrame().GetLineEntry()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp800 lldb::ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in ReadLinuxProcessAddressMask()
831 lldb::ThreadSP thread_sp = process_sp->GetThreadList().GetSelectedThread(); in ReadOpenBSDProcessAddressMask()
/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp275 target.GetProcess().GetSelectedThread().GetSelectedFrame(); in GetInitInfo()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp200 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread() function in SBProcess
209 thread_sp = process_sp->GetThreadList().GetSelectedThread(); in GetSelectedThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp155 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp235 .GetSelectedThread() in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp713 return process->GetThreadList().GetSelectedThread().get(); in GetDefaultThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp376 ThreadSP stop_thread = m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp334 stop_thread = Process::m_thread_list.GetSelectedThread(); in RefreshStateAfterStop()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1922 return self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread()
1928 ).GetSelectedThread().GetSelectedFrame()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp294 ThreadSP thread = process->GetThreadList().GetSelectedThread(); in SearchForKernelNearPC()

12