help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trying to debug assemly


From: aprekates
Subject: Trying to debug assemly
Date: Tue, 17 Dec 2019 03:22:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0

I have a simp cpuid.s assemblied to cpuid.o and linked to create a  cpuid executable.

In emacs i do :

M-x gdb

and i give as argument the cpuid path.

I get :

Reading symbols from /home/chomwitt/Programming/Assembly/Blum/code/chap04/cpuid...done.
(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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]