This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 11/12] replace cc-with-{index,dwz} with cc-with-tweaks
- From: Doug Evans <dje at google dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 11 Jun 2012 11:34:43 -0700
- Subject: Re: [PATCH 11/12] replace cc-with-{index,dwz} with cc-with-tweaks
- References: <87aa0hk2ts.fsf@fleche.redhat.com>
On Fri, Jun 1, 2012 at 11:48 AM, Tom Tromey <tromey@redhat.com> wrote:
> This replaces cc-with-index and cc-with-dwz with a new
> cc-with-tweaks script, that lets one choose dwz or the index or
> both, using command-line options.
>
> ? ? ? ?* cc-with-index.sh, cc-with-dwz.sh: Remove.
> ? ? ? ?* cc-with-tweaks.sh: New file.
Hi. Two nits:
- can this go in gdb/contrib?
- can you remove the -i default? [if no tweaks specified then no
tweaks are done]
feels cleaner this way