Searched refs:thread_ptr (Results 1 – 5 of 5) sorted by relevance
91 static struct inferior_list_entry *thread_ptr; in handle_query() local104 thread_ptr = all_threads.head; in handle_query()105 sprintf (own_buf, "m%x", thread_ptr->id); in handle_query()106 thread_ptr = thread_ptr->next; in handle_query()112 if (thread_ptr != NULL) in handle_query()114 sprintf (own_buf, "m%x", thread_ptr->id); in handle_query()115 thread_ptr = thread_ptr->next; in handle_query()
102 lldb::ThreadSP GetThreadSPForThreadPtr(Thread *thread_ptr);
176 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr() argument178 if (thread_ptr) { in GetThreadSPForThreadPtr()184 if (m_threads[idx].get() == thread_ptr) { in GetThreadSPForThreadPtr()
3693 Thread *thread_ptr) { in GetKernelCoordinate() argument3700 if (!thread_ptr) { in GetKernelCoordinate()3709 for (uint32_t i = 0; i < thread_ptr->GetStackFrameCount(); ++i) { in GetKernelCoordinate()3710 if (!thread_ptr->SetSelectedFrameByIndex(i)) in GetKernelCoordinate()3713 StackFrameSP frame_sp = thread_ptr->GetSelectedFrame(); in GetKernelCoordinate()3782 Thread *thread_ptr = context.GetThreadPtr(); in KernelBreakpointHit() local3783 assert(thread_ptr && "Null thread pointer"); in KernelBreakpointHit()3787 if (!GetKernelCoordinate(current_coord, thread_ptr)) { in KernelBreakpointHit()
407 Thread *thread_ptr);