This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Convert boolean globals in server.c to bool
- From: "Christian Biesinger via gdb-patches" <gdb-patches at sourceware dot org>
- To: Tom Tromey <tom at tromey dot com>
- Cc: Christian Biesinger via gdb-patches <gdb-patches at sourceware dot org>
- Date: Wed, 2 Oct 2019 14:49:30 -0500
- Subject: Re: [PATCH] Convert boolean globals in server.c to bool
- References: <20191001195643.256835-1-cbiesinger@google.com> <87pnjfq6bd.fsf@tromey.com>
- Reply-to: Christian Biesinger <cbiesinger at google dot com>
On Wed, Oct 2, 2019 at 2:46 PM Tom Tromey <tom@tromey.com> wrote:
>
> >>>>> "Christian" == Christian Biesinger via gdb-patches <gdb-patches@sourceware.org> writes:
>
> Christian> Converts the int globals to bool. Does not change startup_with_shell,
> Christian> which has a pending patch by tromey.
>
> Thanks. This is ok.
Thanks, rebased and pushed.
To ssh://sourceware.org/git/binutils-gdb.git
80fd282641..3e6ec53ac1 HEAD -> master
Christian