Home
last modified time | relevance | path

Searched refs:thread_idx (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp68 uint32_t thread_idx; in DoExecute() local
69 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()
76 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
187 uint32_t thread_idx; in DoExecute() local
188 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()
194 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
H A DCommandObjectThread.cpp670 uint32_t thread_idx; in DoExecute() local
671 if (entry.ref().getAsInteger(0, thread_idx)) { in DoExecute()
677 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()
683 thread_idx); in DoExecute()
2092 uint32_t thread_idx; in GetSingleThreadFromArgs() local
2094 if (!llvm::to_integer(arg, thread_idx)) { in GetSingleThreadFromArgs()
2099 exe_ctx.GetProcessRef().GetThreadList().FindThreadByIndexID(thread_idx); in GetSingleThreadFromArgs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp74 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in AddHeaderAndCalculateDirectories() local
75 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddHeaderAndCalculateDirectories()
614 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in AddThreadList() local
615 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddThreadList()
653 thread_idx, thread_context.size()); in AddThreadList()
680 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in AddExceptions() local
681 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddExceptions()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp343 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex()
350 return thread_idx; in GetThreadIndex()
344 uint32_t thread_idx = UINT32_MAX; GetThreadIndex() local
H A DSBBreakpoint.cpp384 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local
392 thread_idx = thread_spec->GetIndex(); in GetThreadIndex()
395 return thread_idx; in GetThreadIndex()