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 v2] tracepoint: add new trace command "printf" and agent expression "printf" [1] gdb


Update follow cvs trunk.

It will available on the gdb-trunk ubuntu PPA and gdb-7.3 ubuntu PPA
that I introduce in https://lkml.org/lkml/2011/6/4/65

Thanks,
Hui

On Tue, Mar 1, 2011 at 15:04, Hui Zhu <teawater@gmail.com> wrote:
> On Thu, Feb 24, 2011 at 16:50, Hui Zhu <teawater@gmail.com> wrote:
>> This patch is for the gdb.
>>
>> Thanks,
>> Hui
>>
>> 2011-02-24 ?Hui Zhu ?<teawater@gmail.com>
>>
>> ? ? ? ?* Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
>> ? ? ? ?* ax-gdb.c (gen_printf_expr_callback): New function.
>> ? ? ? ?* ax-gdb.h (gen_printf_expr_callback): Forward declare.
>> ? ? ? ?* ax-general.c (ax_memcpy): New function.
>> ? ? ? ?(ax_print): Handle "printf".
>> ? ? ? ?(ax_reqs): Ditto.
>> ? ? ? ?* ax.h (ax_memcpy): Forward declare.
>> ? ? ? ?* common/ax.def (invalid2): Removed.
>> ? ? ? ?(printf): New entry.
>> ? ? ? ?* printcmd.c (printcmd.h): New include.
>> ? ? ? ?(string_printf): New function.
>> ? ? ? ?(ui_printf): Removed.
>> ? ? ? ?(printf_command): Remove static. ?Call string_printf.
>> ? ? ? ?(eval_command): Call string_printf.
>> ? ? ? ?* printcmd.h: New file.
>> ? ? ? ?* tracepoint.c (validate_actionline,
>> ? ? ? ?encode_actions_1): handle printf_command.
>>
>
> Update follow the trunk.
>
> Wish it can got review before 7.3 release. :)
>
> Thanks,
> Hui
>
> 2011-03-01 ?Hui Zhu ?<teawater@gmail.com>
>
> ? ? ? ?* Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
> ? ? ? ?* ax-gdb.c (gen_printf_expr_callback): New function.
> ? ? ? ?* ax-gdb.h (gen_printf_expr_callback): Forward declare.
> ? ? ? ?* ax-general.c (ax_memcpy): New function.
> ? ? ? ?(ax_print): Handle "printf".
> ? ? ? ?(ax_reqs): Ditto.
> ? ? ? ?* ax.h (ax_memcpy): Forward declare.
> ? ? ? ?* common/ax.def (invalid2): Removed.
> ? ? ? ?(printf): New entry.
> ? ? ? ?* printcmd.c (printcmd.h): New include.
> ? ? ? ?(string_printf): New function.
> ? ? ? ?(ui_printf): Removed.
> ? ? ? ?(printf_command): Remove static. ?Call string_printf.
> ? ? ? ?(eval_command): Call string_printf.
> ? ? ? ?* printcmd.h: New file.
> ? ? ? ?* tracepoint.c (validate_actionline,
> ? ? ? ?encode_actions_1): handle printf_command.
>

Attachment: tp_print.txt
Description: Text document


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