* cp-support.c: Include "safe-ctype.h".
authorDaniel Jacobowitz <drow@false.org>
Mon, 22 Oct 2007 14:37:36 +0000 (14:37 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 22 Oct 2007 14:37:36 +0000 (14:37 +0000)
commitf88e9fd3159d3b7786ccc1bf831d8e255c1df174
tree686ebac5b0b25d7788e798595ce1e6e4f4c3b816
parente35879dbf02366bfdf085cfa7c8916f261ea5ce3
* cp-support.c: Include "safe-ctype.h".
(cp_already_canonical): New function.
(cp_canonicalize_string): Use it.  Return NULL for already canonical
strings.
(mangled_name_to_comp): Update call to cp_demangled_name_to_comp.
(cp_func_name, remove_params): Likewise.
(cp_find_first_component_aux): Use ISSPACE.
* cp-support.h (cp_demangled_name_to_comp): Correct comment.  Remove
MEMORY_P argument.
* cp-name-parser.y (ALLOC_CHUNK): Define.
(struct demangle_info): Add PREV and NEXT.  Increase the size of
COMPS.
(d_grab): Convert to a function.
(allocate_info): Rewrite.
(cp_demangled_name_to_comp): Remove MEMORY argument.  Do not use
strlen.  Update call to allocate_info.  Do not free it on failure.
(main): Update calls to cp_demangled_name_to_comp.
* Makefile.in (cp-support.o): Update.
gdb/ChangeLog
gdb/Makefile.in
gdb/cp-name-parser.y
gdb/cp-support.c
gdb/cp-support.h
This page took 0.038928 seconds and 4 git commands to generate.