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: longjmp handling vs. glibc LD_POINTER_GUARD problems


Daniel Jacobowitz wrote:

> Bingo.  I discussed this with Pedro, in followups to one of his nine
> patches... ah, here it is.
> 
> http://sourceware.org/ml/gdb-patches/2008-04/msg00252.html

Huh ... I completely missed that, thanks.

> And stepping on platforms that don't provide a fetch routine, plus not
> providing fetch routines on platforms which mangle the pointer, is my
> best idea so far.  Maybe dropping the fetcher entirely?  Will that be
> too slow?

longjmp generally shouldn't very be long, so I don't think this matters.
However, Pedro mentioned that there are problems implementing this
in the current infrun.c setup, so there maybe some more work required ...

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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