From unknown Tue Aug 19 01:58:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25760: 25.1; Emacs GDB command doesn't honor the "-p" flag Resent-From: Live System User Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 16 Feb 2017 17:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 25760 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 25760@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.148726583419489 (code B ref -1); Thu, 16 Feb 2017 17:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Feb 2017 17:23:54 +0000 Received: from localhost ([127.0.0.1]:42460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cePmc-00054F-9H for submit@debbugs.gnu.org; Thu, 16 Feb 2017 12:23:54 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cePmZ-00053v-B0 for submit@debbugs.gnu.org; Thu, 16 Feb 2017 12:23:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cePmS-0003Ey-TW for submit@debbugs.gnu.org; Thu, 16 Feb 2017 12:23:46 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, RCVD_IN_SORBS_SPAM,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51877) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cePmS-0003Eu-QD for submit@debbugs.gnu.org; Thu, 16 Feb 2017 12:23:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cePmR-0000bK-4I for bug-gnu-emacs@gnu.org; Thu, 16 Feb 2017 12:23:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cePmN-0003BY-TF for bug-gnu-emacs@gnu.org; Thu, 16 Feb 2017 12:23:43 -0500 Received: from omr-a011e.mx.aol.com ([204.29.186.59]:60281) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cePmN-0003Ap-Lh for bug-gnu-emacs@gnu.org; Thu, 16 Feb 2017 12:23:39 -0500 Received: from mtaout-mca02.mx.aol.com (mtaout-mca02.mx.aol.com [172.26.221.78]) by omr-a011e.mx.aol.com (Outbound Mail Relay) with ESMTP id 998C2380004D for ; Thu, 16 Feb 2017 12:23:38 -0500 (EST) Received: from localhost.localdomain (c-50-163-97-64.hsd1.ma.comcast.net [50.163.97.64]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-mca02.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 6D91438000098 for ; Thu, 16 Feb 2017 12:23:37 -0500 (EST) From: Live System User Date: Thu, 16 Feb 2017 12:23:35 -0500 Message-ID: <87tw7u123s.fsf@aol.com> MIME-Version: 1.0 Content-Type: text/plain x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20150623; t=1487265818; bh=zs5/1bwboImps7UZQsfyrEjfF/gKMUvymJglzWZN3Kc=; h=From:To:Subject:Message-ID:Date:MIME-Version:Content-Type; b=1xJBKWOyNlSiM7lafSAcNulKgohWLrF4BpiIbAs2OcWDupYs8R6HdqurwnyYM74oY iB9uSpsIulq0C+KWCtYP1hr20yrBTE9i9mg2Yi8hJzzxvrcOdvaMNAbbGFxvbfS1Yv bB9i6ZmiOb2bQu15lg3z6qF+zWsZmbSonHWLQOCk= x-aol-sid: 3039ac1add4e58a5e0190717 X-AOL-IP: 50.163.97.64 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.5 (---) 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.5 (---) Hi, It appears the the Emacs gdb command doesn't honor just using the "-p" flag: 0. emacs -Q & 1. M-x gdb Run gdb (like this): gdb -p 2660 [...] (gdb) Undefined command: "1-inferior-tty-set". Try "help". (gdb) Undefined command: "2-gdb-set". Try "help". (gdb) Undefined command: "3-gdb-set". Try "help". (gdb) Undefined command: "4-enable-pretty-printing". Try "help". (gdb) Undefined command: "5-file-list-exec-source-files". Try "help". (gdb) Undefined command: "6-file-list-exec-source-file". Try "help". (gdb) Undefined command: "7-gdb-show". Try "help". (gdb) Undefined command: "8-stack-info-frame". Try "help". (gdb) Undefined command: "9-thread-info". Try "help". (gdb) Undefined command: "10-break-list". Try "help". (gdb) Undefined command: "11-thread-info". Try "help". (gdb) Undefined command: "12-break-list". Try "help". After that, no gdb commands appear to work -- not even "quit": (gdb) quit Undefined command: "-interpreter-exec". Try "help". (gdb) ` You then have to kill the buffer (C-c k) You can, of course use gdb by doing instead: Run gdb (like this): gdb -i=mi -p 2660 Thanks. In GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.9) of 2016-10-13 built on buildvm-05.phx2.fedoraproject.org Windowing system distributor 'Fedora Project', version 11.0.11803000 Configured using: 'configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-dbus --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no --with-xwidgets build_alias=x86_64-redhat-linux-gnu host_alias=x86_64-redhat-linux-gnu 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' LDFLAGS=-Wl,-z,relro PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XWIDGETS Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Message Minor modes in effect: gnus-message-citation-mode: t mml-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t auto-fill-function: message-do-auto-fill transient-mark-mode: t abbrev-mode: t Recent messages: Mark saved where search started [2 times] Mark set Type "q" in help window to restore its previous buffer, C-M-v to scroll help. next-line: End of buffer [4 times] Load-path shadows: None found. Features: (kmacro two-column iso-transl shadow emacsbug gnus-dup mailalias smtpmail sendmail eieio-opt speedbar sb-image ezimage dframe find-func rect flow-fill gnus-notifications gnus-fun notifications dbus xml sort gnus-cite smiley ansi-color shr-color color shr dom subr-x browse-url mail-extr gnus-async gnus-bcklg qp gnus-ml disp-table gnus-eform misearch multi-isearch pp cursor-sensor nndraft nnmh nndoc mm-archive jka-compr timezone url-http url-gw url-cache url-auth url-handlers utf-7 rfc2104 nnfolder network-stream nsm starttls gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg nntp gnus-cache epa-file epa derived nnreddit mm-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source cl-seq eieio eieio-core cl-macs url-vars json map seq byte-opt bytecomp byte-compile cl-extra cconv gnus-art mm-uu mml2015 mm-view mml-smime smime dig mailcap cl gv sieve sieve-mode sieve-manage nnir gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls gnutls utf7 netrc parse-time gnus-spec gnus-int gnus-range message dired format-spec rfc822 mml mml-sec password-cache epg epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems wid-edit nnoo nnheader gnus-util mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr mail-utils time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify dynamic-setting system-font-setting font-render-setting xwidget-internal move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 21328411 1016095) (symbols 48 371647 48) (miscs 40 662 2443) (strings 32 1388258 65332) (string-bytes 1 90126485) (vectors 16 245330) (vector-slots 8 4175462 244223) (floats 8 601 2849) (intervals 56 3023407 10190) (buffers 976 211) (heap 1024 890946 126647)) From unknown Tue Aug 19 01:58:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25760: 25.1; Emacs GDB command doesn't honor the "-p" flag Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 23 Feb 2017 03:00:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25760 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug To: Live System User Cc: 25760@debbugs.gnu.org Received: via spool by 25760-submit@debbugs.gnu.org id=B25760.148781877717423 (code B ref 25760); Thu, 23 Feb 2017 03:00:04 +0000 Received: (at 25760) by debbugs.gnu.org; 23 Feb 2017 02:59:37 +0000 Received: from localhost ([127.0.0.1]:51803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cgjd3-0004Wv-72 for submit@debbugs.gnu.org; Wed, 22 Feb 2017 21:59:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47927) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cgjd2-0004WZ-H0 for 25760@debbugs.gnu.org; Wed, 22 Feb 2017 21:59:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgjcm-0003L6-2i for 25760@debbugs.gnu.org; Wed, 22 Feb 2017 21:59:20 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgjcj-0003Jn-DN; Wed, 22 Feb 2017 21:59:17 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cgjci-0006CQ-UM; Wed, 22 Feb 2017 21:59:16 -0500 From: Glenn Morris References: <87tw7u123s.fsf@aol.com> X-Spook: espionage KGB Border Patrol president Mara salvatrucha X-Ran: >hqy0u_--Ym=!k$HSBMJr0F$"3|Q!bXABI,"'[(*4F;^u33V#C1oM/a{dJc_r0mWLHyu$^ X-Hue: cyan X-Attribution: GM Date: Wed, 22 Feb 2017 21:59:16 -0500 In-Reply-To: <87tw7u123s.fsf@aol.com> (Live System User's message of "Thu, 16 Feb 2017 12:23:35 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.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: -5.0 (-----) Live System User wrote: > 1. M-x gdb > Run gdb (like this): gdb -p 2660 > [...] > (gdb) Undefined command: "1-inferior-tty-set". Try "help". [...] > You can, of course use gdb by doing instead: > > Run gdb (like this): gdb -i=mi -p 2660 I'm confused as to why you think this is an Emacs bug. Emacs M-x gdb *requires* the -i=mi option. That's why it's there by default, and why Emacs complains if you take it out: Error: you did not specify -i=mi on s command line! From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 28 13:28:53 2017 Received: (at control) by debbugs.gnu.org; 28 Feb 2017 18:28:53 +0000 Received: from localhost ([127.0.0.1]:60533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cimW5-0005zX-2V for submit@debbugs.gnu.org; Tue, 28 Feb 2017 13:28:53 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cimW3-0005zL-R3 for control@debbugs.gnu.org; Tue, 28 Feb 2017 13:28:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cimVx-0006OP-UB for control@debbugs.gnu.org; Tue, 28 Feb 2017 13:28:46 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cimVx-0006OL-Rp for control@debbugs.gnu.org; Tue, 28 Feb 2017 13:28:45 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cimVx-0005m1-ES for control@debbugs.gnu.org; Tue, 28 Feb 2017 13:28:45 -0500 Subject: control message for bug 25701 25760 25766 25844 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Tue, 28 Feb 2017 13:28:45 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.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: -5.0 (-----) close 25701 close 25760 close 25766 close 25844