Lines Matching defs:process
87 struct process { struct
88 enum process_state state; argument
89 struct process *parent; /* needed by STATE_BEING_CREATED */ argument
98 int mask_32bit; /* 1 if 64-bit ltrace is tracing 32-bit process */ argument
99 unsigned int personality;
100 int tracesysgood; /* signal indicating a PTRACE_SYSCALL trap */
102 size_t callstack_depth;
103 struct callstack_element callstack[MAX_CALLDEPTH];
107 struct library *libraries;
110 void * instruction_pointer;
111 void * stack_pointer; /* To get return addr, args... */
112 void * arch_ptr;
138 struct process *next; argument
146 struct process *leader; argument
148 struct os_process_data os; argument
149 struct arch_process_data arch; argument