From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.windows,gmane.emacs.help Subject: Re: Emacs gdb interface Date: Wed, 21 Mar 2012 13:11:02 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1332331878 12208 80.91.229.3 (21 Mar 2012 12:11:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2012 12:11:18 +0000 (UTC) Cc: help-emacs-windows@gnu.org, help-gnu-emacs@gnu.org To: Sergei Organov Original-X-From: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Wed Mar 21 13:11:16 2012 Return-path: Envelope-to: gnu-help-emacs-windows@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SAKNm-0000Iq-DA for gnu-help-emacs-windows@m.gmane.org; Wed, 21 Mar 2012 13:11:14 +0100 Original-Received: from localhost ([::1]:52833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAKNj-0008Cv-GA for gnu-help-emacs-windows@m.gmane.org; Wed, 21 Mar 2012 08:11:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAKNe-0008CC-NE for help-emacs-windows@gnu.org; Wed, 21 Mar 2012 08:11:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAKNc-00034y-VP for help-emacs-windows@gnu.org; Wed, 21 Mar 2012 08:11:06 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:35927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAKNc-00034j-Ly; Wed, 21 Mar 2012 08:11:04 -0400 Original-Received: by yhr47 with SMTP id 47so982407yhr.0 for ; Wed, 21 Mar 2012 05:11:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=X6beGQpFYoRx+mp3gUaJsx0UUHhZjOCEGRPrxmxVklg=; b=yDENRdRIcyvjLLi5gHiHGnlmZXMuE3//EGJmf3t3bGqObaNAGzL+9kRox0hFmMMWeA pqhScY8g7JV00jsPmRhZHBStxx3QP4ALN7LCA0BfcPH1YfxjQzoRCe1lFJUKezHfNU88 wWe0ieiF9GuLMS+Gdz9iAgQf/WD7ZEGSOnS5G2z4bDmoeNXfC8oOgriKN1VTFbMQWOjx ipnkaEYB60eiyoWwlpgAWy7/3ziFWLtvmVSmBDV1tkaNFJgnVsQEK5S2hJROFV/shOPp 5MDV0H5OdCqpU6WvCxha6KvWa74wYdN5XromCLJIrnXImEnofi7rltTaQgF3A/BuPP/c fdCg== Original-Received: by 10.60.13.37 with SMTP id e5mr4303067oec.70.1332331862241; Wed, 21 Mar 2012 05:11:02 -0700 (PDT) Original-Received: by 10.60.42.193 with HTTP; Wed, 21 Mar 2012 05:11:02 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.41 X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion forum for users of the GNU Emacs port to Windows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Original-Sender: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.windows:5318 gmane.emacs.help:84067 Archived-At: > Did you try to run it under bare gdb (without Emacs)? If the problem > remains, it's gdb issue rather than Emacs one. Good question. I've just debugged the program directly under gdb (invoked from a cmd.exe console) and everything looks fine (I see the "hello, world" message). I'm beginning to consider sending an bug report. Thanks. -- Dani Moncayo