aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1992-02-06 * mipsread.c (parse_partial_symbols): Handle dependenciesPer Bothner1-0/+9
between partial symbol tables (when not doing stabs-in-ecoff). (This used to be handled by parse_fdr, but parse_fdr was incompatible with handling stabs-in-ecoff, so the code was re-written to not use parse_fdr. Unfortunately, the logic to handle dependencies was overlooked.)
1992-02-06 * coffread.c (read_enum_type): Use the size of a target int whenSteve Chamberlain5-173/+773
describing enum. * defs.h: added new #define for TARGET_PTR_BIT, defaults to size of target int. * h8300-tdep.c, remote-hms.c, tm-h8300.h: too many changes to count * symtab.c (lookup_reference_type, lookup_ptr_type): use TARGET_PTR_BIT to determine size of a pointer * values.c (unpack_long): when unpacking a REF or a PTR don't assume the size of the type.
1992-02-06* mipsread.c (parse_symbol): Avoid clobbering enum pointer whenJohn Gilmore2-10/+17
looking at its members. Improve guess between struct and union, only assuming union if multiple members have offsets of zero.
1992-02-05Mips-specific bug-fix (for stabs-in-ecoff), and style fix. See ChangeLog.Per Bothner3-9/+55
1992-02-01* xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult,Stu Grossman6-9/+39
config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen into BSD and Ultrix.
1992-02-01Call malloc, not xmalloc, when we check the result and recover from errors.John Gilmore1-0/+4
1992-02-01VERSION should have been 4.4.1, not 4.5...Stu Grossman1-1/+1
1992-02-01* Makefile.in: Increment version to 4.5.Stu Grossman2-1/+15
* main.c (print_gdb_version): Update copyright notice.
1992-02-01* xm-vax.h: #ifndef ultrix around #include of endian.h andStu Grossman2-0/+7
limits.h (sigh).
1992-02-01Avoid references to files that aren't assigned to FSF.John Gilmore1-1/+3
1992-02-01Typo of my ownJohn Gilmore1-1/+1
1992-02-01threecol.tex no longer exists.Stu Grossman1-2/+4
1992-02-01Update WHATS.NEW for gdb-4.4 release.John Gilmore2-35/+38
1992-02-01A typo and a thinko.John Gilmore1-2/+2
1992-02-01Update for gdb-4.4 release.John Gilmore1-170/+168
1992-02-01fooStu Grossman1-7/+32
1992-02-01Distribute lpsrc.sed, remove rc-*.Stu Grossman1-4/+5
1992-02-01Update comments to make it clear that the copyright status is UNCLEAR.John Gilmore3-7/+8
1992-02-01Comment changes.John Gilmore2-3/+3
1992-02-01Remove references to i860 files whose copyrights have not been assignedJohn Gilmore1-8/+4
to FSF yet.
1992-01-31Remove i860 files, which do not have clear copyright assignments.John Gilmore1-3/+0
1992-01-31Half-updated version for Stu to work on.John Gilmore1-0/+35
1992-01-31Remove some entries that were already recorded on Dec 11th.John Gilmore1-10/+1
1992-01-31* Projects: Patching executables is done.John Gilmore3-46/+47
* Makefile.in (VERSION): Roll to gdb-4.4. * README: Update for gdb-4.4.
1992-01-31* symfile.c (reread_symbols): Whenever we reread one objectJohn Gilmore1-0/+4
file's symbols, we must restart the scan, because the object_files chain has been permuted.
1992-01-31Use regex package on Vax BSD.John Gilmore1-0/+2
1992-01-31* language.c, language.h: Make some things const.John Gilmore3-3/+26
* expression.h, main.c: const spreads like ooze.
1992-01-31* xm-vax.h: Include some system include files before our ownJohn Gilmore1-0/+5
definitions in defs.h.
1992-01-31* exec.c (exec_files_info): Split out into print_section_info.John Gilmore1-16/+2
Print BFD filename of each section if it's not the default one. * core.c (core_files_info): Call print_section_info.
1992-01-31* infrun.c, xm-i386sco.h: SCO needs to use setpgid().CVS:Stu Grossman2-0/+7
1992-01-31Bump VERSION to 4.3.92.Stu Grossman1-1/+1
1992-01-31* bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,Stu Grossman3-1/+4
gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in: Fix SCO configuration stuff.
1992-01-30* sparc-pinsn.c: Remove kludge for preferring architectures.John Gilmore1-22/+14
Remove #ifdef's for SORT_NEEDED. We need to sort the table, now and forever. Add `add' instruction to the set that get checked for a preceding `sethi' in order to print an absolute address. Corresponding changes in ../include/opcode/sparc.h needed to eliminate garbage instructions.
1992-01-30Various fixed triggered by trying to do the right thing wrtPer Bothner3-86/+217
to external symbols in mips ecoff binaries. See ChangeLog.
1992-01-30* sparc-pinsn.c (compare_opcodes): Make it prefer v6, v7,Stu Grossman2-4/+16
cypress, v8 mnemonics in that order.
1992-01-29Put the qsort() back in in sparc-pinsn.cPer Bothner2-0/+137
1992-01-29Credits for GDB 4.4 (and correction to credits for 3.9).Roland Pesch1-5/+6
1992-01-28Development checkpointSteve Chamberlain2-14/+1490
1992-01-28* findvar.c (read_register, write_register): Handle machinesJohn Gilmore1-0/+3
where REGISTER_TYPE is not the same size as "int".
1992-01-28Handle debug symbols in dynamically loaded (relocated) code:John Gilmore4-155/+290
* dbxread.c (read_ofile_symtab): Fix up N_CATCH better. Pass offset to process_one_symbol. (process_one_symbol): Take new offset parameter. Add it into appropriate symbol types to relocate symbols to loaded addresses. Handle all possible symbol types, and complain() about types that we don't expect to see. * mipsread.c (psymtab_to_symtab_1): Pass offset of zero to process_one_symbol (FIXME, should pass real offset). Misc bugfixes: * breakpoint.c (resolve_sal_pc): Split out code to resolve a sal's PC value. (set_breakpoint, break_command_1, until_break_command, catch_command_1, breakpoint_re_set_one): Use it. (breakpoint_re_set_one): Disable bkpts that don't re-set cleanly. (breakpoint_re_set): Mention breakpoint number in error messages. * symtab.h (resolve_sal_pc): Declare. * infcmd.c (jump_command): Use resolve_sal_pc. * source.c (find_source_lines): Avoid "Source file is more recent than executable" when bfd_get_mtime gives 0. (list_command): Shorten "FILE, line N" to "FILE:N". * putenv.c (putenv): Avoid unportably casting pointers to unsigneds.
1992-01-28Remove obsolete START_INFERIOR_HOOK.John Gilmore1-4/+0
1992-01-28Oops, checked in version with the wrong stuff enabled. Turn it off...Stu Grossman1-2/+4
1992-01-28Rename remote-hds.c to remote-hms.c.Stu Grossman1-1/+1
1992-01-28* dbxread.c (process_one_symbol): Make a first cut at handlingStu Grossman2-6/+16
symbol tables generated by Suns acc.
1992-01-27* symtab.c (find_pc_line): Fix stepping into and out of #includedStu Grossman1-0/+5
files.
1992-01-27* buildsym.c (read_struct_type): Circumvent sun3 sunos "--" compiler bug.John Gilmore3-4/+14
* c-exp.y (yylex): `this' and `template' are only tokens in C++. * target.c (target_xfer_memory): Return errno in preference to EIO.
1992-01-27* xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h,John Gilmore12-108/+16
xm-np1.h, xm-pn.h, xm-pyr.h, xm-rtbsd.h, xm-symmetry.h, xm-umax.h: Remove MISSING_VPRINTF declaration, and superfluous "kgdb" defines.
1992-01-27* Makefile.in (OPCODES): Remove OPCODES defs and refs. There isStu Grossman2-17/+7
no longer any need to copy ../include/opcode/* into gdb.
1992-01-27Add ChangeLog-9091John Gilmore1-0/+1
1992-01-27Split ChangeLog out at Jan 1, 1992.John Gilmore3-8317/+8329