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] [SPARC64] Figure out where a longjmp will land


>>>>> "Jose" == Jose E Marchesi <jose.marchesi@oracle.com> writes:

Jose> Note that in sparc64 glibc does not install probes in setjmp, nor it
Jose> mangles pointers.

In this case adding the probes is marginal; but you will probably want
to write the probe support for sparc64 in gdb anyway, because there are
other probes available that provide more noticeable benefits...

Jose> +  return X_A(insn);

Space before the "(".

Someone else will have to do the real review though.

Tom


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