This is the mail archive of the gdb@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: [RFC] Using values to handle unwinding


> Thoughts?

I read the first patch (register values) pretty carefully, the second
one (frame unwinding using struct value & using this_frame instead of
next_frame) as carefully as I could, and skimed the other few patches.
Overall, it looks pretty nice. I think it would be very valuable if
others took the time to look at them, I had to spend a lot of time
to understand them, and even now I'm sure there are things I missed.

> I'd love comments on the patches, the overall approach, and how to
> proceed.  Ideally, we check this in (breaking many targets), update
> each target completely as someone needs that target, and make sure all
> targets are updated by the next release of GDB.  I personally use
> amd64, i386, arm, mips, m68k, and powerpc; so I'm pretty likely to
> update all of those (mechanically).  I'll do the laggards before the
> next release too, but not right this minute.  I would appreciate
> assistance with other targets :-)

You said "mechanically" - does it mean you are not able to test some
of the targets you listed?

I can help (including testing) with: hppa, ia64, sparc and powerpc (aix).
I would prefer if you took care of mips if you're able to test that.
In terms of other architectures that no one volunteers to convert, we
can split them among ourselves, and perform mechanical conversions.
We can use a second pair of eyes as our means of testing...

In terms of how to proceed, I don't mind if we temporarily break
some targets.

-- 
Joel


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