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

Joerg Wunsch joerg at FreeBSD.org
Mon Nov 22 08:07:28 PST 2004


joerg       2004-11-22 16:07:28 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/kgdb kgdb.1 
  Log:
  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.
  
  Revision  Changes    Path
  1.4       +67 -0     src/gnu/usr.bin/gdb/kgdb/kgdb.1


More information about the cvs-src mailing list