Home
last modified time | relevance | path

Searched refs:make_proc (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c118 struct proc *make_proc (struct inf *inf, mach_port_t port, int tid);
540 make_proc (struct inf *inf, mach_port_t port, int tid) in make_proc() function
769 inf->task = make_proc (inf, task_port, PROC_TID_TASK); in inf_set_pid()
1065 thread = make_proc (inf, threads[i], next_thread_id++); in inf_validate_procs()
H A DChangeLog-19964075 * gnu-nat.c (make_proc): Set DETACH_SC.
4109 * gnu-nat.c (make_proc): Initialize DEAD.
4181 (make_proc): Initialize state_valid & state_changed fields.
H A DChangeLog-20007162 (make_proc): Add braces to silence compiler warning.
H A DChangeLog-20017691 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.