aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.c
AgeCommit message (Collapse)AuthorFilesLines
1992-02-22* Check in Fred Fish's changes in these modules. FredJohn Gilmore1-6/+7
will make ChangeLog entries for all of them.
1992-02-21* core.c, exec.c, infrun.c, inftarg.c, language.c, remote.c,John Gilmore1-29/+82
signame.c, sparc-xdep.c: Prototypes for all static functions. Lint.
1992-01-31* language.c, language.h: Make some things const.John Gilmore1-2/+2
* expression.h, main.c: const spreads like ooze.
1991-11-14Motorola 88000 port without tears, I mean without tdescs.John Gilmore1-12/+0
ChangeLog has the details. This is preliminary for quick release, cleanups remain to be done.
1991-11-12Remove internal gdb definition of fixed arg count concat() function andFred Fish1-3/+3
convert to use of variable arg count concat() in libiberty.
1991-11-09Lint and some rs/6000 port.John Gilmore1-0/+2
1991-11-06Add C++ as a separate language.Per Bothner1-0/+9
Also, fix a C++ problem when looking for methods in super-classes. (There was confusion between base and derived types.)
1991-09-28 * coffread.c (coff_symfile_read): Use xmalloc, not malloc.John Gilmore1-25/+24
* 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.
1991-09-20* language.c (set_language_command): Print useful help message,John Gilmore1-3/+5
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-2/+8
* language.c (set_language_command): Handle errors by restoring the language string to its current state (fix from A. Beers).
1991-09-20* language.c (_initialize_language): Fix type check and rangeJohn Gilmore1-3/+3
check documentation strings.
1991-09-19* language.h, language.c: New files for language-specific macros,John Gilmore1-0/+1100
declarations, and definitions.