This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH, RFC] Add support for choosing disassembler cpu in GDB for POWER.
- From: Peter Bergner <bergner at vnet dot ibm dot com>
- To: Pedro Alves <palves at redhat dot com>, Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: Alan Modra <amodra at gmail dot com>, gdb-patches at sourceware dot org, binutils <binutils at sourceware dot org>
- Date: Thu, 3 Nov 2016 10:06:03 -0500
- Subject: Re: [PATCH, RFC] Add support for choosing disassembler cpu in GDB for POWER.
- Authentication-results: sourceware.org; auth=none
- References: <20161012082525.3250910FDC3@oc8523832656.ibm.com> <ba2c8e0f-eb8e-d0b9-313c-022c61ebb9ab@vnet.ibm.com> <88940498-822b-b192-b983-d8571a81ad87@redhat.com> <c4178472-1654-5700-0ba7-2d54eff74cf0@vnet.ibm.com> <2c62687d-f013-5af8-96ae-d7f56d28c218@redhat.com> <4f8959a7-33b9-385c-3c63-2d5b26286579@vnet.ibm.com> <3b814d5e-f716-f1c7-1530-684901b28e30@redhat.com> <88312c99-f1bb-c3d9-8e65-8ab64f086f42@vnet.ibm.com> <8733fac4-9e5d-43de-75a6-0f191c4000e7@redhat.com> <25f99efc-6ff0-3908-dbab-fe3792be770f@vnet.ibm.com>
On 11/3/16 6:01 AM, Pedro Alves wrote:
> BTW, I'm also not sure about saying "default" in "show
> disassembler-options".
> I don't think "set disassembler-options default" would work?
Sorry, forgot to answer this. Correct "set disassembler-options default"
is not handled, but we I suppose we could special case this and just set
disassembler_options to NULL if they do.
Peter