From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: VanL Newsgroups: gmane.emacs.help Subject: Re: Trying to debug assemly Date: Tue, 17 Dec 2019 20:08:46 +1100 Organization: BMF Prizefighter 'President' Trump 2020 Keep America Great =?utf-8?B?yZnJmTBA?= Ultimat Fighting Cybr Message-ID: References: <7d7b1cc5-7321-10b8-6f03-1aeceeaef42c@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="251324"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 17 10:18:27 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ih8zr-0013Gq-16 for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2019 10:18:27 +0100 Original-Received: from localhost ([::1]:38020 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ih8zp-0007Rj-VI for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2019 04:18:25 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43503) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ih8ze-0007RQ-Vw for help-gnu-emacs@gnu.org; Tue, 17 Dec 2019 04:18:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ih8zd-0001sH-TU for help-gnu-emacs@gnu.org; Tue, 17 Dec 2019 04:18:14 -0500 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:59144 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ih8zd-0001r4-MP for help-gnu-emacs@gnu.org; Tue, 17 Dec 2019 04:18:13 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1ih8zb-0012wA-0g for help-gnu-emacs@gnu.org; Tue, 17 Dec 2019 10:18:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:L9CkbNav30eBVaDOf7PbSsrAxH4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:122055 Archived-At: aprekates writes: > (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" > > (gdb) > > What are those lines mean? Are those warnings or bugs? ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ gdb's mumble grumble bellyache due to 'undefine command' hint, do this ────────────────────────────────────────────────────────────────────────────── (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" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ The gdb complains it has had undigestible 'undefined commands' on input feed? And, suggests what to do about it by taiping 'help'. -- VanL.   əə0@ 一 二 三 言 語 𝔖 元 示 証 明 海 自 己 漢 本 人 Gnus/Emacs (berkeley-unix)