Searched refs:ptrace64aix (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | aix-thread.c | 251 ptrace64aix (int req, int id, long long addr, int data, int *buf) in ptrace64aix() function 356 if (!ptrace64aix (PTT_READ_GPRS, tid, in pdc_read_regs() 382 if (!ptrace64aix (PTT_READ_SPRS, tid, in pdc_read_regs() 421 ptrace64aix (PTT_WRITE_GPRS, tid, in pdc_write_regs() 438 ptrace64aix (PTT_WRITE_SPRS, tid, in pdc_write_regs() 983 ptrace64aix (PTT_CONTINUE, tid[0], 1, in aix_thread_resume() 1198 if (!ptrace64aix (PTT_READ_GPRS, tid, in fetch_regs_kernel_thread() 1230 if (!ptrace64aix (PTT_READ_SPRS, tid, in fetch_regs_kernel_thread() 1512 ptrace64aix (PTT_READ_GPRS, tid, (unsigned long) gprs64, 0, NULL); in store_regs_kernel_thread() 1514 ptrace64aix (PTT_WRITE_GPRS, tid, (unsigned long) gprs64, 0, NULL); in store_regs_kernel_thread() [all …]
|