Mail Archives: djgpp-workers/2001/12/20/10:59:16
Charles Sandmann wrote:
>
> > What would this dynamic linking have for debugging the loaded code?
>
> Symbols would not be available, as is today.
Today DXEs are not used for user code. If we introduce a less restricted facility, this
will probably no longer be true, so users will need to debug dynamically-loaded code.
> Don't build it into a DXE until you've debugged it?
IMHO, that is not a very good alternative. E.g., imagine a DLL written by someone else.
> The only potentially debuggable alternative I saw was to build on the
> XCOFF support for windows PE type DLLs
Why do we need special support for that? Can't we use one of the GDB tricks, whereby it
sets a breakpoint in dlopen and waits until the library is actually loaded?
- Raw text -