aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/nm-nbsd.h
AgeCommit message (Collapse)AuthorFilesLines
2002-01-18* config/nm-nbsd.h (KERNEL_U_ADDR): Remove.Jason Thorpe1-7/+0
1999-12-14import gdb-1999-12-13 snapshotJason Molenda1-1/+8
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-13/+14
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+86
1999-04-16Initial creation of sourceware repositoryStan Shebs1-30/+0
1996-02-21* config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.J.T. Conklin1-0/+30
* config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG): #ifdef'd out definitions --- Causes serious gdb failures on the i386. Need to investigate further before enabling. * i386b-nat.c (fetch_inferior_registers, store_inferior_registers, fetch_core_registers): New functions. These functions are defined if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored with ptrace PT_GETREGS/PT_SETREGS.