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 Mon, Feb 20, 2006 at 12:52:15PM -0700, Kevin Buettner wrote:
> The gregset struct does not include the loadmap addresses.  I considered
> adding them but decided against it because they'd be the same for all of
> the threads.  There's no point in bulking up the gregset for an address
> which is only really needed for shared library initialization.

Make sure GDB doesn't try to scribble a loadmap address into a gregset
when requested by libthread_db, then, if anyone tries to unify this
with the fill_gregset used by linux-thread-db.c :-)

-- 
Daniel Jacobowitz
CodeSourcery


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