]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
gdb: Add support for dumping to verilog hex format.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 22 Apr 2015 21:52:36 +0000 (22:52 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 24 Apr 2015 21:49:59 +0000 (22:49 +0100)
commitcf75d6c37e15e321e82e7f4ceebcf847b4f057fc
tree2afef4c763a792185d4364f300ed1414c3e0509d
parentdcbd20eb1499db937785881aca2f9584a330723c
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.
gdb/ChangeLog
gdb/NEWS
gdb/cli/cli-dump.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/dump.exp