This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: [PATCH 1/2] Add support for setting disassembler-options in GDB for POWER, ARM and S390


On 11/18/16 4:25 AM, Nick Clifton wrote:
The binutils parts are approved.

Thanks.


Question: Is this worth a mention in the NEWS file ?

Good idea.  How about:


	* NEWS: Mention new set/show disassembler-options command.

diff --git a/gdb/NEWS b/gdb/NEWS
index a597405..c119269 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -36,6 +36,15 @@

 Synopsys ARC                   arc*-*-elf32

+* New commands
+
+set disassembler-options
+show disassembler-options
+  Controls the passing of target specific information to the disassembler.
+  Only supported on some targets.  If it is necessary to specify more than
+  one disassembler option then multiple options can be placed together into
+  a comma separated list.  Default is ''.
+
 *** Changes in GDB 7.12

 * GDB and GDBserver now build with a C++ compiler by default.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]