Searched refs:index_id (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStack.cpp | 441 uint32_t index_id = 0; in DumpPlans() local 449 index_id = thread_sp->GetIndexID(); in DumpPlans() 454 strm.Printf("thread #%u: tid = 0x%4.4" PRIx64 "\n", index_id, tid); in DumpPlans() 464 strm.Printf("thread #%u: tid = 0x%4.4" PRIx64 ":\n", index_id, tid); in DumpPlans() 476 uint32_t index_id = 0; in DumpPlansForTID() local 487 index_id = thread_sp->GetIndexID(); in DumpPlansForTID() 497 strm.Printf("thread #%u: tid = 0x%4.4" PRIx64 "\n", index_id, tid); in DumpPlansForTID() 507 strm.Printf("thread #%u: tid = 0x%4.4" PRIx64 ":\n", index_id, tid); in DumpPlansForTID()
|
H A D | QueueList.cpp | 58 lldb::QueueSP QueueList::FindQueueByIndexID(uint32_t index_id) { in FindQueueByIndexID() argument 61 if (queue_sp->GetIndexID() == index_id) { in FindQueueByIndexID()
|
H A D | ThreadList.cpp | 208 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID() argument 217 if (m_threads[idx]->GetIndexID() == index_id) { in FindThreadByIndexID() 710 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { in SetSelectedThreadByIndexID() argument 712 ThreadSP selected_thread_sp(FindThreadByIndexID(index_id)); in SetSelectedThreadByIndexID()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadList.h | 77 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false); 100 lldb::ThreadSP FindThreadByIndexID(uint32_t index_id, bool can_update = true);
|
H A D | QueueList.h | 92 lldb::QueueSP FindQueueByIndexID(uint32_t index_id);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBQueue.cpp | 267 uint32_t index_id = m_opaque_sp->GetIndexID(); in GetIndexID() local 268 return index_id; in GetIndexID()
|
H A D | SBProcess.cpp | 373 bool SBProcess::SetSelectedThreadByIndexID(uint32_t index_id) { in SetSelectedThreadByIndexID() argument 374 LLDB_INSTRUMENT_VA(this, index_id); in SetSelectedThreadByIndexID() 381 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID(index_id); in SetSelectedThreadByIndexID() 704 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID() argument 705 LLDB_INSTRUMENT_VA(this, index_id); in GetThreadByIndexID() 716 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBProcess.h | 101 lldb::SBThread GetThreadByIndexID(uint32_t index_id); 115 bool SetSelectedThreadByIndexID(uint32_t index_id);
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 1199 uint32_t index_id; in DoExecute() local 1200 if (!llvm::to_integer(command.GetArgumentAtIndex(0), index_id)) { in DoExecute() 1205 new_thread = process->GetThreadList().FindThreadByIndexID(index_id).get(); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 5280 int32_t index_id = AssignIndexIDToThread(thread_id); in HarmonizeThreadIdsForProfileData() local 5281 output_stream << index_id << ";"; in HarmonizeThreadIdsForProfileData()
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 11587 uint8_t index_id /* index ID within the status block */; member 11593 uint8_t index_id /* index ID within the status block */; member
|
H A D | bxe.c | 10216 eq_data.index_id = HC_SP_INDEX_EQ_CONS; in bxe_pf_init()
|