Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2004 16:08:19 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/gdb/kgdb main.c
Message-ID:  <200411221608.iAMG8JRl050822@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2004-11-22 16:08:19 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/kgdb main.c 
  Log:
  [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.
  
  Revision  Changes    Path
  1.4       +5 -2      src/gnu/usr.bin/gdb/kgdb/main.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411221608.iAMG8JRl050822>