* dwarfread.c (decode_modified_type): Change type of first arg.
authorFred Fish <fnf@specifix.com>
Mon, 15 Jun 1992 14:26:57 +0000 (14:26 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 15 Jun 1992 14:26:57 +0000 (14:26 +0000)
commit1c92ca6f3b4681e5d8a782875a92c2ce54f89cef
treea62ef6ac05e6e345a1d72bc341c8282690268b11
parent2778e915845a70ed0031e93a78917c5fff7fcd02
* dwarfread.c (decode_modified_type):  Change type of first arg.
Change 'modifier' to char from unsigned char.  Cast single use
that needs to be unsigned char.
* symtab.h (SYMBOL_BASEREG_VALID):  Explain disabling.
* utils.c (strdup_demangled):  Add function.
* defs.h (strdup_demangled):  Add prototype.
* stack.c (return_command):  Demangle C++ function names for query.
* infcmd.c (jump_command):  Demangle C++ function names for query.
* cplus-dem.c (consume_count):  New function and prototype.
* cplus-dem.c (demangle_class, gnu_special, demangle_func_type,
do_type):  Replace conversion code with consume_count().
* cplus-dem.c (gnu_special):  Fix demangled of static members.
* source.c (list_command):  Print demangled function names
when appropriate.  Fix supplied by Peter Schauer.
gdb/ChangeLog
gdb/cplus-dem.c
gdb/dwarfread.c
This page took 0.037142 seconds and 4 git commands to generate.