* xmon and System.map
@ 2003-04-06 23:20 Ira Weiny
2003-04-07 17:36 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Ira Weiny @ 2003-04-06 23:20 UTC (permalink / raw)
To: linuxppc
I have been trying to use xmon to help debug some things and I have not been
able to get the System.map to show up?
Here is the line I thought would load it...
sysmap=/boot/System.map
There is only one root partition but the System.map is a soft link. Any
thoughts?
Thanks,
Ira Weiny
iweiny@acm.org
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: xmon and System.map
2003-04-06 23:20 xmon and System.map Ira Weiny
@ 2003-04-07 17:36 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2003-04-07 17:36 UTC (permalink / raw)
To: Ira Weiny; +Cc: linuxppc
On Sun, Apr 06, 2003 at 04:20:43PM -0700, Ira Weiny wrote:
> I have been trying to use xmon to help debug some things and I have not been
> able to get the System.map to show up?
>
> Here is the line I thought would load it...
>
> sysmap=/boot/System.map
>
> There is only one root partition but the System.map is a soft link. Any
> thoughts?
This is on a pmac / yaboot then? Perhaps it's not happy about the
symlink ('tho I wouldn't know why..) and the following may work:
image=/boot/vmlinux-xmon
label=xmon
sysmap=/boot/System.map-xmon
With values changed to taste :)
Or, if you do a 'make zImage' and boot the vmlinuz.elf-pmac (or so) from
OF, it should just work.
--
Tom Rini
http://gate.crashing.org/~trini/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-04-07 17:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-06 23:20 xmon and System.map Ira Weiny
2003-04-07 17:36 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).