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


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.

Sergio> +  set_gdbarch_stap_is_single_operand (gdbarch, ia64_linux_stap_is_single_operand);

I think this line needs to be split.

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

Tom


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