Searched refs:thread_index (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | CommandObjectThreadTraceExportCTF.cpp | 39 int64_t thread_index; in SetOptionValue() local 40 if (option_arg.empty() || option_arg.getAsInteger(0, thread_index) || in SetOptionValue() 41 thread_index < 0) in SetOptionValue() 45 m_thread_index = thread_index; in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointNameExtensions.i | 18 …thread_index = property(GetThreadIndex, SetThreadIndex, doc='A read/write property that configures…
|
| H A D | SBBreakpointLocationExtensions.i | 21 …thread_index = property(GetThreadIndex, SetThreadIndex, doc='A read/write property that configures…
|
| H A D | SBBreakpointExtensions.i | 60 …thread_index = property(GetThreadIndex, SetThreadIndex, doc='A read/write property that configures…
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 4227 for (auto [thread_sp, thread_index] : not_suspended_threads) { in ShouldStop() 4237 if (thread_sp->GetIndexID() != thread_index) { in ShouldStop() 4241 thread_sp.get(), thread_index, thread_sp->GetIndexID()); in ShouldStop() 5631 uint32_t thread_index; in RunThreadPlan() local 5635 for (thread_index = 0; thread_index < num_threads; ++thread_index) { in RunThreadPlan() 5636 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 1129 bool DiscardUserThreadPlansUpToIndex(uint32_t thread_index);
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 148 uint32_t thread_index = UINT32_MAX; in SetOptionValue() local 149 if (option_arg.getAsInteger(0, thread_index)) { in SetOptionValue() 154 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()
|