Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Di386gnu-nat.c132 state = proc_get_state (thread, 0); in gnu_fetch_registers()
227 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()
H A DChangeLog-19964130 (proc_get_state): Cast thread state arg to thread_get_state.
H A DChangeLog-20007932 * gnu-nat.c (inf_update_procs, proc_get_state, proc_string):