No symbol table is loaded. Use the "file" command.
Posted hshy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了No symbol table is loaded. Use the "file" command.相关的知识,希望对你有一定的参考价值。
No symbol table is loaded. Use the "file" command.
gdb
1. 首先使用gcc -g .c文件 -o 可执行文件名 进行编译,再使用gdb + 可执行文件名进入gdb环境,进行调试。
命令如下如:
(1) gcc -g test.c -o test
(2) gdb test
(3) list等gdb命令;
2.出现问题的可能性:
(1)当编译时,未加 - g 选项,则进入gdb环境中执行命令会出现No symbol table is loaded. Use the "file" command.提示;
(2)当进入gdb环境时,未加可执行文件名,也会出现No symbol table is loaded. Use the "file" command.提示;
3.补充说明一下-g选项的作用:
在linux C中gcc编译器一章有说,-g选项的意义是“生成调试信息,该程序可以被调试器调试”
原文链接:https://blog.csdn.net/u010176547/article/details/12623939
以上是关于No symbol table is loaded. Use the "file" command.的主要内容,如果未能解决你的问题,请参考以下文章
【加分】vc++2005 编译通过,运行出现Loaded 'C:\Windows\System32\ntdll.dll', No symbols loaded.
需要 Python 3.7 中的 Mysql 查询以从具有列 (table_no, is_new) 的表中选择记录
Error code:1728 Cannot load from mysql.proc. The table is probably corrupted
解决MySQL中Cannot load from mysql.proc. The table is probably corrupted。的问题
解决MySQL中Cannot load from mysql.proc. The table is probably corrupted。的问题
mysql报错1548-Cannot load from mysql.proc. The table is probably corrupted