Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* How many kernel debugger in the world?
@ 2001-06-15  0:50 kerler
       [not found] ` <mailpost.992591457.11289@postal.sibyte.com>
  2001-06-15 12:54 ` Michael Meissner
  0 siblings, 2 replies; 5+ messages in thread
From: kerler @ 2001-06-15  0:50 UTC (permalink / raw)
  To: gdb

Hello,

I know some kernel debuggers:

kgdb/kdb/xmon for Linux
kdb  for AIX
mdb for SunOS
kadb for SunOS
kdbx for Digital UNIX 
WinDbg for NT

Is there any other kernel debugger?

Any reply please cc: kerler@mailandnews.com
Wish reply very much.

thanks,
kerler




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

* Re: How many kernel debugger in the world?
       [not found] ` <mailpost.992591457.11289@postal.sibyte.com>
@ 2001-06-15 10:45   ` cgd
  0 siblings, 0 replies; 5+ messages in thread
From: cgd @ 2001-06-15 10:45 UTC (permalink / raw)
  To: kerler; +Cc: gdb

kerler@mailandnews.com (kerler) writes:
> Is there any other kernel debugger?

ddb for Mach (I believe it was a kernel debugger there).

ddb for *BSD variants (NetBSD, and I assume others).

gdb / kgdb work for many of the BSD variants as well.



cgd


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

* Re: How many kernel debugger in the world?
  2001-06-15  0:50 How many kernel debugger in the world? kerler
       [not found] ` <mailpost.992591457.11289@postal.sibyte.com>
@ 2001-06-15 12:54 ` Michael Meissner
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Meissner @ 2001-06-15 12:54 UTC (permalink / raw)
  To: kerler; +Cc: gdb

On Fri, Jun 15, 2001 at 03:50:13PM +0800, kerler wrote:
> Hello,
> 
> I know some kernel debuggers:
> 
> kgdb/kdb/xmon for Linux
> kdb  for AIX
> mdb for SunOS
> kadb for SunOS
> kdbx for Digital UNIX 
> WinDbg for NT
> 
> Is there any other kernel debugger?

Oh, I'm sure there are lots.  Some are gdb varients, some not.  For example, do
you consider ROM monitors used in many embedded eval boards?  There are many of
these.  For example, I've think I've run into 4 or 5 different 'bug'
implementations in the Motorola world (both 68k and powerpc).  When I worked at
Data General, 10 years ago, I recall that there were something like 5 different
inhouse debuggers in the mainline OS, at least one of which they had lost the
sources to years before.

-- 
Michael Meissner, Red Hat, Inc.  (GCC group)
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482


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

* Re: How many kernel debugger in the world?
       [not found] <H00004920ad58dde@MHS>
@ 2001-06-15  2:23 ` Christophe PLANAT
  0 siblings, 0 replies; 5+ messages in thread
From: Christophe PLANAT @ 2001-06-15  2:23 UTC (permalink / raw)
  To: kerler; +Cc: gdb

kerler@mailandnews.com wrote:

> Hello,
>
> I know some kernel debuggers:
>
> kgdb/kdb/xmon for Linux
> kdb  for AIX
> mdb for SunOS
> kadb for SunOS
> kdbx for Digital UNIX
> WinDbg for NT
>
> Is there any other kernel debugger?
>
> Any reply please cc: kerler@mailandnews.com
> Wish reply very much.
>
> thanks,
> kerler

Others existing :

 - gdb for RTEMS (RTEMS is an Open Source Real-Time Operating System) :
just have a look on web site  : http://world.std.com/~qqi under
 - pgdb (thread aware) : not well documented
 - smartGDB : multi-threaded and scriptable : current usage ?
 - gdb-tdi : thread aware for POSIX thread implementation
 - gdb for ECOS : open source debugger

I'm also interested to discuss about embedded RTOS implementation in GDB
(HowTo) concerning non-standard processor (API, libraries, user features
...)

    Christophe

--
----------------------------------------------------------------------
| Christophe PLANAT                 | Embedded Systems Technology    |
| Email : Christophe.Planat@st.com  | STMicroelectronics             |
| Phone : +33 04 76 92 68 82        | 850, rue Jean-Monnet           |
| Fax   : +33 04 76 92 50 94        | BP 16 - 38921 Crolles - France |
----------------------------------------------------------------------




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

* Re: How many kernel debugger in the world?
@ 2001-06-15  1:54 Stephane Carrez
  0 siblings, 0 replies; 5+ messages in thread
From: Stephane Carrez @ 2001-06-15  1:54 UTC (permalink / raw)
  To: kerler; +Cc: gdb

>Hi!

>
>I know some kernel debuggers:
>
>kgdb/kdb/xmon for Linux
>kdb  for AIX
>mdb for SunOS
>kadb for SunOS
>kdbx for Digital UNIX 
>WinDbg for NT
>
>Is there any other kernel debugger?
>
>Any reply please cc: kerler@mailandnews.com
>Wish reply very much.
>
>thanks,
>kerler

You can add:

Gdb for ChorusOS.

	Stephane

-	-	-	-	-	-	-	-	-	-
Stephane |Sun Microsystems			|
 Carrez	 |Network Service Provider Division	| http://www.sun.com
	 |6 avenue Gustave Eiffel		|
	 |F-78182, St-Quentin-en-Yvelines-Cedex |

email: Stephane.Carrez@France.Sun.COM



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

end of thread, other threads:[~2001-06-15 12:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-15  0:50 How many kernel debugger in the world? kerler
     [not found] ` <mailpost.992591457.11289@postal.sibyte.com>
2001-06-15 10:45   ` cgd
2001-06-15 12:54 ` Michael Meissner
2001-06-15  1:54 Stephane Carrez
     [not found] <H00004920ad58dde@MHS>
2001-06-15  2:23 ` Christophe PLANAT

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