public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug c++/12266] Typedefs are not expanded to their base types in breakpoint definitions
Date: Thu, 18 Aug 2011 21:45:00 -0000	[thread overview]
Message-ID: <bug-12266-4717-Py7D8ORYuY@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-12266-4717@http.sourceware.org/bugzilla/>

http://sourceware.org/bugzilla/show_bug.cgi?id=12266

--- Comment #10 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-08-18 16:17:46 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    kseitz@sourceware.org    2011-08-18 16:17:39

Modified files:
    gdb            : ChangeLog cp-name-parser.y cp-support.c 
                     cp-support.h linespec.c 
    gdb/python     : py-type.c 

Log message:
    PR c++/12266
    * cp-name-parser.y (struct demangle_info): Remove unused
    member PREV.
    (d_grab): Likewise.
    (allocate_info): Change return type to struct demangle_info *.
    Always allocate a new demangle_info.
    Remove unused PREV pointer.
    (cp_new_demangle_parse_info): New function.
    (cp_demangled_name_parse_free): New function.
    (do_demangled_name_parse_free_cleanup): New function.
    (make_cleanup_cp_demangled_name_parse_free): New function.
    (cp_demangled_name_to_comp): Change return type to
    struct demangle_parse_info *.
    Allocate a new storage for each call.
    (main): Update usage for cp_demangled_name_to_comp
    API change.
    * cp-support.h (struct demangle_parse_info): New structure.
    (cp_demangled_name_to_comp): Update API change for
    return type.
    (cp_new_demangle_parse_info): Declare.
    (make_cleanup_cp_demangled_name_parse_free): New declaration.
    (cp_demangled_name_parse_free): Declare.
    * cp-support.c (cp_canonicalize_string): Update API
    change for cp_demangled_name_to_comp.
    (mangled_name_to_comp): Likewise.
    Return struct demangle_parse_info, too.
    (cp_class_name_from_physname): Update mangled_name_to_comp
    API change.
    (method_name_from_physname): Likewise.
    (cp_func_name): Update API change for cp_demangled_name_to_comp.
    (cp_remove_params): Likewise.
    * python/py-type.c (typy_legacy_template_argument): Likewise.

    * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
    (cp_merge_demangle_parse_infos): Declare.
    * cp-support.c (ignore_typedefs): New file global.
    (copy_string_to_obstack): New function.
    (inspect_type): New function.
    (replace_typedefs): New function.
    (replace_typedefs_qualified_name): New function.
    (cp_canonicalize_string_no_typedefs): New function.
    * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
    (cp_new_demangle__parse_info): Allocate and initialize the obstack.
    * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
    instead of cp_canonicalize_string.
    (find_method): Likewise.
    (decode_compound): Before looking up the name, call
    cp_canonicalize_string_no_typedefs.
    (decode_variable): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13272&r2=1.13273
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-name-parser.y.diff?cvsroot=src&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-support.c.diff?cvsroot=src&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-support.h.diff?cvsroot=src&r1=1.44&r2=1.45
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&r1=1.128&r2=1.129
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-type.c.diff?cvsroot=src&r1=1.19&r2=1.20

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


  parent reply	other threads:[~2011-08-18 16:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-25 20:47 [Bug c++/12266] New: " anonyme_uprh at hotmail dot com
2010-12-07 21:19 ` [Bug c++/12266] " keiths at redhat dot com
2011-01-31 13:10 ` anonyme_uprh at hotmail dot com
2011-02-17 21:09 ` keiths at redhat dot com
2011-02-18 10:25 ` anonyme_uprh at hotmail dot com
2011-02-18 10:27 ` anonyme_uprh at hotmail dot com
2011-03-17 18:07 ` keiths at redhat dot com
2011-03-23 17:49 ` anonyme_uprh at hotmail dot com
2011-03-30 15:08 ` keiths at redhat dot com
2011-08-01 20:22 ` keiths at redhat dot com
2011-08-02 17:17 ` anonyme_uprh at hotmail dot com
2011-08-02 17:24 ` keiths at redhat dot com
2011-08-18 21:45 ` cvs-commit at gcc dot gnu.org [this message]
2011-08-18 22:19 ` anonyme_uprh at hotmail dot com
2011-08-19 10:01 ` keiths at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-12266-4717-Py7D8ORYuY@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).