This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 7/9] replace unhexify with hex2bin


On 01/20/2014 07:18 PM, Tom Tromey wrote:
> unhexify and hex2bin are identical, so this removes unhexify.  The
> particular choice of which to keep was made on the basis of
> parallelism with the earlier patch that removed hexify.
> 
> 2014-01-20  Tom Tromey  <tromey@redhat.com>
> 
> 	* common/rsp-low.h (unhexify): Don't declare.
> 	* common/rsp-low.c (unhexify): Remove.
> 
> 2014-01-20  Tom Tromey  <tromey@redhat.com>
> 
> 	* server.c (handle_query, handle_v_run): Use hex2bin, not
> 	unhexify.
> 	* tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.

OK, thanks.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]