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] Implement SDT (SystemTap probes) support for IA-64


On Wednesday, June 26 2013, Joel Brobecker wrote:

> Many thanks for the patch. I am pretty sure I would have spent hours
> figuring it out, and then implementing the necessary bits.
>
> I confirm that this works for me as well.

No problem, Joel.  Thanks for testing.

>> 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
>> 
>> 	* ia64-linux-tdep.c: Include <ctype.h>.
>> 	(ia64_linux_stap_is_single_operand): New function.
>> 	(ia64_linux_init_abi): Initialize SystemTap related attributes.
>
> FWIW, this patch looks OK to me.

On Thursday, June 27 2013, Tom Tromey wrote:

> Sergio> 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
> Sergio> 	* ia64-linux-tdep.c: Include <ctype.h>.
> Sergio> 	(ia64_linux_stap_is_single_operand): New function.
> Sergio> 	(ia64_linux_init_abi): Initialize SystemTap related attributes.
>
> Thanks Sergio.

No problem.

> Sergio> +  set_gdbarch_stap_is_single_operand (gdbarch, ia64_linux_stap_is_single_operand);
>
> I think this line needs to be split.

Sorry, fixed.

> This patch looks ok to me, assuming it passes Joel's testing.

Yes, according to the previous message from Joel, it works.

Thanks to all, the patch has been checked-in.

       http://sourceware.org/ml/gdb-cvs/2013-06/msg00207.html

-- 
Sergio


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