Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-10-17 | * coredep.c: Add <sys/types.h> for SCOnix. | John Gilmore | 2 | -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 Gilmore | 2 | -0/+3 | |
* xconfig/tahoe: Add REGEX, which seems to be missing. | |||||
1991-10-16 | *** empty log message *** | Roland Pesch | 1 | -3/+5 | |
1991-10-16 | More updates due to Picard refcard comments. | Roland Pesch | 1 | -16/+17 | |
1991-10-16 | sparc-64 to sparc-ll | John Gilmore | 2 | -3/+6 | |
1991-10-16 | GDB-4.2 release! | John Gilmore | 2 | -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 Gilmore | 2 | -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-16 | Clarifications and rephrasings, largely due to Pinard's comments on | Roland Pesch | 1 | -26/+36 | |
refcard. | |||||
1991-10-16 | * archive.c (bsd_write_argmap): The size of the ranlib structures | Per Bothner | 1 | -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 Gilmore | 2 | -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-16 | Remove -Dgetpagesize()=4096 kludge. | John Gilmore | 5 | -10/+0 | |
1991-10-16 | Add copright notice to mkscript.c as well. | Per Bothner | 2 | -1/+20 | |
1991-10-16 | Add or update copyright notices. | Per Bothner | 10 | -92/+102 | |
1991-10-16 | * dbxread.c (read_dbx_symtab, process_one_symbol): Handle | John Gilmore | 1 | -1/+4 | |
Sequent N_FN_SEQ like everybody else's N_FN. | |||||
1991-10-16 | Allow i386-sco-sysv. | John Gilmore | 1 | -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 Gilmore | 1 | -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 Bothner | 10 | -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 the | John Gilmore | 1 | -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-16 | bumped to 1.90.1 | K. Richard Pixley | 1 | -1/+1 | |
1991-10-16 | Shift positions on memory.h. Seems gcc has changed. | K. Richard Pixley | 1 | -3/+3 | |
1991-10-16 | * doc/refcard.tex (sec "Working Files"): consistent metavars, due | Roland Pesch | 1 | -0/+3 | |
to Franc,ois Pinard (pinard@iro.umontreal.ca) | |||||
1991-10-16 | Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): several | Roland Pesch | 1 | -57/+45 | |
instances of *name* in "Working Files" s.b. *file*. | |||||
1991-10-16 | Another revision of "Installing" appendix, for GDB 4.2. Table of config | Roland Pesch | 1 | -279/+292 | |
name segments now updated. | |||||
1991-10-16 | typo in a comment. | K. Richard Pixley | 1 | -854/+983 | |
1991-10-16 | * doc/gdb.texinfo (appendix "Installing GDB"): changes in configure. | Roland Pesch | 1 | -0/+4 | |
1991-10-16 | Update appendix "Installing GDB". (not yet updated: list of host-vendor-os). | Roland Pesch | 1 | -64/+60 | |
1991-10-16 | Further evolution. Remove hp-include pending real HP support. | John Gilmore | 2 | -4/+2 | |
1991-10-16 | Configure isn't here any more. | John Gilmore | 1 | -5/+4 | |
1991-10-16 | sparc-64 to sparc-ll | John Gilmore | 1 | -1/+1 | |
1991-10-16 | Remove configure and config.sub to ../ | John Gilmore | 1 | -2/+0 | |
1991-10-16 | Convert dec3100 to decstation. | John Gilmore | 1 | -1/+8 | |
1991-10-16 | Remove include files to bfd/hosts. | John Gilmore | 1 | -3/+4 | |
1991-10-16 | * configure.in, tconfig/decstation, xconfig/decstation: Rename | John Gilmore | 3 | -33/+5 | |
dec3100 to decstation. | |||||
1991-10-15 | * hosts/h-amix.h (free): Fix prototype. | John Gilmore | 2 | -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-15 | Changes from Fred Fish: | John Gilmore | 7 | -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 Gilmore | 1 | -1/+1 | |
1991-10-15 | Add hosts directory. | Per Bothner | 1 | -1/+5 | |
1991-10-15 | Initial revision | Per Bothner | 1 | -0/+51 | |
1991-10-15 | * doc/gdb.texinfo | Roland Pesch | 1 | -0/+6 | |
(nodes Continuing and Stepping; Memory; Targets) clarifications due to Larry Breed | |||||
1991-10-15 | Clarifications to "stepping", "Displaying Memory", and "Targets" due largely | Roland Pesch | 1 | -142/+110 | |
to Larry Breed | |||||
1991-10-15 | New targets as.mm, as.me | Roland Pesch | 1 | -2/+18 | |
1991-10-15 | New targets binutils.mm, binutils.me | Roland Pesch | 2 | -2/+21 | |
1991-10-15 | * Makefile.in: new targets ld.mm, ld.me | Roland Pesch | 2 | -6/+37 | |
(more roff forms of doc) | |||||
1991-10-15 | * Makefile.in, ldtemplate: Need to use separate scripts | Per Bothner | 3 | -28/+49 | |
for -n and -N options. Yet more complication. | |||||
1991-10-15 | * aoutx.h (NAME(aout,set_section_contents)): Try to handle the | Per Bothner | 1 | -0/+10 | |
various kinds of alignments for the various kinds of magic numbers. | |||||
1991-10-14 | Revise to match config renaming. | John Gilmore | 1 | -44/+9 | |
1991-10-14 | Don't assume . is on the path. | John Gilmore | 1 | -5/+5 | |
1991-10-14 | Catch up to changes recorded in GDB ChangeLog, to wit: | Roland Pesch | 1 | -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-14 | Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com) | Roland Pesch | 1 | -0/+4 | |
* doc/Makefile (as.ms): one more sed workaround for texi2roff | |||||
1991-10-14 | as.ms (roff form of documentation) target in Makefile: add one more | Roland Pesch | 1 | -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. |