This is the mail archive of the gdb-patches@sources.redhat.com 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/rfc] Add child_to_xfer_partial; Was: ia64 portion of libunwindpatch



I like it because it means I only have to provide the particular functionality instead of overriding the whole function which could be dangerous if other changes were made to the default_xfer_partial routine.

I'ts in. Any luck with a testcase for the unwind table? Something to add to gdb.arch. If none of us can figure out a way to tickle this code then it may not even be needed.


Kevin wrote ..

I assume it's #if 0'd because TARGET_OBJECT_UNWIND_TABLE
isn't defined yet?

Yep. The intent is to sketch out the mechanism's basic structure. Jeff will enable the code if/when it is needed.


Andrew



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