From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui can't handle mutiple debugging sessions Date: Tue, 14 Sep 2004 11:19:41 +0900 (JST) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200409140219.LAA13033@etlken.m17n.org> References: <001001c49915$c144efe0$479460cb@h> <001101c499fa$f5fba540$949260cb@h> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1095128460 6785 80.91.229.6 (14 Sep 2004 02:21:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Sep 2004 02:21:00 +0000 (UTC) Cc: schwab@suse.de, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 14 04:20:39 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 1C72vv-0004ZW-00 for ; Tue, 14 Sep 2004 04:20:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C731T-0001XB-O7 for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2004 22:26:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7314-0001NS-1a for emacs-devel@gnu.org; Mon, 13 Sep 2004 22:25:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7312-0001N1-75 for emacs-devel@gnu.org; Mon, 13 Sep 2004 22:25:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7312-0001My-2a for emacs-devel@gnu.org; Mon, 13 Sep 2004 22:25:56 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C72v9-0007mj-VQ; Mon, 13 Sep 2004 22:19:52 -0400 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-6.6) with ESMTP id i8E2Jgqf032111; Tue, 14 Sep 2004 11:19:42 +0900 Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6p2/8.11.6) with ESMTP id i8E2JfU18191; Tue, 14 Sep 2004 11:19:41 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id LAA13033; Tue, 14 Sep 2004 11:19:41 +0900 (JST) Original-To: nickrob@gnu.org In-reply-to: <001101c499fa$f5fba540$949260cb@h> (message from Nick Roberts on Tue, 14 Sep 2004 13:33:33 +1200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) 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:27097 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27097 In article <001101c499fa$f5fba540$949260cb@h>, Nick Roberts writes: > gdb-ui needs feedback from a wider audience to find out which features are > important. I'm writing a C library. I also wrote several programs that use that library to test it. So, it's important for me to use a single Emacs session to run those test programs under multiple gdb sessions. In that situation, when I want to set a breakpoint in some file of the library by C-x SPC, its usually for a gdb buffer that I visited most recently. Otherwise, I'd like to type C-u C-x SPC and expect Emacs to ask me for which gdb buffer to set the break point. --- Ken'ichi HANDA handa@m17n.org