Searched refs:all_threads (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp83 bool all_threads = false; variable
90 all_threads = ::strcmp(command.GetArgumentAtIndex(0), "all") == 0;
99 if (all_threads || m_unique_stacks) {
/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c42 /* ``all_threads'' is keyed by the LWP ID - it should be the thread ID instead,
235 for_each_inferior (&all_threads, fbsd_kill_one_process);
250 for_each_inferior (&all_threads, fbsd_detach_one_process);
257 if (find_inferior_id (&all_threads, tid) != NULL)
386 find_inferior_id (&all_threads, (*childp)->tid);
451 find_inferior_id (&all_threads, event_child->tid);
463 if (all_threads.head == all_threads.tail)
471 current_inferior = (struct thread_info *) all_threads.head;
635 child = (struct thread_info *) find_inferior_id (&all_threads,
[all...]
H A Dfbsd-low.h69 find_inferior_id (&all_threads, \
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dinferiors.c35 struct inferior_list all_threads; variable in typeref:struct:inferior_list
114 add_inferior_to_list (&all_threads, & new_thread->entry);
134 remove_inferior (&all_threads, (struct inferior_list_entry *) thread);
141 for_each_inferior (&all_threads, free_one_thread);
143 all_threads.head = all_threads.tail = NULL;
H A Dproc-service.c135 reg_inferior = (struct thread_info *) find_inferior_id (&all_threads,
165 reg_inferior = (struct thread_info *) find_inferior_id (&all_threads, lwpid);
196 reg_inferior = (struct thread_info *) find_inferior_id (&all_threads, lwpid);
227 reg_inferior = (struct thread_info *) find_inferior_id (&all_threads, lwpid);
H A Dregcache.c88 for_each_inferior (&all_threads, regcache_invalidate_one);
H A Dserver.c104 thread_ptr = all_threads.head;
H A Dserver.h91 extern struct inferior_list all_threads;
H A Dtarget.c35 found = (struct thread_info *) find_inferior_id (&all_threads,
46 found = (struct thread_info *) find_inferior_id (&all_threads,
50 found = (struct thread_info *) find_inferior_id (&all_threads,
55 current_inferior = (struct thread_info *) all_threads.head;
H A Dthread-db.c238 if (all_threads.head == all_threads.tail)
240 inferior = (struct thread_info *) all_threads.head;
245 change_inferior_id (&all_threads, ti_p->ti_tid);
250 inferior = (struct thread_info *) find_inferior_id (&all_threads,
259 inferior = (struct thread_info *) find_inferior_id (&all_threads,

Completed in 122 milliseconds