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: [PATCH c++ 01/12] Introduce ax_raw_byte and use it


On 10/26/2015 03:46 AM, Simon Marchi wrote:
> This patch was taken directly from Pedro's branch.
> 

Thanks.

> ax_simple is used to append an agent expression operator to an agent
> expression string.  Therefore, it takes an enum agent_op as input.
> There is an instance where it's called to append a raw byte, unrelated
> to the enum.  It makes the build fail in C++ mode.
> 
> This patch introduces ax_raw_byte for that purpose and uses it.
> 
> gdb/ChangeLog:
> 
> 	* ax.h (ax_raw_byte): New declaration.
> 	* ax-general.c (ax_raw_byte): New function.
> 	(ax_simple): Use ax_raw_byte.
> 	* ax-gdb.c (gen_printf): 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]