cvs commit: src/gnu/usr.bin/gdb/kgdb kgdb.1 main.c

Marcel Moolenaar marcel at FreeBSD.org
Sat Aug 14 19:39:21 PDT 2004


marcel      2004-08-15 02:39:20 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/kgdb kgdb.1 main.c 
  Log:
  Improve the usage. Without any arguments, kgdb(1) works on /dev/mem
  with the currently running kernel image. Otherwise, one of -c, -n or
  -r is expected for working on a particular core file (-c), working
  on a saved dump (-n) or working remotely (-r). When working on a
  saved dump, a kernel may be omitted.
  For a remote debugging session (-r), kgdb(1) will use the specified
  device.
  
  Revision  Changes    Path
  1.2       +1 -1      src/gnu/usr.bin/gdb/kgdb/kgdb.1
  1.2       +125 -48   src/gnu/usr.bin/gdb/kgdb/main.c


More information about the cvs-all mailing list