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] Add libkvm interface support for NetBSD/i386 and OpenBSD/i386


On Sun, Jun 27, 2004 at 10:38:54AM -0700, Marcel Moolenaar wrote:
> The same would apply to the unwind library on ia64. It's easy enough
> to label a frame with unwind information, but knowing what to do with
> such a frame may require more knowledge than what you like the unwind
> library to have. Hooks to allow some "external" code to deal with it
> would probably be the most flexible solution.

I think the best thing to do is to allow these to be written in some
sort of scripting language - that wouldn't elegantly allow moving
libunwind support out of GDB unless we used a scripting language that
supported dlopen, but it would be good for other things.

-- 
Daniel Jacobowitz


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