Searched refs:gprs32 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Daix-thread.c393 uint32_t gprs32[ppc_num_gprs]; local
414 if (!ptrace32 (PTT_READ_GPRS, tid, (uintptr_t) gprs32, 0, NULL))
415 memset (gprs32, 0, sizeof (gprs32));
416 memcpy (context->gpr, gprs32, sizeof(gprs32));
1281 uint32_t gprs32[ppc_num_gprs]; local
1306 if (!ptrace32 (PTT_READ_GPRS, tid, (uintptr_t) gprs32, 0, NULL))
1307 memset (gprs32, 0, sizeof (gprs32));
1594 uint32_t gprs32[ppc_num_gprs]; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daix-thread.c388 uint32_t gprs32[ppc_num_gprs]; local
409 if (!ptrace32 (PTT_READ_GPRS, tid, (uintptr_t) gprs32, 0, NULL))
410 memset (gprs32, 0, sizeof (gprs32));
411 memcpy (context->gpr, gprs32, sizeof(gprs32));
1286 uint32_t gprs32[ppc_num_gprs]; local
1311 if (!ptrace32 (PTT_READ_GPRS, tid, (uintptr_t) gprs32, 0, NULL))
1312 memset (gprs32, 0, sizeof (gprs32));
1601 uint32_t gprs32[ppc_num_gprs]; local
[all...]

Completed in 130 milliseconds