Home
last modified time | relevance | path

Searched refs:proc_is_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgnu-nat.h77 #define proc_is_thread(proc) ((proc)->tid != PROC_TID_TASK) macro
H A Dgnu-nat.c267 gdb_assert (proc_is_thread (proc)); in proc_update_sc()
323 gdb_assert (proc_is_thread (proc)); in proc_abort()
1159 gdb_assert (!thread || proc_is_thread (thread)); in inf_set_step_thread()