From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: belnac Newsgroups: gmane.emacs.help Subject: gdb in emacs Date: Mon, 8 Mar 2010 13:37:16 -0800 (PST) Message-ID: <27828012.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15598_33193880.1268084236548" X-Trace: dough.gmane.org 1268201287 12912 80.91.229.12 (10 Mar 2010 06:08:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2010 06:08:07 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 10 07:08:04 2010 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.69) (envelope-from ) id 1NpF5P-0006hc-LV for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Mar 2010 07:08:03 +0100 Original-Received: from localhost ([127.0.0.1]:40021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpF5P-0005kC-6m for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Mar 2010 01:08:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nokdc-0002bq-DS for help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 16:37:20 -0500 Original-Received: from [140.186.70.92] (port=47855 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nokda-0002bi-6I for Help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 16:37:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NokdZ-0000eS-AN for Help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 16:37:18 -0500 Original-Received: from kuber.nabble.com ([216.139.236.158]:34847) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NokdZ-0000eN-4q for Help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 16:37:17 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NokdY-0006Dv-Hv for Help-gnu-emacs@gnu.org; Mon, 08 Mar 2010 13:37:16 -0800 X-Nabble-From: belnac1@gmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Wed, 10 Mar 2010 01:06:41 -0500 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:72390 ------=_Part_15598_33193880.1268084236548 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I have compiled a very simple C++ test program by issuing the command g++ -g test.cpp -o test.so I then issued another command to get gdb up and running Run gdb (like this): gdb test.so The binary loads up just fine but I'm unable to run the program. Tried executing Run from the Gud menu and I get an error message: Symbol's function definition is void: gud-go I am also unable to run any commands from within gdb's frame -- after (gdb). I can type them but nothing really happens (like r to run.) What am I doing wrong? I am using emacs 23 on Ubuntu 9.1. Thanks! -- View this message in context: http://old.nabble.com/gdb-in-emacs-tp27828012p27828012.html Sent from the Emacs - Help mailing list archive at Nabble.com. ------=_Part_15598_33193880.1268084236548 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I have compiled a very simple C++ test program by issuing the command
g++ -g test.cpp -o test.so
I then issued another command to get gdb up and running
Run gdb (like this): gdb test.so
The binary loads up just fine but I'm unable to run the program. Tried executing Run from the Gud menu and I get an error message:
Symbol's function definition is void: gud-go
I am also unable to run any commands from within gdb's frame -- after (gdb). I can type them but nothing really happens (like r to run.) What am I doing wrong? I am using emacs 23 on Ubuntu 9.1. Thanks!

View this message in context: gdb in emacs
Sent from the Emacs - Help mailing list archive at Nabble.com.
------=_Part_15598_33193880.1268084236548--