This is the mail archive of the gdb-patches@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] Add FR-V Linux core file support


On Wed, Mar 15, 2006 at 04:40:26PM -0700, Kevin Buettner wrote:
> I ended up committing the patch below.  I believe that this is largely
> the same as the original patch.  The only difference is that I've revised
> one of the comments in solib-frv.c.

Thanks, and sorry for not getting back to you earlier.

I think that it would be logical to call solib_create_inferior_hook
before solib_add.  It might be as simple as adding a whole lot of
from_tty markers somewhere, or otherwise revising how the outputting
works in this area; the current version is a bit incoherent.

The problem associated with swapping the order is fairly ugly; I
believe that if you do that and then attach to a process you'll get
a lot of "symbols for foo are already loaded" messages.


-- 
Daniel Jacobowitz
CodeSourcery


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