From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cplum984@gmail.com Newsgroups: gmane.emacs.help Subject: gdb not working in emacs Date: Mon, 12 Jan 2015 20:05:00 -0800 (PST) Message-ID: <037ba154-c872-4f70-8f6c-2a5b203dde30@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1421122077 30271 80.91.229.3 (13 Jan 2015 04:07:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2015 04:07:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 13 05:07:52 2015 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 1YAslk-0002Ho-CZ for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2015 05:07:52 +0100 Original-Received: from localhost ([::1]:37308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAslj-0001v6-4O for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Jan 2015 23:07:51 -0500 X-Received: by 10.224.136.66 with SMTP id q2mr25781909qat.5.1421121900461; Mon, 12 Jan 2015 20:05:00 -0800 (PST) X-Received: by 10.182.73.170 with SMTP id m10mr3202obv.27.1421121900209; Mon, 12 Jan 2015 20:05:00 -0800 (PST) Original-Path: usenet.stanford.edu!v8no603307qal.1!news-out.google.com!h6ni4556igv.0!nntp.google.com!h15no4246867igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=148.87.19.206; posting-account=7FlF8AoAAAAqyjb-_1DQpw7ixeu-h6O2 Original-NNTP-Posting-Host: 148.87.19.206 User-Agent: G2/1.0 Injection-Date: Tue, 13 Jan 2015 04:05:00 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:209760 X-Mailman-Approved-At: Mon, 12 Jan 2015 23:07:36 -0500 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:102038 Archived-At: I've been using gdb within xemacs for 17 years without issues. Switch over = to emacs and it just hangs. I do the usual "M-x gdb", get prompted for the = app to debug, press return, and the gdb buffer pops right up. I get the nor= mal gdb preamble and then the "(gdb)" prompt. Up until this point everythin= g is just like with xeamcs. However, anything I type just hangs. Even "help= ". C-c C-c gets me out of it. This is on the same machine I use xemacs+gdb = on. Any ideas/suggestions? Chris