From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: petteri.lapinlampi@gmail.com Newsgroups: gmane.emacs.help Subject: GDB not running in Emacs 22.2.1 Date: Thu, 21 Aug 2008 00:17:11 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7e47ab30-f216-461f-986d-104334b0fd23@z72g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1219324867 22397 80.91.229.12 (21 Aug 2008 13:21:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Aug 2008 13:21: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 Thu Aug 21 15:21:51 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 1KWA6S-0002uA-Az for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Aug 2008 15:21:28 +0200 Original-Received: from localhost ([127.0.0.1]:47115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWA5U-0007yQ-LM for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Aug 2008 09:20:28 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z72g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 6 Original-NNTP-Posting-Host: 194.9.254.241 Original-X-Trace: posting.google.com 1219303031 5578 127.0.0.1 (21 Aug 2008 07:17:11 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 21 Aug 2008 07:17:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z72g2000hsb.googlegroups.com; posting-host=194.9.254.241; posting-account=lMhtUwoAAADnzPF4HAqPlk-aJDAviECK User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fi; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:161499 X-Mailman-Approved-At: Thu, 21 Aug 2008 09:14:04 -0400 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:56845 Archived-At: I'm running emacs 22.2.1 (GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600)) on a Windows XP. When I try to run gdb in emacs (plain M-x gdb or by M-x gdb --annotate=3 executable.exe) I get an empty buffer and a message "Symbol's function definition is void: nil". If I use Cygwin and an X- terminal I can run gdb normally (version GNU gdb 6.8.0.20080328-cvs (cygwin-special)). Any ideas what might be the problem?