* Makefile.in (DEMANGLER): Define and default to cplus-dem.
authorFred Fish <fnf@specifix.com>
Tue, 5 May 1992 18:16:23 +0000 (18:16 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 5 May 1992 18:16:23 +0000 (18:16 +0000)
commit8f793aa54168462d7525a44e83e6a56c7f362a5e
tree1aa179a28019c4b45822843a45e55ddb7c41768c
parent939a34334201ecba8870c2f29982f8d47b716d65
* Makefile.in (DEMANGLER):  Define and default to cplus-dem.
Allows selection of C++ demangler to be a configuration option
until multiple demanglers are supported.
* demangle.h:  New include file for extended demangler support.
* breakpoint.c, gdbtypes.c, printcmd.c, stack.c, symtab.c,
utils.c, valprint.c:  Include "demangle.h" and change all calls
to cplus_demangle() or fputs_demangled() to use individual
demangling options.
* valprint.c (type_print_1):  Change options to cplus_demangle
to print demangled function args.  Still broken, but now less so.
* cplus-dem.c:  Include demangle.h, reorganize and update some
comments to reflect reality.
* cplus-dem.c (cplus_demangle, cplus_mangle_opname):  Change
second arg from fixed integer to bit based multiple options.
* cplus-dem.c (optable):  Reformat and replace ansi members with
bit based options.
* cplus-dem.c (do_type):  Fix bug with parsing missing return type.
gdb/.Sanitize
gdb/ChangeLog
gdb/cplus-dem.c
gdb/demangle.h [new file with mode: 0644]
gdb/gdbtypes.c
gdb/valprint.c
gdb/values.c
This page took 0.027481 seconds and 4 git commands to generate.