summaryrefslogtreecommitdiff
path: root/gdb/complaints.h
Commit message (Collapse)AuthorAgeFilesLines
* 2003-01-28 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-281-38/+0
| | | | | | * complaints.c (complain): Delete function. * complaints.h (struct deprecated_complaint): Delete definition. (complain): Delete declaration.
* * complaints.h: Fix spelling errors.Andrew Cagney2002-11-151-2/+2
|
* 2002-11-15 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-151-4/+16
| | | | | * complaints.h: Add comment explaining how to eliminate a deprecated_complain call.
* 2002-10-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-10-251-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | * complaints.h (struct deprecated_complaint): Rename `struct complaint'. * complaints.c (complain): Update. * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete incorrect comment indicating that "symfile.h" was being included for the `struct complaint' definition. * remote-vx.c: Update. * objc-lang.c: Update. * xcoffread.c: Update. * hpread.c: Update. * mdebugread.c: Update. * stabsread.c: Update. * dwarf2read.c: Update. * dwarfread.c: Update. * elfread.c: Update. * coffread.c: Update. * stabsread.h: Update. * dbxread.c: Update. * buildsym.c: Update. * gdbtypes.c: Update. * macrotab.c: Update.
* 2002-09-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-09-191-18/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * complaints.h: Update copyright. (struct complaints): Declare. (struct complaint): Make `message' constant. (internal_complaint): Declare. (complaint): Declare. (complaint_root): Delete declaration. (symfile_complaints): Delete declaration. (struct complaints): Add opaque declaration. (clear_complaints): Add a complaints parameter. * complaints.c: Update copyright. (enum complaint_series): Define. (complaint_root): Delete. (struct complaints): Define. (complaint_sentinel, symfile_complaint_book): New variables. (symfile_explanations, symfile_complaints): New variables. New variables. (get_complaints): New function. (vcomplaint): New function. (complaint): New function. (internal_complaint): New function. (complain): Call vcomplain with symfile_complaint. (clear_complaints): Rewrite. (_initialize_complaints): Use add_setshow_command. * Makefile.in (complaints.o): Update dependencies. * symfile.c (syms_from_objfile): Add symfile_complaints parameter to call to clear_complaints. (new_symfile_objfile, reread_symbols): Ditto. (oldsyms_complaint): Delete. (empty_symtab_complaint, unknown_option_complaint): Delete. (free_named_symtabs): Use complaint instead of complain.
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
|
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-4/+2
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-19/+20
|
* Initial revisionStan Shebs1999-04-161-0/+53