This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFA] Linux: move solib code from native to target module.
- To: gdb-patches at sourceware dot cygnus dot com
- Subject: Re: [RFA] Linux: move solib code from native to target module.
- From: Chris Faylor <cgf at cygnus dot com>
- Date: Tue, 26 Sep 2000 18:01:15 -0400
- References: <39AC3CFD.F81@redhat.com> <200008292259.e7TMxDA00839@delius.kettenis.local> <39D1163B.FEE567E9@cygnus.com>
On Tue, Sep 26, 2000 at 05:33:47PM -0400, Andrew Cagney wrote:
>Mark Kettenis wrote:
>>
>> Date: Tue, 29 Aug 2000 15:45:17 -0700
>> From: Michael Snyder <msnyder@redhat.com>
>>
>> This change enables me to build a cross-debugger with
>> i386 linux as the target.
>>
>> I have no real objection, although I don't think it really
>> accomplishes anything since shared libraries aren't supported for
>> cross-debuggers. That's probably why I did put some question marks in
>> the comment and didn't do it myself.
>
>BTW, From memory, the WinCE code supports some form of shared library.
I didn't really support shared libraries in WinCE. I report their existence
as they are loaded but it's not possible to debug them currently.
cgf