aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
AgeCommit message (Collapse)AuthorFilesLines
2000-03-30gdbarch cleanups.Andrew Cagney1-96/+9
2000-03-28The set debug changesDaniel Berlin1-3/+15
2000-03-21* gdbarch.sh: Emit a definition and declaration for gdbarch_free,Jim Blandy1-0/+13
a companion to gdbarch_alloc, which allows a gdbarch init function to free partially-built gdbarch structures. * gdbarch.c, gdbarch.h: Regenerated.
2000-02-22Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control.Jim Blandy1-0/+28
* 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.
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney1-1/+1
1999-12-14import gdb-1999-12-13 snapshotJason Molenda1-0/+27
1999-10-26import gdb-1999-10-25 snapshotJason Molenda1-0/+29
1999-10-19import gdb-1999-10-18 snapshotJason Molenda1-0/+56
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-391/+262
1999-08-16import gdb-1999-08-16 snapshotJason Molenda1-1/+1
1999-08-09import gdb-1999-08-09 snapshotJason Molenda1-170/+172
1999-07-19import gdb-1999-07-19 snapshotJason Molenda1-573/+570
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-567/+572
1999-06-14import gdb-1999-06-14 snapshotJason Molenda1-1/+2855
1999-06-07import gdb-1999-06-07 snapshotJason Molenda1-0/+9
1999-05-25import gdb-1999-05-25 snapshotJason Molenda1-1/+2
1999-05-05import gdb-19990504 snapshotStan Shebs1-8/+17
1999-04-26import gdb-19990422 snapshotStan Shebs1-20/+57
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+360
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1021/+0
1999-01-18HPMERGE:Andrew Cagney1-15/+15
Pass gdb_stderr instead of stderr. In serial.c, fix call to gdb_fclose() - pass gdb_file** not gdb_file*
1998-12-18CARP:Andrew Cagney1-11/+48
Pass gdbarch_info by value to the arch init function. Review doco. Update mips-tdep.c
1998-12-16CARP:Andrew Cagney1-1/+626
Add multi-arch code!
1998-12-16* gdbarch.c (show_architecture): Use TARGET_ARCHITECTURE.Andrew Cagney1-9/+27
* 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-14CARP:Andrew Cagney1-0/+341
Consolidate the semi-dynamic target system dependant GDB parameters moving them all into a new file.