Home
last modified time | relevance | path

Searched refs:proc_get_state (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Di386gnu-nat.c132 state = proc_get_state (thread, 0); in gnu_fetch_registers()
225 state = proc_get_state (thread, 1); in gnu_store_registers()
H A Dgnu-nat.h85 extern thread_state_t proc_get_state (struct proc *proc, int will_modify);
H A Dgnu-nat.c358 proc_get_state (struct proc *proc, int will_modify) in proc_get_state() function
512 thread_state_t state = proc_get_state (proc, 1); in proc_trace()