GDB (xrefs)
|
Go to the source code of this file.
Functions | |
ps_err_e | x86_linux_get_thread_area (pid_t pid, void *addr, unsigned int *base_addr) |
struct target_ops * | x86_linux_create_target (void) |
void | x86_linux_add_target (struct target_ops *t) |
void x86_linux_add_target | ( | struct target_ops * | t | ) |
Definition at line 398 of file x86-linux-nat.c.
References linux_nat_add_target(), linux_nat_set_forget_process(), linux_nat_set_new_fork(), linux_nat_set_new_thread(), linux_nat_set_prepare_to_resume(), x86_forget_process(), x86_linux_new_fork(), x86_linux_new_thread(), and x86_linux_prepare_to_resume().
Referenced by _initialize_amd64_linux_nat(), and _initialize_i386_linux_nat().
struct target_ops* x86_linux_create_target | ( | void | ) |
Definition at line 363 of file x86-linux-nat.c.
References x86_dr_low_type::get_addr, x86_dr_low_type::get_control, x86_dr_low_type::get_status, linux_supports_btrace(), linux_target(), x86_dr_low_type::set_addr, x86_dr_low_type::set_control, super_post_startup_inferior, target_ops::to_btrace_conf, target_ops::to_disable_btrace, target_ops::to_enable_btrace, target_ops::to_post_startup_inferior, target_ops::to_read_btrace, target_ops::to_read_description, target_ops::to_supports_btrace, target_ops::to_teardown_btrace, x86_dr_low, x86_linux_btrace_conf(), x86_linux_child_post_startup_inferior(), x86_linux_disable_btrace(), x86_linux_dr_get_addr(), x86_linux_dr_get_control(), x86_linux_dr_get_status(), x86_linux_dr_set_addr(), x86_linux_dr_set_control(), x86_linux_enable_btrace(), x86_linux_read_btrace(), x86_linux_read_description(), x86_linux_teardown_btrace(), x86_set_debug_register_length(), and x86_use_watchpoints().
Referenced by _initialize_amd64_linux_nat(), and _initialize_i386_linux_nat().
Definition at line 323 of file x86-linux-nat.c.
References gdb_assert, PS_ERR, PS_OK, ptrace(), and PTRACE_GET_THREAD_AREA.
Referenced by ps_get_thread_area().