From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shiyuan Newsgroups: gmane.emacs.help Subject: GDB in Emacs on MacOS 10.8 Date: Mon, 15 Oct 2012 16:23:56 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb1f468ae212204cc1fa760 X-Trace: ger.gmane.org 1350336254 21175 80.91.229.3 (15 Oct 2012 21:24:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2012 21:24:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 15 23:24:20 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1TNs8x-0006mw-NP for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Oct 2012 23:24:11 +0200 Original-Received: from localhost ([::1]:60114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNs8q-0002xQ-RC for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Oct 2012 17:24:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNs8k-0002xD-RY for help-gnu-emacs@gnu.org; Mon, 15 Oct 2012 17:23:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNs8i-0000B8-Nv for help-gnu-emacs@gnu.org; Mon, 15 Oct 2012 17:23:58 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:56918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNs8i-0000Ay-Iq for help-gnu-emacs@gnu.org; Mon, 15 Oct 2012 17:23:56 -0400 Original-Received: by mail-ob0-f169.google.com with SMTP id va7so6412561obc.0 for ; Mon, 15 Oct 2012 14:23:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mJkPTH1f6CDoC9kPsWxjc8cgqxbQABfBLQG+VoRZ1fg=; b=cKSGXPvC7HuR6SEwgDkmtd8PRtt0tof3ZngdXLtohOZt7417+wNrvbCR0gUK4BKx+k JjBnrm4QzNpCUywETV8vhZ4wZsYoRnp8lte5AnLAdTqS1hubTQb15mJiKZ1HDeaY22cb vDOWvcBeMEhwpwWnfPbY++mQvkzUmmYbcsqMili6tS5tQe9cyGL8Yo818zDXMqgpr59q AC0E/spLDfk9VzidGnqTFDbL0fJqaqzOgEj368iaAeiU9qc6U2Sv+/9XXCzV2YO1xijy WgztH6WczhcRa/ONq9EtDKN1irzkG5tv2TwydNfA6gEGk6vciBUHg4KzViYNEqAwUtt0 H0iQ== Original-Received: by 10.60.14.165 with SMTP id q5mr11055236oec.28.1350336236101; Mon, 15 Oct 2012 14:23:56 -0700 (PDT) Original-Received: by 10.182.26.110 with HTTP; Mon, 15 Oct 2012 14:23:56 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87275 Archived-At: --e89a8fb1f468ae212204cc1fa760 Content-Type: text/plain; charset=ISO-8859-1 Hi all, GDB 7.5 under Emacs 24.2 on MacOS 10.8 is not working. When I involve GDB by M-x gdb, the -i=mi is added by defined. The GDB prompt is a very long and strange-looking string: like "time={wallclock=..., user=..., system=..., strat=..., end=...}", when I type run on GDB buffer (even for helloworld.c), the program is not running. What might be the problem? Thanks. --e89a8fb1f468ae212204cc1fa760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all,=A0
GDB 7.5 under Emacs 24.2 on MacOS 10.8 is not wor= king. =A0
When I involve GDB by M-x gdb, the -i=3Dmi is added by = defined.=A0
The GDB prompt is=A0a very long and strange-looking = =A0string: like=A0
"time=3D{wallclock=3D...,=A0user=3D..., system=3D..., strat=3D...= , end=3D...}",=A0
when I type run on GDB buffer (even for=A0= helloworld.c),=A0
the program is not running. What might be the p= roblem?

Thanks.=A0
--e89a8fb1f468ae212204cc1fa760--