From: Keith Owens <kaos@ocs.com.au>
To: Dan Malek <dan@netx4.com>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: SGI XFS on ppc
Date: Mon, 31 Jul 2000 12:02:25 +1000 [thread overview]
Message-ID: <13459.965008945@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Sun, 30 Jul 2000 21:20:38 -0400." <3984D466.E3EAB9F0@embeddededge.com>
On Sun, 30 Jul 2000 21:20:38 -0400,
Dan Malek <dan@netx4.com> wrote:
>Keith Owens wrote:
>
>> ..... It should only be
>> included if you select kdb but kdb has not been ported to ppc. I
>> maintain modutils, kallsyms and kdb.
>
>
>Ummm...I use kgdb and xmon on ppc, at least the ones with serial
>ports. Is there yet another debugger for the kernel?
kgdb uses the remote gdb interface to debug the kernel and is very
useful provided the kernel is actually running. The problem with
remote gdb is that it needs some support from the remote kernel for
things like page I/O. If the cpu gets into a spin loop when interrupts
are disabled then you cannot access gdb to debug it. Also things like
single step do not work work when interrupts are disabled. However gdb
is very useful for debugging the higher layers of the kernel.
kdb is a really low level debugger, it can be used in interrupts and
has hooks to detects runaway spin loops and drop into the debugger. It
requires no kernel support, it accesses the I/O hardware itself. The
downside of kdb is you do not get the nice symbol printing that gdb can
do. kdb knows where all the symbols are and can convert addresses to
symbols and offsets, but it cannot do source line listing nor do pretty
prints of structures.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2000-07-31 2:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-07-31 0:33 SGI XFS on ppc Thomas Graichen
2000-07-31 0:51 ` Keith Owens
2000-07-31 1:20 ` Dan Malek
2000-07-31 2:02 ` Keith Owens [this message]
2000-07-31 2:10 ` Dan Malek
2000-07-31 11:59 ` Geert Uytterhoeven
2000-07-31 16:29 ` Steve Lord
-- strict thread matches above, loose matches on Subject: below --
2000-07-31 6:17 Thomas Graichen
[not found] <news2mail-8m35cd$3nu$2@mate.bln.innominate.de>
2000-07-31 6:34 ` Keith Owens
2000-07-31 6:48 ` Thomas Graichen
2000-07-31 8:02 ` Michel Dänzer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=13459.965008945@ocs3.ocs-net \
--to=kaos@ocs.com.au \
--cc=dan@netx4.com \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).