aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2015-04-22 22:52:36 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2015-04-24 22:49:59 +0100
commitcf75d6c37e15e321e82e7f4ceebcf847b4f057fc (patch)
tree2afef4c763a792185d4364f300ed1414c3e0509d /gdb/NEWS
parentdcbd20eb1499db937785881aca2f9584a330723c (diff)
downloadgdb-cf75d6c37e15e321e82e7f4ceebcf847b4f057fc.zip
gdb-cf75d6c37e15e321e82e7f4ceebcf847b4f057fc.tar.gz
gdb-cf75d6c37e15e321e82e7f4ceebcf847b4f057fc.tar.bz2
gdb: Add support for dumping to verilog hex format.
Extend the gdb 'dump' command to allow creating output in verilog hex format. Add some tests to cover new functionality. As bfd does not currently support reading in verilog hex formats the tests only cover the 'dump' command, not the 'restore' command. gdb/ChangeLog: * cli/cli-dump.c (verilog_cmdlist): New variable. (dump_verilog_memory): New function. (dump_verilog_value): New function. (verilog_dump_command): New function. (_initialize_cli_dump): Add new commands to support verilog dump format. * NEWS: Add entry for "dump verilog". gdb/doc/ChangeLog: * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump format. gdb/testsuite/ChangeLog: * gdb.base/dump.exp: Add *.verilog files to all_files list. Add new tests for verilog output.
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 62cbdcb..6ad68ac 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -42,6 +42,8 @@
(no "set sysroot" or "file" commands are required). See "New remote
packets" below.
+* The "dump" command now supports verilog hex format.
+
* Python Scripting
** gdb.Objfile objects have a new attribute "username",