aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1991-10-05oopsJohn Gilmore1-0/+5
1991-10-05 More patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:Per Bothner1-0/+8
* 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 Pesch1-0/+4
1991-10-04* coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h: RemoveJohn Gilmore1-0/+7
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 wereJohn Gilmore1-0/+3
gratuitiously external. (From Fred Fish.)
1991-10-04* c-exp.y: sym->class to SYMBOL_CLASS (sym).John Gilmore1-0/+5
* 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 Gilmore1-0/+14
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 Grossman1-0/+6
1991-10-01* dbxread.c: Enable, but soften, const_vol_complaint.John Gilmore1-0/+6
(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 Gilmore1-0/+5
(From Peter Schauer)
1991-09-28* symtab.c (lookup_method_type): Arguments were swapped in allJohn Gilmore1-0/+2
callers, so fix it here. I'm amazed this worked at all!
1991-09-28* eval.c (evaluate_subexp_for_address): Don't useJohn Gilmore1-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-25IN_SIGTRAMP bugfix.John Gilmore1-3/+21
1991-09-21*** empty log message ***Roland Pesch1-0/+7
1991-09-21Update for gdb-4.1 release.John Gilmore1-0/+3
1991-09-20* language.c (set_language_command): Print useful help message,John Gilmore1-0/+4
and restore the language string after giving help. * valprint.c (typedef_print): Print typedef in C or M2. * symtab.c (list_symbols): Use it.
1991-09-20* main.c (main): Avoid any output before (gdb) prompt when -q.John Gilmore1-0/+6
* language.c (set_language_command): Handle errors by restoring the language string to its current state (fix from A. Beers).
1991-09-20*** empty log message ***Roland Pesch1-0/+3
1991-09-20Fri Sep 20 15:46:00 1991 Roland H. Pesch (pesch at cygnus.com)Roland Pesch1-0/+8
* 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
1991-09-20Kludge to allow compilation by non-ANSI compilers.Per Bothner1-0/+5
1991-09-20* dbxread.c (read_dbx_symtab, process_one_symbol): N_FN andJohn Gilmore1-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.
1991-09-20Sign extend extended line offsets in parse_lines correctly.Stu Grossman1-0/+3
1991-09-20*** empty log message ***Stu Grossman1-0/+5
1991-09-20.gdbinit: move set complaints 1 to top.John Gilmore1-0/+2
1991-09-20* language.c (_initialize_language): Fix type check and rangeJohn Gilmore1-0/+2
check documentation strings.
1991-09-20* utils.c (!HAVE_VPRINTF): Define vfprintf as a function, soJohn Gilmore1-0/+12
language.c can use it. (Though language.c should really not be handling warnings/errors the way it does, FIXME.) * symtab.c (lookup_primitive_type): const lint.
1991-09-20Preparation for gdb-4.1 release.John Gilmore1-0/+12
1991-09-20doc/gdbint.texinfoRoland Pesch1-0/+6
1991-09-20Various mips changes from Peter Schauer.Per Bothner1-0/+9
1991-09-19Minor fixesJohn Gilmore1-0/+10
1991-09-19Andrew Beers' changes for Modula-2 support.John Gilmore1-0/+653
1991-09-17In mipsread.c (parse_symbol), put non-static proceduresPer Bothner1-0/+23
in the global block.
1991-09-13tm-ultra3.h slipped thru the cracks...John Gilmore1-0/+3
1991-09-13AMD 29000 changes from David Wood <wood@david.ultra.nyu.edu>John Gilmore1-0/+53
1991-09-12* Makefile.in (documentation targets): Pass $(M4).John Gilmore1-0/+7
Bugfix from eggert@twinsun.com (Paul Eggert). * stack.c (down_silently_command): Check for stack existence.
1991-09-11* Makefile.in (VERSION): Update to 4.0.3.John Gilmore1-0/+4
1991-09-11* core.c (core_file_command): Print frame at coredump withJohn Gilmore1-0/+32
its level number, by calling print_stack_frame. * frame.h: Add selected_frame_level, print_stack_frame. * frame.h, stack.c: Remove print_sel_frame, print_selected_frame. * convex-tdep.c, convex-xdep.c, infcmd.c, inflow.c, infrun.c: Change print_sel_frame and print_selected_frame callers to print_stack_frame. * dbxread.c (read_ofile_symtab): Avoid empty else clause. * symfile.c (free_named_symtabs): Ditto. * main.c (main): wrap_here needs an arg. * solib.c (find_solib): Avoid memory access if _DYNAMIC is zero. (solib_add): Avoid noise. (solib_create_inferior_hook): Lint. (sharedlibrary_command): Move dont_repeat to here. * utils.c (error): Call wrap_here to force buffered output. Small patches from Peter Schauer: * coffread.c (start_symtab): Free any existing line_vector before malloc-ing new one. (read_coff_symtab): Ditto for type_vector. * source.c (lines_to_list): New variable, replacing function. (all uses): Use as variable. (_initialize_source): Add 'set listsize' and 'show listsize'. * utils.c (lines_to_list): Remove function. * stack.c (print_frame_info): Use as variable. * defs.h (lines_to_list): Remove declaration.
1991-09-10* utils.c (error): if error_pre_print is set, print the stringJohn Gilmore1-0/+22
first. * main.c (main, print_gnu_advertisement, print_gdb_version): Reformat legalese so it always prints, but acts as an "I'm here" message while symbols are being read. If any errors occur, print a few newlines to set off the message and start it at the left margin. Remove mention of "help" command, and don't yak about symbol reading. (catch_errors): Error string is now printed first in case of error, not last. * command.c (undef_cmd_error, lookup_cmd): On undefined command, suggest the "help" command. * Makefile.in (VERSION): Set to 4.0.2.
1991-09-06Host and targets with different sized types. &others.John Gilmore1-0/+34
1991-09-04Make writing to files work properly. (Fixes to BFD are also needed.)John Gilmore1-6/+53
* core.c (core_open): Open file ourselves, read or r/w, depending on write_files. Use bfd_fdopenr. * gdbcore.h (write_files): New variable. * exec.c (write_files): Define variable, add set&show for it. (exec_file_command): Use write_files to open for read or r/write. Make shared library reading happen automatically. These changes are mostly from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>. * inferior.h (stop_soon_quietly): Add to exported variables. * infrun.c (child_create_inferior): call solib hook, if defined. (child_attach): call solib hook, if defined. * solib.c: Include inferior.h. Add from_tty to so_list as kludge. (find_solib): Use lookup_misc_func rather than hand-rolled. (symbol_add_stub): New stub for catch_errors. (solib_add): Avoid output if !from_tty. Catch errors rather than just calling symbol_file_add and bombing. (solib_create_inferior_hook): Interface with the target process to let it read and alloc shared libs, then figure out what it did. * core.c (validate_files): Fix typo, soften warning. (Fix from Hiroto Kagotani <kagotani@cs.titech.ac.jp>.) * utils.c (fputs_demangled): Avoid duplicate printing if demangling is off. (Fix from J.T. Conklin <jtc@cayenne.com>.) * infrun.c (proceed): Cast -1 to (CORE_ADDR) before comparing. (Fix from pierre@la.tce.com (Pierre Willard).) * main.c (catch_errors): Change argument to a char * from an int, since a char * can point to a struct full of glop, but an int is not guaranteed to be able to hold a pointer. * breakpoint.c (breakpoint_cond_eval, bpstat_stop_status, breakpoint_re_set_one, breakpoint_re_set): Adapt. * core.c (core_open, solib_add_stub): Adapt. * remote-vx.c (symbol_stub, add_symbol_stub, callers): Adapt.
1991-08-23*** empty log message ***Roland Pesch1-0/+3
1991-08-23 * Makefile.in: generate "gdb-all.texi" rather than "gdb-all.texinfo"Roland Pesch1-0/+3
1991-08-23*** empty log message ***Roland Pesch1-2/+2
1991-08-23Reflect name change (doc/rdl-apps.texi)Roland Pesch1-0/+5
1991-08-23 * WHATS.NEW: correct pointer to refcard.Roland Pesch1-0/+8
1991-08-23 * GDB-4.0 release!John Gilmore1-0/+6
* Makefile.in (VERSION): Roll to 4.0. (gdb.tar.Z): Make refcard.ps as well, for shipment.
1991-08-23note doc/gdb.texinfo changed.Roland Pesch1-0/+4
1991-08-23Fix Makefile.in to build 4.0 rel.John Gilmore1-0/+5
1991-08-23saberStu Grossman1-0/+4
1991-08-23Document ChangeLog catchup.Roland Pesch1-1/+7