Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-03-30 | gdbarch cleanups. | Andrew Cagney | 1 | -2/+2 | |
2000-03-21 | * gdbarch.sh: Emit a definition and declaration for gdbarch_free, | Jim Blandy | 1 | -0/+4 | |
a companion to gdbarch_alloc, which allows a gdbarch init function to free partially-built gdbarch structures. * gdbarch.c, gdbarch.h: Regenerated. | |||||
2000-02-23 | Re-sync with ../include/dis-asm.h - LEN param changed to unsigned int. | Andrew Cagney | 1 | -1/+1 | |
2000-02-22 | Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control. | Jim Blandy | 1 | -0/+9 | |
* valops.c (COERCE_FLOAT_TO_DOUBLE): Rework definition to be more function-like. (default_coerce_float_to_double, standard_coerce_float_to_double): New functions. (value_arg_coerce): Adjust for new definition. * value.h (default_coerce_float_to_double, standard_coerce_float_to_double): New declarations for the above. * gdbarch.sh (coerce_float_to_double): New entry, replacing macro. * gdbarch.c, gdbarch.h: Regenerated. * tm-alpha.h, tm-fr30.h, tm-m32r.h, tm-mips.h, tm-hppa.h, tm-rs6000.h, tm-sh.h, tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Change definitions. * mips-tdep.c (mips_coerce_float_to_double): Supply our own custom function here. (mips_gdbarch_init): Install that as our coerce_float_to_double function. | |||||
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 1 | -0/+8 | |
1999-10-26 | import gdb-1999-10-25 snapshot | Jason Molenda | 1 | -0/+6 | |
1999-10-19 | import gdb-1999-10-18 snapshot | Jason Molenda | 1 | -0/+18 | |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -234/+244 | |
1999-08-23 | import gdb-1999-08-23 snapshot | Jason Molenda | 1 | -1/+0 | |
1999-08-09 | import gdb-1999-08-09 snapshot | Jason Molenda | 1 | -3/+3 | |
1999-07-19 | import gdb-1999-07-19 snapshot | Jason Molenda | 1 | -258/+259 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -268/+270 | |
1999-06-14 | import gdb-1999-06-14 snapshot | Jason Molenda | 1 | -3/+906 | |
1999-06-07 | import gdb-1999-06-07 snapshot | Jason Molenda | 1 | -0/+20 | |
1999-06-01 | import gdb-1999-06-01 snapshot | Jason Molenda | 1 | -0/+11 | |
1999-05-25 | import gdb-1999-05-25 snapshot | Jason Molenda | 1 | -0/+15 | |
1999-05-05 | import gdb-19990504 snapshot | Stan Shebs | 1 | -2/+2 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -1/+15 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+118 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -298/+0 | |
1998-12-18 | CARP: | Andrew Cagney | 1 | -5/+14 | |
Pass gdbarch_info by value to the arch init function. Review doco. Update mips-tdep.c | |||||
1998-12-16 | CARP: | Andrew Cagney | 1 | -0/+171 | |
Add multi-arch code! | |||||
1998-12-16 | * gdbarch.c (show_architecture): Use TARGET_ARCHITECTURE. | Andrew Cagney | 1 | -3/+12 | |
* gdbarch.h, gdbarch.c: Fix typo's. Use struct's in preference to types. * gdbarch.h, gdbarch.c (gdbarch_debug): Add ``set archdebug'' to command set. | |||||
1998-12-14 | CARP: | Andrew Cagney | 1 | -0/+109 | |
Consolidate the semi-dynamic target system dependant GDB parameters moving them all into a new file. |