* demangle.c (is_cplus_marker): New function, checks if a
authorFred Fish <fnf@specifix.com>
Fri, 16 Feb 1996 06:14:15 +0000 (06:14 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 16 Feb 1996 06:14:15 +0000 (06:14 +0000)
commit81afee37d0a016cd3e671693c165916893ac3e60
tree43af22fde990502fd3478fc11b354c1f2daaee04
parent14b22711be24b3832e3282347207467471cb42ab
* demangle.c (is_cplus_marker):  New function, checks if a
character is one of the commonly used C++ marker characters.
* defs.h (is_cplus_marker):  Add prototype.
* c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
stabsread.c (define_symbol, read_member_functions, read_struct_fields),
symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
values.c (vb_match):  Use is_cplus_marker instead of comparison
with CPLUS_MARKER.
gdb/ChangeLog
gdb/c-typeprint.c
gdb/ch-lang.c
gdb/cp-valprint.c
gdb/defs.h
gdb/demangle.c
gdb/mdebugread.c
gdb/stabsread.c
gdb/symtab.h
gdb/values.c
This page took 0.025738 seconds and 4 git commands to generate.