This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: add set cp-abi command
- From: Andrew Cagney <ac131313 at cygnus dot com>
- To: Jim Ingham <jingham at apple dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Thu, 14 Mar 2002 17:38:55 -0500
- Subject: Re: add set cp-abi command
- References: <0337C4EC-36B4-11D6-95FF-000393540DDC@apple.com>
Jim, an aside. The code should use:
extern struct cmd_list_element *add_set_enum_cmd ();
so that:
(gdb) set cp-abi <tab>
works.
Andrew