Home
last modified time | relevance | path

Searched refs:PT_READ_D (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_ptrace.h48 #ifndef PT_READ_D
49 # define PT_READ_D 2 /* Read word in child's D space. */ macro
H A Dinfttrace.c85 #if !defined (PT_READ_D)
86 #define PT_READ_D 2 /* Read word from data space */ macro
3690 case PT_READ_D: in call_ptrace()
H A DChangeLog-19913362 * infptrace.c (PT_WRITE_D, PT_READ_D): Use correct values.
H A DChangeLog2163 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
/openbsd/sys/kern/
H A Dsys_process.c135 case PT_READ_D: in sys_ptrace()
678 case PT_READ_D: in ptrace_ustate()
713 req = PT_READ_D; in ptrace_ustate()
725 req = PT_READ_D; in ptrace_ustate()
/openbsd/sys/sys/
H A Dptrace.h40 #define PT_READ_D 2 /* read word in child's D space */ macro
/openbsd/gnu/usr.bin/binutils/gdb/config/pa/
H A Dnm-hppah.h86 #define PT_READ_D PT_RDUSER macro
/openbsd/regress/sys/kern/ptrace/
H A Dptrace.c151 req = PT_READ_D; in main()
/openbsd/sys/dev/dt/
H A Ddt_dev.c672 error = process_domem(p, pr, &uio, PT_READ_D); in dt_ioctl_get_auxbase()