Home
last modified time | relevance | path

Searched refs:PT_READ_I (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/gdb/gdb/
HDinfptrace.c51 #if !defined (PT_READ_I)
52 #define PT_READ_I 1 /* Read word from text space */ macro
568 buffer[0] = ptrace (PT_READ_I, PIDGET (inferior_ptid), in child_xfer_memory()
575 ptrace (PT_READ_I, PIDGET (inferior_ptid), in child_xfer_memory()
611 buffer[i] = ptrace (PT_READ_I, PIDGET (inferior_ptid), in child_xfer_memory()
HDrs6000-nat.c426 *to = rs6000_ptrace64 (PT_READ_I, PIDGET (inferior_ptid), from, 0, NULL); in read_word()
428 *to = rs6000_ptrace32 (PT_READ_I, PIDGET (inferior_ptid), (int *)(long) from, in read_word()
HDinfttrace.c85 #if !defined (PT_READ_I)
86 #define PT_READ_I 1 /* Read word from text space */ macro
3686 case PT_READ_I: in call_ptrace()
/trueos/sys/sys/
HDptrace.h41 #define PT_READ_I 1 /* read word in child's I space */ macro
/trueos/usr.bin/truss/
HDarm-fbsd.c143 if ((syscall_num = ptrace(PT_READ_I, tid, in arm_syscall_entry()
/trueos/sys/kern/
HDsys_process.c976 case PT_READ_I: