Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | * 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 | Remove configure and config.sub to ../ | John Gilmore | 1 | -2/+0 | |
1991-10-16 | * configure.in, tconfig/decstation, xconfig/decstation: Rename | John Gilmore | 3 | -33/+5 | |
dec3100 to decstation. | |||||
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 | * 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-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-12 | Assorted patches from Fred Fish, Peter Schauer. | John Gilmore | 1 | -0/+11 | |
1991-10-12 | * tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move | John Gilmore | 10 | -149/+133 | |
REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer. | |||||
1991-10-12 | * copying.awk: Filter formfeeds out of copying & warrantee. | John Gilmore | 1 | -0/+5 | |
Make them available as `show copying' and `show warrantee' also. | |||||
1991-10-11 | Read cross-core files on Mach 386. | John Gilmore | 3 | -36/+36 | |
1991-10-10 | * mipsread.c, coffread.c: initialise TYPE_VPTR_FIELDNO to -1. | John Gilmore | 1 | -0/+19 | |
This avoids coredumps under `set print object on' in value_headof (called erroneously by value_from_vtable_info) for `p &struct' or `p *struct'. From Peter Schauer. | |||||
1991-10-09 | (ORIG: date: 1991/09/27 22:47:20; author: pesch; state: Exp; lines: +3 -4) | Roland Pesch | 1 | -2/+1 | |
Stop talking about obsolete "sharedlibrary" command in whats-new section. | |||||
1991-10-09 | (ORIG: date: 1991/09/21 05:15:13; author: pesch; state: Exp; lines: +19 -18) | Roland Pesch | 1 | -16/+17 | |
(1) fix typo ('_if_' and '_fi_' for '_if__' and '_fi__'!) (2) prepare for semi-auto xref updating by rejoining xrefs broken across lines | |||||
1991-10-09 | (ORIG: date: 1991/09/21 03:59:06; author: pesch; state: Exp; lines: +12 -7) | Roland Pesch | 1 | -5/+10 | |
Formatting updates to "installing" appendix. | |||||
1991-10-09 | (ORIG: date: 1991/09/21 02:59:57; author: gnu; state: Exp; lines: +32 -28) | Roland Pesch | 1 | -26/+30 | |
Rearrange "how to install" and "how to print the doc" stuff so it drops easier into README. | |||||
1991-10-09 | (ORIG: date: 1991/09/21 02:55:37; author: pesch; state: Exp; lines: +4 -2) | Roland Pesch | 1 | -0/+2 | |
add missing index entries for set/show print sevenbit-strings. | |||||
1991-10-09 | (ORIG: date: 1991/09/21 02:01:41; author: pesch; state: Exp; lines: +175 ↵ | Roland Pesch | 1 | -108/+173 | |
-110) Update configs table. | |||||
1991-10-09 | (ORIG: date: 1991/09/20 22:43:47; author: pesch; state: Exp; lines: +47 -46) | Roland Pesch | 1 | -44/+45 | |
Extract GDB version number from main GDB dir Makefile.in. | |||||
1991-10-09 | (ORIG: date: 1991/09/20 21:43:15; author: pesch; state: Exp;) | Roland Pesch | 1 | -65/+1167 | |
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers; cleanups to node structure. | |||||
1991-10-09 | Merged in new doc on language setting, C, and Mod-2 by Andrew Beers; | Roland Pesch | 2 | -12/+12 | |
cleanups to node structure. (RELEASE 4.1) | |||||
1991-10-09 | RELEASE 4.0 docn. (Recovered from GDB 4.0 distribution; intervening | Roland Pesch | 1 | -357/+711 | |
versions lost by cvs over system crash). | |||||
1991-10-07 | First stage of coff-encap work. | John Gilmore | 2 | -13/+0 | |
1991-10-05 | oops | John Gilmore | 1 | -0/+5 | |
1991-10-05 | Intel 386 Mach host port | John Gilmore | 1 | -0/+2 | |
1991-10-05 | Intel 386 Mach host port. | John Gilmore | 5 | -3/+210 | |
1991-10-05 | Initial revision | John Gilmore | 1 | -0/+4 | |
1991-10-05 | More patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>: | Per Bothner | 2 | -1/+10 | |
* mips-xdep.c (store_inferior_registers): Don't try to write the (pseudo) FP. * mipsread.c (parse_partial_symbols): Improved algorithm for setting pst->texthigh. | |||||
1991-10-04 | *** empty log message *** | Roland Pesch | 1 | -0/+4 | |
1991-10-04 | Improve TEXINPUTS var set on calling TeX, so that things work even if | Roland Pesch | 1 | -4/+4 | |
old value didn't specify current dir for input... | |||||
1991-10-04 | * coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h: Remove | John Gilmore | 2 | -14/+16 | |
vestiges of typevectors, which were for symsegs and are no longer used. (From a question by Eliot Dresselhaus <dresselh@RFT30.nas.nasa.gov>). | |||||
1991-10-04 | * dbxread.c, coffread.c: static-ize functions that were | John Gilmore | 3 | -9/+12 | |
gratuitiously external. (From Fred Fish.) | |||||
1991-10-04 | * c-exp.y: sym->class to SYMBOL_CLASS (sym). | John Gilmore | 3 | -2/+7 | |
* dbxread.c (dbx_lookup_type): Keep doubling size of typevector until it is large enough. | |||||
1991-10-03 | * dbxread.c (read_type): Handle error case slightly better. | John Gilmore | 2 | -2/+18 | |
Make complaint message not C++-specific. * symtab.c (lookup_symtab_1, lookup_symbol): "fatal" errors between symtabs and psymtabs become ordinary error()s. * dbxread.c (read_dbx_symtab): Relocate end_of_text_addr properly, making "end pc" correct in shared lib psymtabs. (From Guy Harris <guy@auspex.com>.) | |||||
1991-10-03 | *** empty log message *** | Stu Grossman | 1 | -0/+6 | |
1991-10-02 | no more configure on which to depend | K. Richard Pixley | 1 | -1/+1 | |
1991-10-02 | resync | K. Richard Pixley | 1 | -144/+69 | |
1991-10-02 | steves h8 patches | K. Richard Pixley | 1 | -8/+21 | |
1991-10-01 | exploit the new executable config.status | K. Richard Pixley | 1 | -7/+3 | |
1991-10-01 | * dbxread.c: Enable, but soften, const_vol_complaint. | John Gilmore | 2 | -33/+24 | |
(read_dbx_symtab): N_STSYM and N_LCSYM define static vars. Ditto Gould N_NBSTS and N_NBLCS. Also, all types in the psymtab should be file-scope, not global. (read_struct_type): Remove ancient multiple-inheritance warning. (read_range_type): Check base type, complain & patch if undefined. | |||||
1991-10-01 | * stack.c (frame_info): Demangle the function name in `info stack'. | John Gilmore | 1 | -0/+5 | |
(From Peter Schauer) | |||||
1991-09-28 | * symtab.c (lookup_method_type): Arguments were swapped in all | John Gilmore | 2 | -10/+9 | |
callers, so fix it here. I'm amazed this worked at all! | |||||
1991-09-28 | * eval.c (evaluate_subexp_for_address): Don't use | John Gilmore | 1 | -0/+43 | |
TYPE_POINTER_TYPE directly (it might be zero if this type has never had a pointer created before); use lookup_pointer_type. | |||||
1991-09-28 | * infrun.c (wait_for_inferior): Don't check if the PC is in a | John Gilmore | 1 | -1/+7 | |
call_dummy if we were stopped by a random signal that is being passed to the program. This produced wierd results when calling functions in the inferior and signals (e.g. SIGALRM) were in use. |