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) |
#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.
#define PT_READ_U 3 /* Read word in child's U space. */ |
Definition at line 55 of file gdb_ptrace.h.
#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.
#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.
#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 141 of file gdb_ptrace.h.
Referenced by aarch64_fetch_sve_regset(), aarch64_fetch_za_regset(), aarch64_fetch_zt_regset(), aarch64_initialize_za_regset(), aarch64_linux_get_debug_reg_capacity(), aarch64_linux_set_debug_regs(), aarch64_mte_fetch_memtags(), aarch64_mte_store_memtags(), aarch64_ps_get_thread_area(), aarch64_store_sve_regset(), aarch64_store_za_regset(), aarch64_store_zt_regset(), aarch64_sve_get_vq(), aarch64_sve_set_vq(), aarch64_tls_register_count(), aarch64_za_set_svq(), amd64_linux_siginfo_fixup_common(), netbsd_nat::enable_proc_events(), linux_child_function(), linux_disable_event_reporting(), linux_enable_event_reporting(), linux_ptrace_test_ret_to_nx(), linux_test_for_exitkill(), mips_linux_read_watch_registers(), ppc_linux_target_wordsize(), netbsd_nat::qxfer_siginfo(), netbsd_nat::read_memory(), read_ssve_header(), read_sve_header(), read_za_header(), riscv_linux_read_features(), supports_zt_registers(), netbsd_nat::write_memory(), write_ssve_header(), write_sve_header(), write_za_header(), x86_linux_dr_get(), and x86_linux_dr_set().