Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/gnu/dist/gdb6/gdb



nick.hudson%dsl.pipex.com@localhost said:
> > Update code for recognition of signal trampolines to the new
> > "setcontext"
> [...]
> Shouldn't we keep the recognition of the old style signal handler and 
> possibliy recognise the 3 versions of __sigtramp_siginfo_2 that have
> existed at various points?

I haven't seen how to do this in the gdb code cleanly -- the
initialisation of register offsets etc is done only once in
target specific initialisation.


thorpej%shagadelic.org@localhost said:
> That's what I intended with the versioning. 

The version information is not there when it is needed. It
is not present in the stackframe, and even if it was, it would
be hard to make use of it - see above.

best regards
Matthias




Home | Main Index | Thread Index | Old Index