freebsd-skq/gnu/usr.bin/gdb/kgdb
joerg 48004ebd9c [Sorry, forgot to commit my source changes in my previous commit.]
Document all options and general usage.

Implement the -a option to bump the annotation_level.  This improves
the Emacs gud behaviour.  You can now supply the following function

(defun gud-gdb-massage-args (file args) (cons "-a" args))

(e.g. by evaluating it from the *scratch* buffer) and get the normal
jump to the source window when browsing the stack.

We should probably eventually supply our own kgdb submode to gud.el.
2004-11-22 16:08:19 +00:00
..
kgdb.1 Document all options and general usage. 2004-11-22 16:07:28 +00:00
kgdb.h
kthr.c
main.c [Sorry, forgot to commit my source changes in my previous commit.] 2004-11-22 16:08:19 +00:00
Makefile
trgt_alpha.c
trgt_amd64.c
trgt_i386.c
trgt_ia64.c
trgt_sparc64.c
trgt.c