summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2013-05-21 04:18:54 +0000
committerHui Zhu <teawater@gmail.com>2013-05-21 04:18:54 +0000
commit2f2a2015c740d447fee472e08471aa28d416b551 (patch)
treec8cc2e36f348f4993a7a80803f569fa128c6aa27 /gdb/NEWS
parentc91374499747d84609217f6815ffa6e637dedba3 (diff)
downloadgdb-2f2a2015c740d447fee472e08471aa28d416b551.tar.gz
2013-05-21 Hui Zhu <hui@codesourcery.com>
* breakpoint.c (dprintf_breakpoint_ops): Remove its static. * breakpoint.h (dprintf_breakpoint_ops): Add extern. * mi/mi-cmd-break.c (ctype.h): New include. (gdb_obstack.h): New include. (mi_argv_to_format, mi_cmd_break_insert_1): New. (mi_cmd_break_insert): Call mi_cmd_break_insert_1. (mi_cmd_dprintf_insert): New. * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert". * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern. 2013-05-21 Hui Zhu <hui@codesourcery.com> * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the "-dprintf-insert" command. 2013-05-21 Hui Zhu <hui@codesourcery.com> * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf". * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 9ea0b147d23..e09907cf39a 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -70,6 +70,8 @@ show debug nios2
** The -trace-save MI command can optionally save trace buffer in Common
Trace Format now.
+ ** The new command -dprintf-insert sets a dynamic printf breakpoint.
+
*** Changes in GDB 7.6
* Target record has been renamed to record-full.