From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui can't handle mutiple debugging sessions Date: Thu, 16 Sep 2004 09:58:04 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095343136 25446 80.91.229.6 (16 Sep 2004 13:58:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Sep 2004 13:58:56 +0000 (UTC) Cc: Nick Roberts , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 16 15:58:42 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7wmY-0007hR-00 for ; Thu, 16 Sep 2004 15:58:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7wsE-0004Ik-5h for ged-emacs-devel@m.gmane.org; Thu, 16 Sep 2004 10:04:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7ws6-0004Id-64 for emacs-devel@gnu.org; Thu, 16 Sep 2004 10:04:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7ws4-0004IN-JN for emacs-devel@gnu.org; Thu, 16 Sep 2004 10:04:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7ws4-0004IC-GU for emacs-devel@gnu.org; Thu, 16 Sep 2004 10:04:24 -0400 Original-Received: from [206.47.199.141] (helo=simmts12-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7wlx-0004WU-WA; Thu, 16 Sep 2004 09:58:06 -0400 Original-Received: from empanada.home ([70.48.82.84]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040916135659.YCGK1580.simmts12-srv.bellnexxia.net@empanada.home>; Thu, 16 Sep 2004 09:56:59 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 9A1252E85DB; Thu, 16 Sep 2004 09:58:05 -0400 (EDT) Original-To: "Zoltan Kemenczy" In-Reply-To: (Zoltan Kemenczy's message of "Wed, 15 Sep 2004 20:05:48 -0400") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27165 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27165 > What kind of problems should I be looking for? I am not using gdb-ui in > any way during the above. You don't have to look for anything in particular, I was just asking what was your experience. IIRC there are still known problems with shortcuts like C-c C-n and C-x SPC and such (i.e. same thing if you use the menubar to activate such GUD commands) which will send gdb-format commands (even to a jdb subprocess) after you did M-x gdb. > My original email was just to point out a need for supporting multiple gud > session within Emacs... Which I think we all agree on. Stefan