Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* mapping addresses
@ 2002-08-19  7:53 John S. Yates, Jr.
  2002-08-19 13:22 ` Andrew Cagney
  0 siblings, 1 reply; 4+ messages in thread
From: John S. Yates, Jr. @ 2002-08-19  7:53 UTC (permalink / raw)
  To: gdb

Looking for advice / guidance:

We are doing a home-grown embedded kernel which
runs with the MMU turned-on.  The twist in this
design is that address maps are true first class
objects that have an existence independent of
any tasks.  A task may have no current map (only
shared regions guaranteed accessible) or it may
explicitly attach to a map.  And of course it is
fully meaningful for a map to exist even though
no tasks are currently attached to it.

For debugging I would like the following:

(1) an address expression syntax that denotes
    dereferencing relative to given map tag

(2) a means of establishing a default map tag
    for those cases where no map tag is given

Is there enough support in GDB for x86 segment
addressing to provide a starting point for (1)?
How generalizable is it?  [Currently using the
PowerPC though in future anything is possible.]

Is current support for switching amount thread
a reasonable starting point for (2)?

tia,

/john


--
John S. Yates, Jr.   508 665-6897 (voice)
Netezza Inc          508 665-6811 (fax)
200 Crossing Blvd.   Framingham, MA 01701


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-08-28  3:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-19  7:53 mapping addresses John S. Yates, Jr.
2002-08-19 13:22 ` Andrew Cagney
2002-08-22  9:33   ` John S. Yates, Jr.
2002-08-27 20:08     ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox