|
GDBserver
|
Go to the source code of this file.
Macros | |
| #define | PT_TRACE_ME 0 |
| #define | PT_READ_I 1 /* Read word in child's I space. */ |
| #define | PT_READ_D 2 /* Read word in child's D space. */ |
| #define | PT_READ_U 3 /* Read word in child's U space. */ |
| #define | PT_WRITE_I 4 /* Write word in child's I space. */ |
| #define | PT_WRITE_D 5 /* Write word in child's D space. */ |
| #define | PT_WRITE_U 6 /* Write word in child's U space. */ |
| #define | PT_CONTINUE 7 /* Continue the child. */ |
| #define | PT_KILL 8 /* Kill the child process. */ |
| #define | PT_STEP 9 /* Single step the child. */ |
| #define | PT_SYSCALL PT_CONTINUE |
| #define | ptrace(request, pid, addr, data) ptrace ((PTRACE_TYPE_ARG1) request, pid, addr, data) |
Functions | |
| PTRACE_TYPE_RET | ptrace () |
| #define PT_CONTINUE 7 /* Continue the child. */ |
Definition at line 79 of file gdb_ptrace.h.
| #define PT_KILL 8 /* Kill the child process. */ |
Definition at line 84 of file gdb_ptrace.h.
| #define PT_READ_D 2 /* Read word in child's D space. */ |
Definition at line 51 of file gdb_ptrace.h.
| #define PT_READ_I 1 /* Read word in child's I space. */ |
Definition at line 47 of file gdb_ptrace.h.
Referenced by fetch_ppc_memory_1().
| #define PT_READ_U 3 /* Read word in child's U space. */ |
Definition at line 55 of file gdb_ptrace.h.
Referenced by fetch_ppc_register().
| #define PT_STEP 9 /* Single step the child. */ |
Definition at line 91 of file gdb_ptrace.h.
| #define PT_SYSCALL PT_CONTINUE |
Definition at line 120 of file gdb_ptrace.h.
Referenced by spu_wait().
| #define PT_TRACE_ME 0 |
Definition at line 43 of file gdb_ptrace.h.
| #define PT_WRITE_D 5 /* Write word in child's D space. */ |
Definition at line 63 of file gdb_ptrace.h.
Referenced by store_ppc_memory_1().
| #define PT_WRITE_I 4 /* Write word in child's I space. */ |
Definition at line 59 of file gdb_ptrace.h.
| #define PT_WRITE_U 6 /* Write word in child's U space. */ |
Definition at line 67 of file gdb_ptrace.h.
| #define ptrace | ( | request, | |
| pid, | |||
| addr, | |||
| data | |||
| ) | ptrace ((PTRACE_TYPE_ARG1) request, pid, addr, data) |
Definition at line 149 of file gdb_ptrace.h.
| PTRACE_TYPE_RET ptrace | ( | ) |
Referenced by aarch64_get_thread_area(), aarch64_linux_get_debug_reg_capacity(), aarch64_linux_set_debug_regs(), aarch64_ps_get_thread_area(), aarch64_stopped_data_address(), amd64_linux_siginfo_fixup_common(), arm_arch_setup(), arm_linux_init_hwbp_cap(), arm_prepare_to_resume(), arm_read_description(), arm_stopped_by_watchpoint(), dequeue_one_deferred_signal(), enqueue_one_deferred_signal(), fetch_ppc_memory_1(), fetch_ppc_register(), handle_extended_wait(), linux_attach_lwp(), linux_check_ptrace_features(), linux_child_function(), linux_detach_one_lwp(), linux_disable_event_reporting(), linux_enable_event_reporting(), linux_kill_one_lwp(), linux_ptrace_fun(), linux_ptrace_test_ret_to_nx(), linux_read_memory(), linux_resume_one_lwp_throw(), linux_resume_one_thread(), linux_test_for_exitkill(), linux_test_for_tracefork(), linux_test_for_tracesysgood(), linux_wait_1(), linux_write_memory(), linux_xfer_siginfo(), lynx_ptrace(), maybe_move_out_of_jump_pad(), mips_linux_prepare_to_resume(), mips_linux_read_watch_registers(), mips_read_description(), ps_get_thread_area(), s390_check_regset(), s390_get_thread_area(), save_stop_reason(), spu_attach(), spu_detach(), spu_kill(), spu_ptrace_fun(), spu_resume(), spu_wait(), store_ppc_memory_1(), x86_fill_gregset(), x86_get_thread_area(), x86_linux_dr_get(), x86_linux_dr_set(), x86_linux_read_description(), x86_siginfo_fixup(), and x86_store_gregset().
1.8.14