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 gdb/14617] Set passcount of tracepoint doesn't trigger'=breakpoint-modified' notification


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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-11-03 12:14:54 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    qiyao@sourceware.org    2012-11-03 12:14:47

Modified files:
    gdb            : ChangeLog breakpoint.c 
    gdb/doc        : ChangeLog observer.texi 
    gdb/mi         : mi-cmd-break.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.mi: mi-breakpoint-changed.exp 

Log message:
    gdb:

    Fix PR gdb/14617.
    * breakpoint.c (trace_pass_set_count): Call
    observer_notify_breakpoint_modified instead of
    observer_notify_tracepoint_modified.
    * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.

    gdb/doc:

    * observer.texi (GDB Observers): Remove observer
    'tracepoint_modified', 'tracepoint_created' and
    'tracepoint_deleted'.

    gdb/testsuite:

    Fix PR gdb/14617.
    * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
    Remove setup_kfail, and update test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14779&r2=1.14780
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.711&r2=1.712
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1375&r2=1.1376
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/observer.texi.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmd-break.c.diff?cvsroot=src&r1=1.53&r2=1.54
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3438&r2=1.3439
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp.diff?cvsroot=src&r1=1.2&r2=1.3

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