summaryrefslogtreecommitdiffstats
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Intel 386 Mach host port.John Gilmore1991-10-055-3/+210
|
* Initial revisionJohn Gilmore1991-10-051-0/+4
|
* More patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:Per Bothner1991-10-052-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.
* *** empty log message ***Roland Pesch1991-10-041-0/+4
|
* Improve TEXINPUTS var set on calling TeX, so that things work even ifRoland Pesch1991-10-041-4/+4
| | | | old value didn't specify current dir for input...
* * coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h: RemoveJohn Gilmore1991-10-042-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>).
* * dbxread.c, coffread.c: static-ize functions that wereJohn Gilmore1991-10-043-9/+12
| | | | gratuitiously external. (From Fred Fish.)
* * c-exp.y: sym->class to SYMBOL_CLASS (sym).John Gilmore1991-10-043-2/+7
| | | | | * dbxread.c (dbx_lookup_type): Keep doubling size of typevector until it is large enough.
* * dbxread.c (read_type): Handle error case slightly better.John Gilmore1991-10-032-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>.)
* *** empty log message ***Stu Grossman1991-10-031-0/+6
|
* no more configure on which to dependK. Richard Pixley1991-10-021-1/+1
|
* resyncK. Richard Pixley1991-10-021-144/+69
|
* steves h8 patchesK. Richard Pixley1991-10-021-8/+21
|
* exploit the new executable config.statusK. Richard Pixley1991-10-011-7/+3
|
* * dbxread.c: Enable, but soften, const_vol_complaint.John Gilmore1991-10-012-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.
* * stack.c (frame_info): Demangle the function name in `info stack'.John Gilmore1991-10-011-0/+5
| | | | (From Peter Schauer)
* * symtab.c (lookup_method_type): Arguments were swapped in allJohn Gilmore1991-09-282-10/+9
| | | | callers, so fix it here. I'm amazed this worked at all!
* * eval.c (evaluate_subexp_for_address): Don't useJohn Gilmore1991-09-281-0/+43
| | | | | TYPE_POINTER_TYPE directly (it might be zero if this type has never had a pointer created before); use lookup_pointer_type.
* * infrun.c (wait_for_inferior): Don't check if the PC is in aJohn Gilmore1991-09-281-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.
* * nindy-tdep.c (nindy_frame_chain_valid): Use lookup_misc_func.John Gilmore1991-09-281-5/+3
| | | | (Reported by Mark Peek <mark@imagen.com>.)
* * coffread.c (coff_symfile_read): Use xmalloc, not malloc.John Gilmore1991-09-286-124/+246
| | | | | | | | | | | | | | | * language.c, printcmd.c: Lint. * language.h (get_frame_language): Declare. * saber.suppress: update. * stack.c (find_relative_frame): Remove complex code that was #if 0'd, stick with simple code. Lint. * saber.suppress: Update a bit. * symfile.c (add_symbol_file_command): Add "?" to question. * utils.c (parse_escape): Avoid \a due to bdead compilers. * value.h: Declare typedef_print. * valprint.c (val_print, type_print_base): TYPE_CODE_RANGE less kludgey.
* * core.c (core_files_info): Shorten output.John Gilmore1991-09-282-14/+18
| | | | | * exec.c (exec_files_info): Ditto. (build_section_table): Ignore zero-length sections.
* * c-exp.y, m2-exp.y: Define more yysymbols that happen to beJohn Gilmore1991-09-282-1/+17
| | | | | "bss" rather than "data" symbols, but which still conflict. * m2-exp.y: Lint.
* Stop talking about obsolete "sharedlibrary" command in whats-new section.Roland Pesch1991-09-271-2/+1
|
* iVS: Modified Files:John Gilmore1991-09-251-1/+44
| | | | Print 9 digits for IEEE floats.
* IN_SIGTRAMP bugfix.John Gilmore1991-09-253-6/+24
|
* (1) fix typo ('_if_' and '_fi_' for '_if__' and '_fi__'!)Roland Pesch1991-09-211-16/+17
| | | | (2) prepare for semi-auto xref updating by rejoining xrefs broken across lines
* Formatting updates to "installing" appendix.Roland Pesch1991-09-211-5/+10
|
* Doc updates for 4.1.John Gilmore1991-09-211-5/+59
|
* rtpc->rompJohn Gilmore1991-09-211-1/+1
|
* Rearrange "how to install" and "how to print the doc" stuff so it dropsJohn Gilmore1991-09-211-26/+30
| | | | easier into README.
* add missing index entries for set/show print sevenbit-strings.Roland Pesch1991-09-211-0/+2
|
* *** empty log message ***Roland Pesch1991-09-211-0/+7
|
* Update configs table.Roland Pesch1991-09-211-108/+173
|
* Update for gdb-4.1.John Gilmore1991-09-211-7/+1
|
* Roll in information from README.John Gilmore1991-09-211-39/+93
|
* Update for gdb-4.1 release.John Gilmore1991-09-211-0/+3
|
* * language.c (set_language_command): Print useful help message,John Gilmore1991-09-202-3/+9
| | | | | | and restore the language string after giving help. * valprint.c (typedef_print): Print typedef in C or M2. * symtab.c (list_symbols): Use it.
* * main.c (main): Avoid any output before (gdb) prompt when -q.John Gilmore1991-09-202-2/+14
| | | | | * language.c (set_language_command): Handle errors by restoring the language string to its current state (fix from A. Beers).
* *** empty log message ***Roland Pesch1991-09-201-0/+3
|
* Fri Sep 20 15:46:00 1991 Roland H. Pesch (pesch at cygnus.com)Roland Pesch1991-09-202-15/+48
| | | | | | | | * doc/Makefile: generate aux version-no file doc/gdbVN.m4 from main Makefile.in version definition doc/gdb.texinfo: use version recorded in doc/gdbVN.m4 for current GDB version no refs Makefile.in (setup-to-dist): generate doc/gdbVN.m4
* Extract GDB version number from main GDB dir Makefile.in.Roland Pesch1991-09-202-46/+53
|
* Kludge to allow compilation by non-ANSI compilers.Per Bothner1991-09-202-0/+9
|
* Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;Roland Pesch1991-09-203-0/+8264
| | | | cleanups to node structure.
* * dbxread.c (read_dbx_symtab, process_one_symbol): N_FN andJohn Gilmore1991-09-201-0/+6
| | | | | N_WARNING are the same except for the N_EXT bit, so just use their values alone, rather than OR-ing them with N_EXT.
* Sign extend extended line offsets in parse_lines correctly.Stu Grossman1991-09-201-0/+3
|
* #define yyerrflag and yynerrs to avoid global name conflicts.Stu Grossman1991-09-202-0/+4
|
* *** empty log message ***Stu Grossman1991-09-201-0/+5
|
* .gdbinit: move set complaints 1 to top.John Gilmore1991-09-202-1/+4
|
* * language.c (_initialize_language): Fix type check and rangeJohn Gilmore1991-09-202-3/+5
| | | | check documentation strings.
OpenPOWER on IntegriCloud