From unknown Mon Aug 11 18:19:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15449: gdb assembler no '=>' arrow in source Resent-From: Markus Rother Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 23 Sep 2013 21:57:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 15449 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 15449@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.137997338432666 (code B ref -1); Mon, 23 Sep 2013 21:57:04 +0000 Received: (at submit) by debbugs.gnu.org; 23 Sep 2013 21:56:24 +0000 Received: from localhost ([127.0.0.1]:59116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VOE7C-0008Ul-Mi for submit@debbugs.gnu.org; Mon, 23 Sep 2013 17:56:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55943) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VO3vN-0007RQ-Uf for submit@debbugs.gnu.org; Mon, 23 Sep 2013 07:03:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO3vB-0004Iw-Tj for submit@debbugs.gnu.org; Mon, 23 Sep 2013 07:03:24 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO3vB-0004Ir-Jm for submit@debbugs.gnu.org; Mon, 23 Sep 2013 07:03:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO3v5-0007Gn-HX for bug-gnu-emacs@gnu.org; Mon, 23 Sep 2013 07:03:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO3uz-0004EM-JR for bug-gnu-emacs@gnu.org; Mon, 23 Sep 2013 07:03:11 -0400 Received: from wp108.webpack.hosteurope.de ([80.237.132.115]:35433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO3uz-0004E3-Cm for bug-gnu-emacs@gnu.org; Mon, 23 Sep 2013 07:03:05 -0400 Received: from dslb-084-056-078-059.pools.arcor-ip.net ([84.56.78.59] helo=[192.168.2.105]); authenticated by wp108.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1VO3uw-00005w-Eb; Mon, 23 Sep 2013 13:03:02 +0200 Message-ID: <52401FF9.6090005@markusrother.de> Date: Mon, 23 Sep 2013 13:03:21 +0200 From: Markus Rother User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130422 Thunderbird/17.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de; informatik@markusrother.de; 1379934185; 775cb7e9; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.9 (----) X-Mailman-Approved-At: Mon, 23 Sep 2013 17:56:21 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) Hi, (using emacs 24.2.1) When debugging an assembler program using gdb within emacs, there is no arrow pointing to the current line in my source file. Everything else works properly (stepping, etc.): * (gdb) disas * M-x gdb-disassembly-buffer * (gdb) si * etc. The file was compiled with: =nasm -g -f elf32 foo.s - o foo.o= =ld foo.o -o foo= (using nasm 2.10.05) gdb was invoked with M-x gdb -i=mi foo (using gdb 7.5.1) The debugging session starts successfully, with "Reading symbols ... done.". When activating one of the gdb buffers, the menu bar changes (to gud-gdb, I assume), but not so when activating the source buffer. On stackoverflow.com it was suggested to use an older version of nasm (why?) as the same problem was encountered. http://stackoverflow.com/questions/10269537/setting-breakpoints-in-gdb-many-window-no-visual-cursor (did not try). Any help is appreciated. Markus From unknown Mon Aug 11 18:19:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15449: gdb assembler no '=>' arrow in source Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 06 Dec 2020 15:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15449 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Markus Rother Cc: 15449@debbugs.gnu.org Received: via spool by 15449-submit@debbugs.gnu.org id=B15449.160726859617955 (code B ref 15449); Sun, 06 Dec 2020 15:30:02 +0000 Received: (at 15449) by debbugs.gnu.org; 6 Dec 2020 15:29:56 +0000 Received: from localhost ([127.0.0.1]:50780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klvz2-0004fX-1F for submit@debbugs.gnu.org; Sun, 06 Dec 2020 10:29:56 -0500 Received: from quimby.gnus.org ([95.216.78.240]:54230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klvyz-0004fF-V9 for 15449@debbugs.gnu.org; Sun, 06 Dec 2020 10:29:54 -0500 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=GSA01wzH0gjyKAPlTvzPdllDpxK038rTX4/JaEmklhU=; b=eyyUVRcoJLEzxkFd+OkJ3uorF2 jMZhq/F/qCQIIHMM1gLXokaGkgABFIqO7vKQszRXpIZV9Ycl/mE6GU0jwlM+dO2eXvQxQa6KxBTKM rFdSEp6N3ji8XWUpL0DvRsXj5FX12iHZQpBORVko9uR+Wex0G7FdNc6rdVLNH0NrEDt0=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1klvyp-0005W6-8R; Sun, 06 Dec 2020 16:29:48 +0100 From: Lars Ingebrigtsen References: <52401FF9.6090005@markusrother.de> X-Now-Playing: We Will Fail's _Pres Rebooted_: "Descending K New" Date: Sun, 06 Dec 2020 16:29:42 +0100 In-Reply-To: <52401FF9.6090005@markusrother.de> (Markus Rother's message of "Mon, 23 Sep 2013 13:03:21 +0200") Message-ID: <87blf79cm1.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: Markus Rother writes: > When debugging an assembler program using gdb within emacs, there is no > arrow pointing to the current line in my source file. Everything else > works properly (stepping, etc.): > > * (gdb) disas > [...] 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: 0.0 (/) 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: -1.0 (-) Markus Rother writes: > When debugging an assembler program using gdb within emacs, there is no > arrow pointing to the current line in my source file. Everything else > works properly (stepping, etc.): > > * (gdb) disas > * M-x gdb-disassembly-buffer > * (gdb) si > * etc. > > The file was compiled with: > > =nasm -g -f elf32 foo.s - o foo.o= > =ld foo.o -o foo= > > (using nasm 2.10.05) > > gdb was invoked with > > M-x gdb -i=mi foo (This bug report unfortunately got no response at the time.) Are you still seeing this issue with more recent versions of Emacs (and nasm)? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 06 10:30:01 2020 Received: (at control) by debbugs.gnu.org; 6 Dec 2020 15:30:01 +0000 Received: from localhost ([127.0.0.1]:50783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klvz7-0004fs-Ap for submit@debbugs.gnu.org; Sun, 06 Dec 2020 10:30:01 -0500 Received: from quimby.gnus.org ([95.216.78.240]:54244) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klvz5-0004fP-Ss for control@debbugs.gnu.org; Sun, 06 Dec 2020 10:30:00 -0500 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=pWr86akcbeAIIGLvf7M7xLIIwDp5QVWPAgd925+xVGM=; b=QefNlft7fn+SfEv3lIAc6Oh6sR o/B9xVikXdhlBWQnK+jZvktjWBkYjdQazvBcY2Ys0rUrxB+vmekx0oA9HS0Tsrl85LdU6xZWA7Xhe kq1XO3Y0s+FifdpqVfkxWdgU3Ap57LqLu0zuy/pt0lRPHV3tvUYLPZPSbt4r3pvFrXC4=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1klvyy-0005WF-5X for control@debbugs.gnu.org; Sun, 06 Dec 2020 16:29:54 +0100 Date: Sun, 06 Dec 2020 16:29:50 +0100 Message-Id: <87a6ur9clt.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15449 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 15449 + 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: 0.0 (/) 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: -1.0 (-) tags 15449 + moreinfo quit From unknown Mon Aug 11 18:19:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15449: gdb assembler no '=>' arrow in source Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 20 Jan 2021 04:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15449 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Markus Rother Cc: 15449@debbugs.gnu.org Received: via spool by 15449-submit@debbugs.gnu.org id=B15449.161111703516081 (code B ref 15449); Wed, 20 Jan 2021 04:31:02 +0000 Received: (at 15449) by debbugs.gnu.org; 20 Jan 2021 04:30:35 +0000 Received: from localhost ([127.0.0.1]:52526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l258c-0004Ay-UI for submit@debbugs.gnu.org; Tue, 19 Jan 2021 23:30:35 -0500 Received: from quimby.gnus.org ([95.216.78.240]:40436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l258b-00044D-CA for 15449@debbugs.gnu.org; Tue, 19 Jan 2021 23:30:33 -0500 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=C/+ijsDSOvMgoAyfMXNRKvhTdMPPcEJZYRjXr/8RYK8=; b=ldplKd+gKifG7ns5OTVXvfi3Ao 4mcy4P+vakS2D0EzePpBAgkl/6lNkH56PIcYzQhIWrLihXodS2gMglf/TIw2HV9hBMb9afo8gz+YX 1WCmvUPdw7358lCuhBk56b1p4+X+jvXrQgAgO3VN64IN/pNPlKib1iKf7uLK4nhT/pec=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l258T-0000q8-Db; Wed, 20 Jan 2021 05:30:27 +0100 From: Lars Ingebrigtsen References: <52401FF9.6090005@markusrother.de> <87blf79cm1.fsf@gnus.org> X-Now-Playing: Joe Jackson's _Live 1980-86 (1)_: "Fools in Love" Date: Wed, 20 Jan 2021 05:30:24 +0100 In-Reply-To: <87blf79cm1.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 06 Dec 2020 16:29:42 +0100") Message-ID: <87o8hks00v.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: Lars Ingebrigtsen writes: > Are you still seeing this issue with more recent versions of Emacs (and > nasm)? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. 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: 0.0 (/) 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: -1.0 (-) Lars Ingebrigtsen writes: > Are you still seeing this issue with more recent versions of Emacs (and > nasm)? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 19 23:30:40 2021 Received: (at control) by debbugs.gnu.org; 20 Jan 2021 04:30:40 +0000 Received: from localhost ([127.0.0.1]:52529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l258i-0004GC-9H for submit@debbugs.gnu.org; Tue, 19 Jan 2021 23:30:40 -0500 Received: from quimby.gnus.org ([95.216.78.240]:40450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l258g-00049A-Gb for control@debbugs.gnu.org; Tue, 19 Jan 2021 23:30:38 -0500 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=U3H9nsjXPl0c6KctbZOvDV81VRYURX/j18Iqgj9wSB8=; b=QBaBI0hZqlUuZ7gFifxQyF4bkj GDzp9n7U+HIWPZrHXo5ObbCutfCcTslfwN5yKCQEeRGuDbqOZi6kf2j8LJEYuPwzkU2da14MmJOSR uDB6QL+sE07RHyI4G92IDkicLVpT/J3HaYjuVtcYLzIsGRJmqIGM4SHUvtjvkYoWsYUA=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l258Z-0000qG-1j for control@debbugs.gnu.org; Wed, 20 Jan 2021 05:30:32 +0100 Date: Wed, 20 Jan 2021 05:30:29 +0100 Message-Id: <87mtx4s00q.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15449 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 15449 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: 0.0 (/) 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: -1.0 (-) close 15449 quit