gdb:在0x2aaaaaaa000的添加的符号文件系统提供的DSO中找不到可加载的部分

时间:2013-09-23 02:36:47

标签: c++ c debugging compiler-construction gdb

我正在尝试使用gdb调试C程序。我正在使用的编译标志如下

-fno-strict-aliasing -Wall -DHAVE_CONFIG_H -DNO_OLD_ERF_TYPES -Werror  -Wredundant-decls -O2 -DNDEBUG -DBYTESWAP -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g 

我正在使用的编译器版本是

gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

我调试为

libtool gdb mytool

我设置断点并运行程序。执行不会在断点处停止,我收到以下警告。

warning: no loadable sections found in added symbol-file system-supplied DSO at 0x2aaaaaaab000
[Thread debugging using libthread_db enabled]

2 个答案:

答案 0 :(得分:0)

尝试删除-O2和-DNDEBUG。

-O2将优化级别设置为一点,因此编译的代码可能无法表示它在源文件中的写入方式,而NDEBUG标志可能会覆盖-g

答案 1 :(得分:0)

尝试删除所有目标文件并重新编译。我遇到了同样的问题,无法使用gdb调试我的程序。我使用cmake进行编译,并能够通过运行{ "errorMessages" : [ "You do not have the permission to see the specified issue.", "Login Required" ], "errors" : {} }

来解决问题