diff options
author | Antoine Tremblay <antoine.tremblay@ericsson.com> | 2015-06-12 07:58:47 -0400 |
---|---|---|
committer | Antoine Tremblay <antoine.tremblay@ericsson.com> | 2015-06-12 08:43:17 -0400 |
commit | 98aa42ee02c56378cecb737d01c27adca36bf48f (patch) | |
tree | 20394df6558afc1babf8611f64b79939e935a017 /gdb/ChangeLog | |
parent | 0054dcd7b6a815ce178c464f7a1b7e7fce7df3e4 (diff) | |
download | gdb-98aa42ee02c56378cecb737d01c27adca36bf48f.zip gdb-98aa42ee02c56378cecb737d01c27adca36bf48f.tar.gz gdb-98aa42ee02c56378cecb737d01c27adca36bf48f.tar.bz2 |
Fix MI dprintf-insert not printing on a resolved pending location.
This patch fixes the "Format string required" error when trying to print
a dprintf on a now resolved, pending location when set via the MI interface
even if the format string is entered correctly.
This patch also adds a test case to check that issue called
mi-dprintf-pending.exp.
gdb/ChangeLog:
PR breakpoints/16465
* breakpoint.c (create_breakpoint): Save extra_string for
pending breakpoints.
gdb/testsuite/ChangeLog:
PR breakpoints/16465
* gdb.mi/mi-dprintf-pending.c: New file.
* gdb.mi/mi-dprintf-pending.exp: New test.
* gdb.mi/mi-dprintf-pendshr.c: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c5730cc..f22f11f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com> + + PR breakpoints/16465 + * breakpoint.c (create_breakpoint): Save extra_string for + pending breakpoints. + 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com> * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask |