From unknown Wed Sep 10 22:20:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10285: 23.3; Gud hangs terminal when not running gdb --annotate=3 Resent-From: Phillip Susi Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 12 Dec 2011 21:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10285 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10285@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.132372394814676 (code B ref -1); Mon, 12 Dec 2011 21:06:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Dec 2011 21:05:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RaD4F-0003oe-M8 for submit@debbugs.gnu.org; Mon, 12 Dec 2011 16:05:48 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RaD4D-0003oY-VL for submit@debbugs.gnu.org; Mon, 12 Dec 2011 16:05:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaD31-00032T-1r for submit@debbugs.gnu.org; Mon, 12 Dec 2011 16:04:31 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:53802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaD31-00032P-0K for submit@debbugs.gnu.org; Mon, 12 Dec 2011 16:04:31 -0500 Received: from eggs.gnu.org ([140.186.70.92]:40246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaD30-0004g8-1U for bug-gnu-emacs@gnu.org; Mon, 12 Dec 2011 16:04:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaD2x-00031i-SL for bug-gnu-emacs@gnu.org; Mon, 12 Dec 2011 16:04:29 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:23103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaD2x-00030l-Oh for bug-gnu-emacs@gnu.org; Mon, 12 Dec 2011 16:04:27 -0500 X-Authority-Analysis: v=2.0 cv=RPYx7ve+ c=1 sm=0 a=/DbS/tiKggfTkRRHPZEB4g==:17 a=zQGhUK9Iw4MA:10 a=2fwZcE-CYnQA:10 a=8nJEP1OIZ-IA:10 a=6IiBOVykQrQKd4HTg9YA:9 a=wPNLvfGTeEIA:10 a=/DbS/tiKggfTkRRHPZEB4g==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.78.168.186 Received: from [67.78.168.186] ([67.78.168.186:55729] helo=[10.1.1.230]) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 4B/68-15357-85C66EE4; Mon, 12 Dec 2011 21:04:24 +0000 Message-ID: <4EE66C58.6000303@cfl.rr.com> Date: Mon, 12 Dec 2011 16:04:24 -0500 From: Phillip Susi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.0 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) Ever since upgrading to emacs23 I have been unable to run gdb with sudo under emacs gud mode ( it never gets my password ). I have recently studied the issue in depth and found that the problem is more broad than sudo. When starting gud mode with M-x gdb, it prompts you for what to run, and if you don't run gdb --annotate=3, then gud mode hangs and nothing you type is sent to the inferior process. It seems --annotate=3 generates some magic output that gud mode is waiting on and until it sees it, will not forward anything you type to the inferior process. From unknown Wed Sep 10 22:20:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10285: 23.3; Gud hangs terminal when not running gdb --annotate=3 Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 12 Dec 2011 21:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10285 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Phillip Susi Cc: 10285@debbugs.gnu.org Received: via spool by 10285-submit@debbugs.gnu.org id=B10285.132372611917990 (code B ref 10285); Mon, 12 Dec 2011 21:42:02 +0000 Received: (at 10285) by debbugs.gnu.org; 12 Dec 2011 21:41:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RaDdG-0004g5-Lu for submit@debbugs.gnu.org; Mon, 12 Dec 2011 16:41:59 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.183]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RaDdD-0004fx-Jq for 10285@debbugs.gnu.org; Mon, 12 Dec 2011 16:41:56 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAKNz5k5FxLI7/2dsb2JhbABDqwaBBoFyAQEEAVYjBQsLDiIEEhQYDSSIG7U+iFWDGASIMZo0hFE X-IronPort-AV: E=Sophos;i="4.71,341,1320642000"; d="scan'208";a="152022081" Received: from 69-196-178-59.dsl.teksavvy.com (HELO ceviche.home) ([69.196.178.59]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 12 Dec 2011 16:40:40 -0500 Received: by ceviche.home (Postfix, from userid 20848) id 0D2DB660D4; Mon, 12 Dec 2011 16:40:40 -0500 (EST) From: Stefan Monnier Message-ID: References: <4EE66C58.6000303@cfl.rr.com> Date: Mon, 12 Dec 2011 16:40:39 -0500 In-Reply-To: <4EE66C58.6000303@cfl.rr.com> (Phillip Susi's message of "Mon, 12 Dec 2011 16:04:24 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > Ever since upgrading to emacs23 I have been unable to run gdb with sudo > under emacs gud mode ( it never gets my password ). I have recently studied > the issue in depth and found that the problem is more broad than sudo. > When starting gud mode with M-x gdb, it prompts you for what to run, and if > you don't run gdb --annotate=3, then gud mode hangs and nothing you type is > sent to the inferior process. It seems --annotate=3 generates some magic > output that gud mode is waiting on and until it sees it, will not forward > anything you type to the inferior process. Indeed. This has more or less always been the case to some extent, but the gdb-ui code in Emacs-23 made it worse. Emacs-24 replaced that code with gdb-mi (which uses --ui=mi instead of --annotate=3) which suffers from the same problem, but we've added a check that signals an error to the user pointing out the source of the problem, instead of just hanging silently. Could you check the Emacs-24 pretest to see if it addresses the problem? Presumably now that you know you need to add the magic argument, you are able to fix the command to make your gdb+sudo case work, right? Stefan From unknown Wed Sep 10 22:20:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10285: 23.3; Gud hangs terminal when not running gdb --annotate=3 Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Dec 2011 14:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10285 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Phillip Susi Cc: 10285@debbugs.gnu.org Received: via spool by 10285-submit@debbugs.gnu.org id=B10285.132378617114745 (code B ref 10285); Tue, 13 Dec 2011 14:23:02 +0000 Received: (at 10285) by debbugs.gnu.org; 13 Dec 2011 14:22:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RaTFr-0003pj-HV for submit@debbugs.gnu.org; Tue, 13 Dec 2011 09:22:51 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.183]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RaTFp-0003pX-K5; Tue, 13 Dec 2011 09:22:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAEBe505FxLI7/2dsb2JhbABEqyGBBoFyAQEEAVYeBRALDiIEEhQYDSSIDwi1dIhQgxgEiDCaOIRQ X-IronPort-AV: E=Sophos;i="4.71,345,1320642000"; d="scan'208";a="152091327" Received: from 69-196-178-59.dsl.teksavvy.com (HELO ceviche.home) ([69.196.178.59]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 13 Dec 2011 09:21:30 -0500 Received: by ceviche.home (Postfix, from userid 20848) id C54A46619A; Tue, 13 Dec 2011 09:21:29 -0500 (EST) From: Stefan Monnier Message-ID: References: <4EE66C58.6000303@cfl.rr.com> <4EE676D1.5030508@cfl.rr.com> Date: Tue, 13 Dec 2011 09:21:29 -0500 In-Reply-To: <4EE676D1.5030508@cfl.rr.com> (Phillip Susi's message of "Mon, 12 Dec 2011 16:49:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) retitle 10285 gdb-mi should accept some process I/O before GDB actually starts found 10285 24.1 thanks >> Could you check the Emacs-24 pretest to see if it addresses the problem? > Where can I find that? I don't see it on the main web site. Since it's a pretest it's not advertised there. You can find it at http://alpha.gnu.org/gnu/emacs/pretest/ >> Presumably now that you know you need to add the magic argument, you are >> able to fix the command to make your gdb+sudo case work, right? > No, because sudo runs before gdb and prompts for your password, which > it never gets, so gdb never runs and spits out whatever Emacs is > waiting to see. Ah, and indeed the code in the pretest won't help. We need further changes to gdb-mi.el to accommodate your use case, but those changes would be too intrusive to add at this stage, so it'll have to wait for after 24.1. In the mean time, I suggest you use M-x gud-gdb RET which uses the old (Emacs-22) simpler GUD interaction and just requires a "--fullname" argument (and whose absence won't be as problematic, tho it'll prevent Emacs from jumping to the source code for you). Stefan From unknown Wed Sep 10 22:20:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10285: gdb-mi should accept some process I/O before GDB actually starts Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 16 Jul 2021 13:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10285 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: 10285@debbugs.gnu.org, Phillip Susi Received: via spool by 10285-submit@debbugs.gnu.org id=B10285.16264406701708 (code B ref 10285); Fri, 16 Jul 2021 13:05:02 +0000 Received: (at 10285) by debbugs.gnu.org; 16 Jul 2021 13:04:30 +0000 Received: from localhost ([127.0.0.1]:50870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4NW1-0000RU-V4 for submit@debbugs.gnu.org; Fri, 16 Jul 2021 09:04:30 -0400 Received: from quimby.gnus.org ([95.216.78.240]:40948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4NVz-0000RG-SE for 10285@debbugs.gnu.org; Fri, 16 Jul 2021 09:04:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=TBQfiHIiYuCNQ4p202nYwSdQFa2NjvP9X2TfrZ2Gatc=; b=AaKZFxg5bQvLBZ9KqLhn55Am6f 56dFHd/bKBaXkYA5MO/oGeB4hGA27y2/vpirOu2x5qHuDJMSWwpLadmHVNG0W/TqeIuZ/+RZ8DG8w VKATEF1NytH2dolItmmNnnTUHmfknBG3IQq9p7sk9quFXKBiICeToo5jb3cvLttQqVBs=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4NVq-0004Y8-30; Fri, 16 Jul 2021 15:04:20 +0200 From: Lars Ingebrigtsen References: <4EE66C58.6000303@cfl.rr.com> <4EE676D1.5030508@cfl.rr.com> X-Now-Playing: Mr. Jones's _Sounds For The Mute_: "Sounds For The Mute" Date: Fri, 16 Jul 2021 15:04:17 +0200 In-Reply-To: (Stefan Monnier's message of "Tue, 13 Dec 2011 09:21:29 -0500") Message-ID: <87fswe8l66.fsf_-_@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Stefan Monnier writes: >>> Presumably now that you know you need to add the magic argument, you are >>> able to fix the command to make your gdb+sudo case work, right? >> No, because sudo runs before gdb and prompts for you [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Stefan Monnier writes: >>> Presumably now that you know you need to add the magic argument, you are >>> able to fix the command to make your gdb+sudo case work, right? >> No, because sudo runs before gdb and prompts for your password, which >> it never gets, so gdb never runs and spits out whatever Emacs is >> waiting to see. > > Ah, and indeed the code in the pretest won't help. > We need further changes to gdb-mi.el to accommodate your use case, but > those changes would be too intrusive to add at this stage, so it'll have > to wait for after 24.1. I tried reproducing this in Emacs 28, but the instructions were unclear. What command is issued after saying `M-x gdb'? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 16 09:04:33 2021 Received: (at control) by debbugs.gnu.org; 16 Jul 2021 13:04:33 +0000 Received: from localhost ([127.0.0.1]:50873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4NW5-0000Rn-7T for submit@debbugs.gnu.org; Fri, 16 Jul 2021 09:04:33 -0400 Received: from quimby.gnus.org ([95.216.78.240]:40964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4NW2-0000RK-EW for control@debbugs.gnu.org; Fri, 16 Jul 2021 09:04:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=NUPNiowVDcgpvfXb00gbmZ6ISgaD72jbydvgyd3GcE0=; b=PBN+nWPtv9gkk0ZWqPSwApU1dN cipMHOZoQtYFbxGl781d1v4Cbt2UmiTaL3PxdAX2X/v6yqhOsL61nTqn3dAUGY8DFoR/NL7ienw0p Na/8DF/4NTNjeJaJJ6yBZMWP+kRwmuM8ZEjST9dBMlLa9H20uyzbzU8+/PRku1SIcbBU=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4NVu-0004YF-SF for control@debbugs.gnu.org; Fri, 16 Jul 2021 15:04:24 +0200 Date: Fri, 16 Jul 2021 15:04:22 +0200 Message-Id: <87eeby8l61.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #10285 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 10285 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 10285 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 14 09:35:38 2021 Received: (at control) by debbugs.gnu.org; 14 Aug 2021 13:35:39 +0000 Received: from localhost ([127.0.0.1]:43848 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEtp4-0001AH-Q5 for submit@debbugs.gnu.org; Sat, 14 Aug 2021 09:35:38 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEtp2-00019z-Ur for control@debbugs.gnu.org; Sat, 14 Aug 2021 09:35:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=htm8JgkuCBlZjukYsdFsFAF+y/xVSM6CKsGwhbP0xlc=; b=DAKtwiRHDF7IcIMchcXWRvNkJ3 uth4gKit1e6xbF1nV/QjsR72yDEJUvsQP/v8jIvuiQ1oXtnj8FlIhuODClOuKapo50wWoqUIEduNV CtgJ/eomGGlGD8FgBiLCoiPDpFCllwo8GAtwSrh8dg8JbpGR4M9BS5tysHaWEG5Fs12U=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mEtov-0001RZ-2i for control@debbugs.gnu.org; Sat, 14 Aug 2021 15:35:31 +0200 Date: Sat, 14 Aug 2021 15:35:28 +0200 Message-Id: <878s14tahr.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #10285 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 10285 - moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 10285 - moreinfo quit From unknown Wed Sep 10 22:20:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10285: gdb-mi should accept some process I/O before GDB actually starts Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 06 May 2022 19:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10285 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: 10285@debbugs.gnu.org, Phillip Susi Received: via spool by 10285-submit@debbugs.gnu.org id=B10285.16518659308160 (code B ref 10285); Fri, 06 May 2022 19:39:02 +0000 Received: (at 10285) by debbugs.gnu.org; 6 May 2022 19:38:50 +0000 Received: from localhost ([127.0.0.1]:49904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nn3ms-00027Y-Az for submit@debbugs.gnu.org; Fri, 06 May 2022 15:38:50 -0400 Received: from quimby.gnus.org ([95.216.78.240]:40698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nn3mq-00027H-8E for 10285@debbugs.gnu.org; Fri, 06 May 2022 15:38:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=QwDJiZ8j9y0eFZ6trTTU1aI7snVdP9QeEKo8oSXV9bQ=; b=U59P93Cn8TLdK9D7cwwAwDCSjp g8LAJlxuklrv0uvXbWFlttwyNhsnXN0z6Zjm5G9RebkbEH6g11sr61o+iBy6r8HsaIYrzhgU7VfAQ cc98DxEb2L5tlvTB6igM/nvUBy/pEn7U6AhIqi4usSSbSDlyRSyxTk9VHs85+rJQ5II4=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nn3mh-0002EA-8u; Fri, 06 May 2022 21:38:41 +0200 From: Lars Ingebrigtsen References: <4EE66C58.6000303@cfl.rr.com> <4EE676D1.5030508@cfl.rr.com> <87fswe8l66.fsf_-_@gnus.org> X-Now-Playing: The Smiths's _Complete (8): Louder Than Bombs_: "You Just Haven't Earned It Yet, Baby" Date: Fri, 06 May 2022 21:38:38 +0200 In-Reply-To: <87fswe8l66.fsf_-_@gnus.org> (Lars Ingebrigtsen's message of "Fri, 16 Jul 2021 15:04:17 +0200") Message-ID: <871qx6fo3l.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > I tried reproducing this in Emacs 28, but the instructions were > unclear. What command is issued after saying `M-x gdb'? There wasn't any response in half a year here, so it seems unlikely that there'll be any further development in this bug report, and I'm therefore closing it. If somebody has a recipe, please respond [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: > I tried reproducing this in Emacs 28, but the instructions were > unclear. What command is issued after saying `M-x gdb'? There wasn't any response in half a year here, so it seems unlikely that there'll be any further development in this bug report, and I'm therefore closing it. If somebody has a recipe, please respond to the debbugs address and we'll reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri May 06 15:38:55 2022 Received: (at control) by debbugs.gnu.org; 6 May 2022 19:38:55 +0000 Received: from localhost ([127.0.0.1]:49907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nn3mw-00027q-Ic for submit@debbugs.gnu.org; Fri, 06 May 2022 15:38:55 -0400 Received: from quimby.gnus.org ([95.216.78.240]:40712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nn3mu-00027O-Oz for control@debbugs.gnu.org; Fri, 06 May 2022 15:38:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=t0noDJVNR5J9P55oC7ugja6DHRxgIx9BFRfjI35hUxc=; b=rT/kGmcv7iRMlq3XkBNaPI4JQH cuzBvs2zipQKsKOhyE3ipYl3GJxGQkQzJwvgQJ9bjnh15KokHm+qUJOGWvWEST3P/ePJcdVvhG1Kf m0zoiAIV1zh5aZjVL+3Lhq477NNCYUXyTOV3UubP4w7/lDwYK7hd3EcqlaoK1KmXYqLo=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nn3mn-0002EH-Cu for control@debbugs.gnu.org; Fri, 06 May 2022 21:38:47 +0200 Date: Fri, 06 May 2022 21:38:44 +0200 Message-Id: <87zgjue9iz.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #10285 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 10285 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 10285 quit