Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-11-18 | Supply missing third arg to instance of call to do_type(). | Fred Fish | 2 | -1/+4 | |
1991-11-18 | Changes to match new DWARF draft 5 version of include/dwarf.h. | Fred Fish | 2 | -33/+28 | |
1991-11-18 | Make changes needed to handle code which uses ANSI-mangled names (and | Michael Tiemann | 4 | -72/+276 | |
new G++ 1.95 dbxout output). | |||||
1991-11-16 | Fixed a syntax error. | Sean Eric Fagan | 1 | -1/+1 | |
1991-11-16 | * mipsread.c (parse_partial_symbols): patch to keep DEC C | Stu Grossman | 1 | -0/+5 | |
compiler from making gdb bomb out. Thanks to Ed Santiago! | |||||
1991-11-15 | ansi name abuse changes | David Henkel-Wallace | 2 | -26/+63 | |
1991-11-15 | ansi name abuse changes | David Henkel-Wallace | 3 | -17/+240 | |
1991-11-15 | Add compact_misc_function_vector() to compact out duplicate entries in | Fred Fish | 1 | -0/+4 | |
the misc function vector. See comments in the source for why this is necessary. | |||||
1991-11-15 | Changes to build misc function vector entries from canonical bfd symbol | Fred Fish | 3 | -17/+121 | |
table entries. | |||||
1991-11-15 | Two kinds of changes: | Roland Pesch | 3 | -19/+110 | |
(1) repair refs to readline includes to use new shorter filenames (2) provision for texi2roff conversion of doc via Makefile (new targets: gdb.mm, gdb.me, gdb.ms). | |||||
1991-11-14 | Handle moves ahead of the stack pointer slide, for struct returning fns. | John Gilmore | 1 | -0/+26 | |
1991-11-14 | Added delta88 | Steve Chamberlain | 1 | -0/+1 | |
1991-11-14 | * m88k-tdep.c (examine_prologue): Deal with OR instructions | John Gilmore | 2 | -0/+35 | |
that shuffle parameters into other regs. * symtab.c (decode_line_1): Fix bug introduced in Per's change of Nov 12th. | |||||
1991-11-14 | Rename them so that we can symlink them so that m4 can see them. | K. Richard Pixley | 4 | -3/+445 | |
1991-11-14 | added all-info and install-info targets | K. Richard Pixley | 2 | -8/+16 | |
1991-11-14 | Uses <foo>.n as a temp file rather than <foo>.new so it doesn't go | Steve Chamberlain | 1 | -2/+2 | |
over sysV's limit. | |||||
1991-11-14 | Added M_INSTALL magic | Steve Chamberlain | 1 | -0/+1 | |
1991-11-14 | * Makefile.in, xconfig/delta88 made it install a sysV manual page; | Steve Chamberlain | 2 | -1/+11 | |
gdb.z into the right place. | |||||
1991-11-14 | Handle alloca with fake routine. | John Gilmore | 1 | -0/+2 | |
1991-11-14 | Post-tdesc working version, but with tdesc's not gone yet. | John Gilmore | 1 | -2/+3 | |
1991-11-14 | Motorola 88000 port without tears, I mean without tdescs. | John Gilmore | 7 | -430/+580 | |
ChangeLog has the details. This is preliminary for quick release, cleanups remain to be done. | |||||
1991-11-14 | Add rudiments on frames. | John Gilmore | 1 | -1/+27 | |
1991-11-14 | now handle doc subdir, too | K. Richard Pixley | 2 | -1/+30 | |
1991-11-14 | added info dir menu hooks | K. Richard Pixley | 2 | -72/+89 | |
1991-11-14 | build and install info | K. Richard Pixley | 1 | -11/+30 | |
1991-11-14 | Minor rephrasing; probably an overfull-box correction for smallbook | Roland Pesch | 1 | -2/+2 | |
formatting, not checked in earlier. | |||||
1991-11-13 | joins the rest of the world | K. Richard Pixley | 2 | -0/+116 | |
1991-11-13 | Ported to SCO's 3.2v2 system. | Sean Eric Fagan | 3 | -13/+19 | |
1991-11-13 | Forgot opcode files. | John Gilmore | 3 | -1/+244 | |
1991-11-13 | xcoffread.c, tdesc-lib, and misc fixes. | John Gilmore | 2 | -13/+28 | |
1991-11-12 | Fixes related to handling of C++ methods (handle destructors | Per Bothner | 5 | -29/+56 | |
and parameters that are functions). | |||||
1991-11-12 | Added tdesc-lib | Steve Chamberlain | 1 | -0/+1 | |
1991-11-12 | Remove internal gdb definition of fixed arg count concat() function and | Fred Fish | 18 | -35/+35 | |
convert to use of variable arg count concat() in libiberty. | |||||
1991-11-12 | First cut | Steve Chamberlain | 2 | -0/+603 | |
1991-11-12 | Initial revision | Steve Chamberlain | 2 | -0/+12 | |
1991-11-12 | * Makefile.in: Add xcoffread.c, xcoffexec.c. | John Gilmore | 2 | -0/+28 | |
* xcoffread.c: New file for handling AIX mangled-coff files. * xconfig/rs6000, tconfig/rs6000: New files. * buildsym.c: Add hooks for xcoffread.c. | |||||
1991-11-12 | * rs6000-pinsn.c, rs6000-tdep.c, rs6000-xdep.c, tm-rs6000.h, | John Gilmore | 6 | -0/+3176 | |
xm-rs6000.h: New files. * xcoffexec.c: New file for handling AIX shared libraries. | |||||
1991-11-12 | Initial revision | John Gilmore | 2 | -0/+44 | |
1991-11-12 | New file. | John Gilmore | 1 | -0/+1506 | |
1991-11-12 | Remove coredep.o from XDEPFILES. The fetch_core_registers() function is | Fred Fish | 1 | -1/+1 | |
now found in procfs.c for hosts with /proc support. | |||||
1991-11-12 | Minor rewording of message containing name of program that generated a | Fred Fish | 4 | -19/+75 | |
core file (core.c), permanently remove the register_addr() stub (elfread.c), move a misplaced #endif (procfs.c), and add fetch_core_registers func for core file support (procfs.c). | |||||
1991-11-11 | Added MINUS_G flag, now debugging can be turned off | Steve Chamberlain | 1 | -1/+2 | |
1991-11-09 | Remove leftover call to do_cleanups() which resulted from a previous change. | Fred Fish | 2 | -3/+3 | |
Was being called with a random pointer. | |||||
1991-11-09 | Re-enable compilation of register_addr() stub whenever it is not supplied | Fred Fish | 2 | -3/+12 | |
by coredep.c, since it is referenced by fetch_core_registers(). This is still a temporary kludge. | |||||
1991-11-09 | Remove Rs/6000 changes (patch_block_stabs) so it will link without. | John Gilmore | 1 | -12/+0 | |
1991-11-09 | More changes for objfiles. | John Gilmore | 1 | -1/+8 | |
1991-11-09 | Add tracking of object files (that contain symbols) to gdb. | John Gilmore | 8 | -229/+443 | |
This includes a "struct objfile" that owns symtabs and psymtabs that were read in from that binary file. See ChangeLog. | |||||
1991-11-09 | Lint and some rs/6000 port. | John Gilmore | 6 | -183/+128 | |
1991-11-08 | Format improvements, mostly for @smallbook (including reformatted table | Roland Pesch | 1 | -137/+132 | |
of config options). | |||||
1991-11-08 | Remove spurious echo | Steve Chamberlain | 1 | -1/+0 | |