From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Baloff Newsgroups: gmane.emacs.help Subject: .gdbinit in emacs Date: Sat, 23 Jul 2005 19:30:30 -0700 Organization: iPrimus Customer - reports relating to abuse should be sent to abuse@iprimus.com.au Message-ID: <42e20b7f_1@news.iprimus.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122110596 23582 80.91.229.2 (23 Jul 2005 09:23:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Jul 2005 09:23:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 23 11:23:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DwGDp-0000Gr-Mm for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2005 11:23:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DwGG1-0003fs-2w for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2005 05:25:21 -0400 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help X-Original-NNTP-Posting-Host: 210.50.68.178 X-Original-NNTP-Posting-Host: 127.0.0.1 Original-Lines: 28 Original-NNTP-Posting-Host: 203.134.67.67 Original-X-Trace: 1122110338 un-2park-reader-02.sydney.pipenetworks.com.au 31017 203.134.67.67:2060 Original-X-Complaints-To: Abuse, including message IDs to abuse@pipenetworks.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.nntp.be!propagator2-sterling.newsfeeds.com!in.nntp.be!quokka.wn.com.au!token.pipenetworks.com!218.100.2.58.MISMATCH!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:132583 Original-To: help-gnu-emacs@gnu.org 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:28101 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28101 Hello my M-x gdb Run gdb (like this): gdb Exercies/ThinkingInC++/Vol1/C03/14/proj1 does not load the proj1, a *gud-proj1* window opens up with this in it Current directory is /home/sam/Exercies/ThinkingInC++/Vol1/C03/14/ GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) break main.cpp : 11 No source file named main.cpp. Make breakpoint pending on future shared library load? (y or [n]) only when I Tools>Debugger (GUD)... will it work. what is wrong? is it because I don't have a .gdbinit file and do I have to have it? thanks