From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: aprekates Newsgroups: gmane.emacs.help Subject: Trying to debug assemly Date: Tue, 17 Dec 2019 03:22:53 +0200 Message-ID: <7d7b1cc5-7321-10b8-6f03-1aeceeaef42c@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="233462"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 To: Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 17 02:23:12 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 1ih1Zv-000yZH-Sa for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2019 02:23:12 +0100 Original-Received: from localhost ([::1]:33976 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ih1Zu-0004qM-CF for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Dec 2019 20:23:10 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57753) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ih1Zk-0004pu-8i for help-gnu-emacs@gnu.org; Mon, 16 Dec 2019 20:23:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ih1Zi-0006n5-VE for help-gnu-emacs@gnu.org; Mon, 16 Dec 2019 20:22:59 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:39727) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ih1Zi-0006fu-CI for help-gnu-emacs@gnu.org; Mon, 16 Dec 2019 20:22:58 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id F37972400FC for ; Tue, 17 Dec 2019 02:22:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1576545775; bh=rlR0SLsZQnc+sq+3dYscVBXsbO0VYS1jZAA6a2Fz454=; h=To:From:Subject:Date:From; b=EokKL+mLMYoAsgcGVPzzHpe3xw9MV3lRxTK7Urp3FxUFmFrhALWnsPZnhotm6My0b Kt4/V7CFyJG34tEykHstqDf9JzPjhULWD26V3LK+++qtrjIyzUjq8/pxIn9zhhsUlG kJhMxIvlbCRPg7zK0wK83rurg/6dQXY8rLT23B5XmgfTufpAQ5NOlrts0hf5LDhJvQ t9wtq84D85TBzRZvg6bF9BkP1HFCto7uUP3Ylla/UH/N3ukZSnK03m8i5IFqkKa/9E utvn0JDdIEpeB6qD/2bk6FPIVkEt/FvU4c3t+zAk+cWG/RLjJxABqBSKTWcRNNZPif kK/zQJtJxyJRA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47cL3y2DzZz9rxD for ; Tue, 17 Dec 2019 02:22:54 +0100 (CET) Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.66 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:122053 Archived-At: I have a simp cpuid.s assemblied to cpuid.o and linked to create a=C2=A0=20 cpuid executable. In emacs i do : M-x gdb and i give as argument the cpuid path. I get : Reading symbols from=20 /home/chomwitt/Programming/Assembly/Blum/code/chap04/cpuid...done. (gdb) Undefined command: "1-inferior-tty-set".=C2=A0 Try "help". (gdb) Undefined command: "2-gdb-set".=C2=A0 Try "help". (gdb) Undefined command: "3-gdb-set".=C2=A0 Try "help". (gdb) Undefined command: "4-enable-pretty-printing".=C2=A0 Try "help". (gdb) Undefined command: "5-file-list-exec-source-files".=C2=A0 Try "help= ". (gdb) Undefined command: "6-file-list-exec-source-file".=C2=A0 Try "help"= . (gdb) Undefined command: "7-gdb-show".=C2=A0 Try "help". (gdb) Undefined command: "8-stack-info-frame".=C2=A0 Try "help". (gdb) Undefined command: "9-thread-info".=C2=A0 Try "help". (gdb) Undefined command: "10-break-list".=C2=A0 Try "help". (gdb) Undefined command: "11-thread-info".=C2=A0 Try "help". (gdb) Undefined command: "12-break-list".=C2=A0 Try "help" (gdb) What are those lines mean? Are those warnings or bugs?