Subject: Fwd: NetBSD toolchain(fwd)
To: None <tech-toolchain@netbsd.org>
From: jp kn <jayaprakashkn@gmail.com>
List: tech-toolchain
Date: 01/27/2006 08:47:29
---------- Forwarded message ----------
From: matthew green <mrg@eterna.com.au>
Date: Jan 26, 2006 10:07 PM
Subject: re: NetBSD toolchain
To: jp kn <jayaprakashkn@gmail.com>



  hi........
      which are good debuggers used in NetBSD kernel debugging.....? Is
  all gdb options available in NetBSD..?
  I read about kgdb is it available on netbsd..? can i use ipkgdb for
  this purpose..?As i am doing netbsd porting how can i debugg processor
  faults..?


ipkdb seems to have bitrotted.  it probably needs some work to
be useful.  kgdb might be your best choice, if you have a serial
port.  it usually requires the least amount of debugger code
written for that platform.  there's also the builtin kernel
debugger ddb(4).

i've never written debugger support for a new machine so i
don't reall know much more than the above...


.mrg.