Searched refs:PT_READ_I (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | infptrace.c | 51 #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()
|
| HD | rs6000-nat.c | 426 *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()
|
| HD | infttrace.c | 85 #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/ |
| HD | ptrace.h | 41 #define PT_READ_I 1 /* read word in child's I space */ macro
|
| /trueos/usr.bin/truss/ |
| HD | arm-fbsd.c | 143 if ((syscall_num = ptrace(PT_READ_I, tid, in arm_syscall_entry()
|
| /trueos/sys/kern/ |
| HD | sys_process.c | 976 case PT_READ_I:
|