aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1991-11-18Supply missing third arg to instance of call to do_type().Fred Fish2-1/+4
1991-11-18Changes to match new DWARF draft 5 version of include/dwarf.h.Fred Fish2-33/+28
1991-11-18Make changes needed to handle code which uses ANSI-mangled names (andMichael Tiemann4-72/+276
new G++ 1.95 dbxout output).
1991-11-16Fixed a syntax error.Sean Eric Fagan1-1/+1
1991-11-16* mipsread.c (parse_partial_symbols): patch to keep DEC CStu Grossman1-0/+5
compiler from making gdb bomb out. Thanks to Ed Santiago!
1991-11-15ansi name abuse changesDavid Henkel-Wallace2-26/+63
1991-11-15ansi name abuse changesDavid Henkel-Wallace3-17/+240
1991-11-15Add compact_misc_function_vector() to compact out duplicate entries inFred Fish1-0/+4
the misc function vector. See comments in the source for why this is necessary.
1991-11-15Changes to build misc function vector entries from canonical bfd symbolFred Fish3-17/+121
table entries.
1991-11-15Two kinds of changes:Roland Pesch3-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-14Handle moves ahead of the stack pointer slide, for struct returning fns.John Gilmore1-0/+26
1991-11-14Added delta88Steve Chamberlain1-0/+1
1991-11-14* m88k-tdep.c (examine_prologue): Deal with OR instructionsJohn Gilmore2-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-14Rename them so that we can symlink them so that m4 can see them.K. Richard Pixley4-3/+445
1991-11-14added all-info and install-info targetsK. Richard Pixley2-8/+16
1991-11-14Uses <foo>.n as a temp file rather than <foo>.new so it doesn't goSteve Chamberlain1-2/+2
over sysV's limit.
1991-11-14Added M_INSTALL magicSteve Chamberlain1-0/+1
1991-11-14 * Makefile.in, xconfig/delta88 made it install a sysV manual page;Steve Chamberlain2-1/+11
gdb.z into the right place.
1991-11-14Handle alloca with fake routine.John Gilmore1-0/+2
1991-11-14Post-tdesc working version, but with tdesc's not gone yet.John Gilmore1-2/+3
1991-11-14Motorola 88000 port without tears, I mean without tdescs.John Gilmore7-430/+580
ChangeLog has the details. This is preliminary for quick release, cleanups remain to be done.
1991-11-14Add rudiments on frames.John Gilmore1-1/+27
1991-11-14now handle doc subdir, tooK. Richard Pixley2-1/+30
1991-11-14added info dir menu hooksK. Richard Pixley2-72/+89
1991-11-14build and install infoK. Richard Pixley1-11/+30
1991-11-14Minor rephrasing; probably an overfull-box correction for smallbookRoland Pesch1-2/+2
formatting, not checked in earlier.
1991-11-13joins the rest of the worldK. Richard Pixley2-0/+116
1991-11-13Ported to SCO's 3.2v2 system.Sean Eric Fagan3-13/+19
1991-11-13Forgot opcode files.John Gilmore3-1/+244
1991-11-13xcoffread.c, tdesc-lib, and misc fixes.John Gilmore2-13/+28
1991-11-12Fixes related to handling of C++ methods (handle destructorsPer Bothner5-29/+56
and parameters that are functions).
1991-11-12Added tdesc-libSteve Chamberlain1-0/+1
1991-11-12Remove internal gdb definition of fixed arg count concat() function andFred Fish18-35/+35
convert to use of variable arg count concat() in libiberty.
1991-11-12First cutSteve Chamberlain2-0/+603
1991-11-12Initial revisionSteve Chamberlain2-0/+12
1991-11-12* Makefile.in: Add xcoffread.c, xcoffexec.c.John Gilmore2-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 Gilmore6-0/+3176
xm-rs6000.h: New files. * xcoffexec.c: New file for handling AIX shared libraries.
1991-11-12Initial revisionJohn Gilmore2-0/+44
1991-11-12New file.John Gilmore1-0/+1506
1991-11-12Remove coredep.o from XDEPFILES. The fetch_core_registers() function isFred Fish1-1/+1
now found in procfs.c for hosts with /proc support.
1991-11-12Minor rewording of message containing name of program that generated aFred Fish4-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-11Added MINUS_G flag, now debugging can be turned offSteve Chamberlain1-1/+2
1991-11-09Remove leftover call to do_cleanups() which resulted from a previous change.Fred Fish2-3/+3
Was being called with a random pointer.
1991-11-09Re-enable compilation of register_addr() stub whenever it is not suppliedFred Fish2-3/+12
by coredep.c, since it is referenced by fetch_core_registers(). This is still a temporary kludge.
1991-11-09Remove Rs/6000 changes (patch_block_stabs) so it will link without.John Gilmore1-12/+0
1991-11-09More changes for objfiles.John Gilmore1-1/+8
1991-11-09Add tracking of object files (that contain symbols) to gdb.John Gilmore8-229/+443
This includes a "struct objfile" that owns symtabs and psymtabs that were read in from that binary file. See ChangeLog.
1991-11-09Lint and some rs/6000 port.John Gilmore6-183/+128
1991-11-08Format improvements, mostly for @smallbook (including reformatted tableRoland Pesch1-137/+132
of config options).
1991-11-08Remove spurious echoSteve Chamberlain1-1/+0