aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-10-17* coredep.c: Add <sys/types.h> for SCOnix.John Gilmore2-12/+7
* dbxread.c (read_dbx_symntab): Avoid coredump on malformed file. * printcmd.c (print_formatted): Flush output before disassembly. * xm-mips.h: Update KERNEL_U_ADDR for new scheme. Cleanup a bit.
1991-10-17* xconfig/i386sco: Add HAVE_STRSTR to avoid ANSI bdeath.John Gilmore2-0/+3
* xconfig/tahoe: Add REGEX, which seems to be missing.
1991-10-16*** empty log message ***Roland Pesch1-3/+5
1991-10-16More updates due to Picard refcard comments.Roland Pesch1-16/+17
1991-10-16sparc-64 to sparc-llJohn Gilmore2-3/+6
1991-10-16GDB-4.2 release!John Gilmore2-2/+21
* Makefile.in: Roll VERSION to 4.2. * tm-i386v.h: #endif guck. * xconfig/i386*: Remove -Dgetpagesize()=4096 kludge.
1991-10-16* aout64.h: Remove PAGE_SIZE defines; they are target-dependent.John Gilmore2-5/+2
Add N_FN_SEQ for N_FN symbol type used on Sequent machines. * stab.def: Include N_FN_SEQ in table. * bout.h: External formats of structures use unsigned chars.
1991-10-16Clarifications and rephrasings, largely due to Pinard's comments onRoland Pesch1-26/+36
refcard.
1991-10-16 * archive.c (bsd_write_argmap): The size of the ranlib structuresPer Bothner1-0/+9
should not include teh size field itself. * aoutx.h, libaout.h (NAME(aout, sizeof_headers)): Use adata(abfd)->exec_bytes_size field instead of constant macro, because aoutx.h compiles to a simple .o file shared by all 32-bits a.out targets.
1991-10-16* core.c (core_open): Improve error message for bad file.John Gilmore2-11/+37
Pass .reg virtual memory address to fetch_core_registers to help it find the registers in the core-file header. * coredep.c (fetch_core_registers): Take new argument, use it, and pass it to register_addr to locate the block of registers.
1991-10-16Remove -Dgetpagesize()=4096 kludge.John Gilmore5-10/+0
1991-10-16Add copright notice to mkscript.c as well.Per Bothner2-1/+20
1991-10-16 Add or update copyright notices.Per Bothner10-92/+102
1991-10-16* dbxread.c (read_dbx_symtab, process_one_symbol): HandleJohn Gilmore1-1/+4
Sequent N_FN_SEQ like everybody else's N_FN.
1991-10-16Allow i386-sco-sysv.John Gilmore1-0/+23
Updates from my internet testing for gdb-4.2.
1991-10-16* host-aout.c: New strategy. We use common code, include files,John Gilmore1-30/+100
and data structures to handle the file, but set a few parameters from the host's config file (page size, text start addr, etc). * libaout.h: Define HP BSD machine types.
1991-10-16 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner10-24/+85
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, * strip.c: Add or update Copyright notice. * TODO: Add note on 'nm -a'. * version.c: Update version number to 1.90. * Makefile.in: Fix making of documentation for dist.
1991-10-16* trad-core.c: Pass the u.u_ar0 value as the negative of theJohn Gilmore1-53/+50
virtual-memory-address of the .reg section. We can't just make a section for "all the regs and nothing else" because only GDB knows exactly where the regs are (scattered around the upage and stack). Clean up memory allocation. Remove big- and little-endian vectors, replace with single vector; this only runs on the host, in host byte order. Replace byteswap routines with aborts in case anyone calls them. * targets.c: There's only one trad_core_vec now. * aoutf1.h (sunos_core_file_p): VMA of .reg* now needs to be 0.
1991-10-16bumped to 1.90.1K. Richard Pixley1-1/+1
1991-10-16Shift positions on memory.h. Seems gcc has changed.K. Richard Pixley1-3/+3
1991-10-16 * doc/refcard.tex (sec "Working Files"): consistent metavars, dueRoland Pesch1-0/+3
to Franc,ois Pinard (pinard@iro.umontreal.ca)
1991-10-16Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): severalRoland Pesch1-57/+45
instances of *name* in "Working Files" s.b. *file*.
1991-10-16Another revision of "Installing" appendix, for GDB 4.2. Table of configRoland Pesch1-279/+292
name segments now updated.
1991-10-16typo in a comment.K. Richard Pixley1-854/+983
1991-10-16 * doc/gdb.texinfo (appendix "Installing GDB"): changes in configure.Roland Pesch1-0/+4
1991-10-16Update appendix "Installing GDB". (not yet updated: list of host-vendor-os).Roland Pesch1-64/+60
1991-10-16Further evolution. Remove hp-include pending real HP support.John Gilmore2-4/+2
1991-10-16Configure isn't here any more.John Gilmore1-5/+4
1991-10-16sparc-64 to sparc-llJohn Gilmore1-1/+1
1991-10-16Remove configure and config.sub to ../John Gilmore1-2/+0
1991-10-16Convert dec3100 to decstation.John Gilmore1-1/+8
1991-10-16Remove include files to bfd/hosts.John Gilmore1-3/+4
1991-10-16* configure.in, tconfig/decstation, xconfig/decstation: RenameJohn Gilmore3-33/+5
dec3100 to decstation.
1991-10-15* hosts/h-amix.h (free): Fix prototype.John Gilmore2-50/+74
* aoutx.h: Don't use NULL as an integer, for braindead systems that declare it as (void *)0. (From Peter Schauer.)
1991-10-15Changes from Fred Fish:John Gilmore7-64/+118
* tm-68k.h (FPI_REGNUM): Add. * infrun.c (child_create_inferior): flush stdout and stderr before forking. * configure.in: Handle amigados, amix hosts and targets. * inflow.c: Handle TIOCGLTC_BROKEN for Amiga. From Andreas Schwab: * values.c (show_convenience): Use printf_filtered. * main.c (define_command): Check result of lookup_command for exact match. (echo_command): Use printf_filtered, and force output out. * dbxread.c (read_enum_type): Avoid Modula-2 kludge that breaks C programs. * i387-tdep.c (double_to_i387): Fix typo for double_to_ieee_extended. * utils.c (_initialize_utils): If !ISATTY, don't paginate.
1991-10-15* hosts/h-amix.h (free): Fix prototype.John Gilmore1-1/+1
1991-10-15Add hosts directory.Per Bothner1-1/+5
1991-10-15Initial revisionPer Bothner1-0/+51
1991-10-15 * doc/gdb.texinfoRoland Pesch1-0/+6
(nodes Continuing and Stepping; Memory; Targets) clarifications due to Larry Breed
1991-10-15Clarifications to "stepping", "Displaying Memory", and "Targets" due largelyRoland Pesch1-142/+110
to Larry Breed
1991-10-15New targets as.mm, as.meRoland Pesch1-2/+18
1991-10-15New targets binutils.mm, binutils.meRoland Pesch2-2/+21
1991-10-15 * Makefile.in: new targets ld.mm, ld.meRoland Pesch2-6/+37
(more roff forms of doc)
1991-10-15 * Makefile.in, ldtemplate: Need to use separate scriptsPer Bothner3-28/+49
for -n and -N options. Yet more complication.
1991-10-15 * aoutx.h (NAME(aout,set_section_contents)): Try to handle thePer Bothner1-0/+10
various kinds of alignments for the various kinds of magic numbers.
1991-10-14Revise to match config renaming.John Gilmore1-44/+9
1991-10-14Don't assume . is on the path.John Gilmore1-5/+5
1991-10-14Catch up to changes recorded in GDB ChangeLog, to wit:Roland Pesch1-22/+28
1) "show copying" and "show warranty" in sample output (instead of obs. "info") 2) new command "printpsyms" 3) Complaint "const/volatile indicator missing" re-enabled 4) Complaint "C++ type mismatch..." now "info mismatch..."
1991-10-14Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com)Roland Pesch1-0/+4
* doc/Makefile (as.ms): one more sed workaround for texi2roff
1991-10-14as.ms (roff form of documentation) target in Makefile: add one moreRoland Pesch1-0/+1
sed editing pass, to preprocess the more elaborate form of xref now used in this manual into the simpler form that texi2roff can deal with.