From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sanjeev Kumar.S" Newsgroups: gmane.emacs.help Subject: kgdb in emacs Date: Sat, 26 Jan 2008 23:17:45 -0800 (PST) Message-ID: <863920.83800.qm@web57705.mail.re3.yahoo.com> References: <87ir1fn6iv.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2135387041==" X-Trace: ger.gmane.org 1201418298 14395 80.91.229.12 (27 Jan 2008 07:18:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jan 2008 07:18:18 +0000 (UTC) To: Tim X , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 27 08:18:38 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JJ1mk-0007aQ-5z for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Jan 2008 08:18:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJ1mJ-0000rb-Fw for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Jan 2008 02:18:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJ1m0-0000q1-MA for help-gnu-emacs@gnu.org; Sun, 27 Jan 2008 02:17:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJ1ly-0000po-Op for help-gnu-emacs@gnu.org; Sun, 27 Jan 2008 02:17:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJ1ly-0000pl-KB for help-gnu-emacs@gnu.org; Sun, 27 Jan 2008 02:17:46 -0500 Original-Received: from web57705.mail.re3.yahoo.com ([68.142.236.59]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JJ1ly-0007LJ-O1 for help-gnu-emacs@gnu.org; Sun, 27 Jan 2008 02:17:46 -0500 Original-Received: (qmail 84086 invoked by uid 60001); 27 Jan 2008 07:17:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=vhNyhMKc03OtUczZnMbhpOHv0NAsQySFQmnAijD7MyetWSzIo2aELk6zPOgLyKjDLQ7yCDr+KyZgxotDnS6A7Ow7Xg4/5L120WBYI2YWdSs3K53VCi6MKzk4wR1EuW77NHakgQJP85dKKoRd9mO50sGDJwaV8MYmcGKMcEpBLCk=; X-YMail-OSG: bb1.rhkVM1ltkvZit6A.Yvz2llb40sgKqOxMOobwtB.9UrWr9ujnLDZwJQp48LUHI86sa.UhHJb6J24GK5GiZvdlEgTWT364RWu0SsBjzNmbQ_66iwsjsbXPiJoNzvNG3jKUiuqsU6nZKEbswil2dC7.sw-- Original-Received: from [210.68.188.20] by web57705.mail.re3.yahoo.com via HTTP; Sat, 26 Jan 2008 23:17:45 PST In-Reply-To: <87ir1fn6iv.fsf@lion.rapttech.com.au> X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51002 Archived-At: --===============2135387041== Content-Type: multipart/alternative; boundary="0-967924659-1201418265=:83800" Content-Transfer-Encoding: 8bit --0-967924659-1201418265=:83800 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi, I'm trying to use kgdb in emacs on Freebsd V6.2. I'm able to use kgdb on the command line like this kgdb -r /dev/cuad0 kernel.debug. In 6.2 there is no gdb -k, only kgdb. But when I run it in emacs. M-x gdb Run gdb ( like this ) : kgdb -r /dev/cuad0 kernel.debug I get : Current directory is /dev/ kgdb: multiple core files specified. Ignored kgdb: d: No such file or directory. Debugger exited abnormally with code 1 Why is emacs even interpretting my commands. Why doesn't it just call kgdb with whatever arguments I give ? Regards, Sanjeev. --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. --0-967924659-1201418265=:83800 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi,
     I'm trying to use kgdb in emacs on Freebsd V6.2. I'm able to use kgdb
     on the command line like this
     kgdb -r /dev/cuad0 kernel.debug.
     In 6.2 there is no gdb -k, only kgdb.

     But when I run it in emacs. M-x gdb
     Run gdb ( like this ) : kgdb -r /dev/cuad0 kernel.debug
     I get :
     Current directory is /dev/
     kgdb: multiple core files specified. Ignored
     kgdb: d: No such file or directory.
     Debugger exited abnormally with code 1

     Why is emacs even interpretting my commands.
     Why doesn't it just call kgdb with whatever arguments
     I give ?

Regards,
Sanjeev.
    
    


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. --0-967924659-1201418265=:83800-- --===============2135387041== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============2135387041==--