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 macros/7961] Can't use [some] macro's in conditionalbreakpoints


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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-06-27 18:08:45 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2012-06-27 18:08:41

Modified files:
    gdb            : ChangeLog ada-lang.c breakpoint.c eval.c 
                     expression.h parse.c tracepoint.c varobj.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.base: macscp.exp macscp1.c 

Log message:
    PR macros/7961:
    * varobj.c (varobj_create): Update.
    (varobj_set_value): Update.
    * tracepoint.c (validate_actionline): Update.
    (encode_actions_1): Update.
    * parse.c (parse_exp_1): Add 'pc' argument.
    (parse_exp_in_context): Add 'pc' argument.  Change how
    expression_context_pc is set.
    (parse_expression): Update.
    (parse_field_expression): Update.
    * expression.h (parse_exp_1): Update.
    * eval.c (parse_to_comma_and_eval): Update.
    * breakpoint.c (set_breakpoint_condition): Update.
    (update_watchpoint): Update.
    (init_breakpoint_sal): Update
    (find_condition_and_thread): Update.
    (watch_command_1): Update.
    (update_breakpoint_locations): Update.
    * ada-lang.c (ada_read_renaming_var_value): Update.
    (create_excep_cond_exprs): Update.
    testsuite
    * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
    * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14403&r2=1.14404
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.372&r2=1.373
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.684&r2=1.685
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/eval.c.diff?cvsroot=src&r1=1.162&r2=1.163
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/expression.h.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/parse.c.diff?cvsroot=src&r1=1.118&r2=1.119
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/tracepoint.c.diff?cvsroot=src&r1=1.258&r2=1.259
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/varobj.c.diff?cvsroot=src&r1=1.195&r2=1.196
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3258&r2=1.3259
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/macscp.exp.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/macscp1.c.diff?cvsroot=src&r1=1.6&r2=1.7

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