This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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 ARM add new set/show arm commands


This patch starts the process of moving the arm-specific set/show options into a sub-group. For the moment I've only done this for the set/show disassembly-flavor command, where I've also taken the opportunity to drop "flavor" from the command (it's non-intuitive if you speak English-English :-)

See: set [<arch>?] disassembler, replace disassembly-flavour or flavor[sic] http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=548

enjoy,
Andrew


So we now have

set arm disassembly

and

show arm disassembly

The options to this command are identical to those we had before.

Finally, I've marked the old commands as deprecated, and in addition I've marked the really old "othernames" command similarly.

Patches to move other arm-specific commands to this new style will follow shortly.

R.



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