From owner-cvs-all@FreeBSD.ORG Mon Nov 22 16:08:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D88DD16A4CE; Mon, 22 Nov 2004 16:08:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF22543D64; Mon, 22 Nov 2004 16:08:19 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAMG8JQQ050823; Mon, 22 Nov 2004 16:08:19 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAMG8JRl050822; Mon, 22 Nov 2004 16:08:19 GMT (envelope-from joerg) Message-Id: <200411221608.iAMG8JRl050822@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 22 Nov 2004 16:08:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 16:08:20 -0000 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