This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v5 2/8] Merge multiple hex conversions
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org, Aleksandar Ristovski <ARistovski at qnx dot com>
- Date: Mon, 19 May 2014 12:24:30 -0600
- Subject: Re: [PATCH v5 2/8] Merge multiple hex conversions
- Authentication-results: sourceware.org; auth=none
- References: <20140319223004 dot 14668 dot 20989 dot stgit at host1 dot jankratochvil dot net> <20140319223044 dot 14668 dot 13369 dot stgit at host1 dot jankratochvil dot net>
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> here most of the patch has been reimplemented in the meantime and
Jan> this is only a small remaint.
Jan> gdb/
Jan> 2014-02-26 Aleksandar Ristovski <aristovski@qnx.com
Jan> Merge multiple hex conversions.
Jan> * monitor.c: Include rsp-low.h.
Jan> (fromhex): Remove definition.
Jan> gdb/gdbserver/
Jan> 2014-02-26 Aleksandar Ristovski <aristovski@qnx.com
Jan> Merge multiple hex conversions.
Jan> * gdbreplay.c (tohex): Rename to 'fromhex'.
Jan> (logchar): Use fromhex.
This is ok.
Please put it in.
Tom