Home
last modified time | relevance | path

Searched refs:i386obsd_uthread_reg_offset (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Di386-obsd-tdep.c165 static int i386obsd_uthread_reg_offset[] = variable
211 offset = i386obsd_uthread_reg_offset[I386_EIP_REGNUM] + 4; in i386obsd_supply_uthread()
216 for (i = 0; i < ARRAY_SIZE (i386obsd_uthread_reg_offset); i++) in i386obsd_supply_uthread()
218 if (i386obsd_uthread_reg_offset[i] != -1 in i386obsd_supply_uthread()
227 read_memory (sp + i386obsd_uthread_reg_offset[i], buf, 4); in i386obsd_supply_uthread()
252 offset = i386obsd_uthread_reg_offset[I386_EIP_REGNUM] + 4; in i386obsd_collect_uthread()
264 for (i = 0; i < ARRAY_SIZE (i386obsd_uthread_reg_offset); i++) in i386obsd_collect_uthread()
266 if (i386obsd_uthread_reg_offset[i] != -1 in i386obsd_collect_uthread()
276 write_memory (sp + i386obsd_uthread_reg_offset[i], buf, 4); in i386obsd_collect_uthread()
DChangeLog-20056015 (i386obsd_uthread_reg_offset): New variable.