This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12750] Fail to restore breakpoints on static functions withnamespace


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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-05-31 22:13:55 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    kseitz@sourceware.org    2011-05-31 22:13:52

Modified files:
    gdb            : ChangeLog linespec.c 

Log message:
    PR c++/12750
    * linespec.c (get_search_block): New function.
    (find_methods): Add FILE_SYMTATB parameter and use it and
    get_search_block to pass an appropriate block to
    lookup_symbol_in_namespace.
    (decode_line_1): Record if *ARGPTR is single-quote enclosed.
    Check if *ARGPTR starts with a filename first.
    If it does, call locate_first_half again to locate the next
    "first half" of the linespec.
    Pass FILE_SYMTATB to decode_objc and decode_compound.
    Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
    (locate_first_half): Stop on the first colon seen.
    (decode_compound): Add FILE_SYMTAB parameter.
    Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
    (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
    get_search_block with lookup_symbol.
    (find_method): Add FILE_SYMTAB parameter and pass it to
    find_methods.
    (decode_objc): Use get_search_block.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13070&r2=1.13071
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&r1=1.121&r2=1.122

-- 
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]