From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: gdbui hang Date: Mon, 10 May 2004 18:30:53 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16543.48205.566122.924505@nick.uklinux.net> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084212236 21394 80.91.224.253 (10 May 2004 18:03:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 May 2004 18:03:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 10 20:03:49 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNF81-0003Ee-00 for ; Mon, 10 May 2004 20:03:49 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNF81-0007JP-00 for ; Mon, 10 May 2004 20:03:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNF7T-0005x0-Iw for emacs-devel@quimby.gnus.org; Mon, 10 May 2004 14:03:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BNEod-0000ys-Cw for emacs-devel@gnu.org; Mon, 10 May 2004 13:43:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNEmZ-0000Jv-3l for emacs-devel@gnu.org; Mon, 10 May 2004 13:42:11 -0400 Original-Received: from [194.247.50.175] (helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNEmX-0000Hi-Ms; Mon, 10 May 2004 13:41:38 -0400 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 2F6BB75FDE; Mon, 10 May 2004 18:30:54 +0100 (BST) Original-To: Miles Bader In-Reply-To: X-Mailer: VM 6.97 under Emacs 21.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23055 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23055 > Sometimes (well, actually fairly often) the new fancy gdb mode hangs in > a way that can't be interrupted, e.g.: > > ... > Program exited normally. > (gdb) break poc_startup > Function "poc_startup" not defined. > Make breakpoint pending on future shared library load? (y or [n]) n > > C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c Pending breakpoints are a new feature of GDB 6.1. I can see that the output annotation (nquery) for this is different to earlier ones (query). I'll install a fix in gdb-ui.el and and ask GDB developers whether this annotation is a feature or a bug. Nick