GDB (xrefs)
|
Public Attributes | |
struct x86_process_info * | next |
pid_t | pid |
struct x86_debug_reg_state | state |
struct x86_process_info* x86_process_info::next |
Definition at line 47 of file x86-nat.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), x86_add_process(), x86_find_process_pid(), and x86_forget_process().
pid_t x86_process_info::pid |
Definition at line 50 of file x86-nat.c.
Referenced by x86_add_process(), x86_find_process_pid(), and x86_forget_process().
struct x86_debug_reg_state x86_process_info::state |
Definition at line 53 of file x86-nat.c.
Referenced by x86_debug_reg_state().