Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-01-18 | * config/nm-nbsd.h (KERNEL_U_ADDR): Remove. | Jason Thorpe | 1 | -7/+0 | |
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 1 | -1/+8 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -13/+14 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+86 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -30/+0 | |
1996-02-21 | * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined. | J.T. Conklin | 1 | -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. |