当前位置:  技术问答>linux和unix

gdb时,老是提示:No symbol "**" in current context

    来源: 互联网  发布时间:2016-10-09

    本文导语:  我在用gdb调试程序,结果老是发现这个问题,害我什么都打印不出来。 lciahp2% /opt/langtools/bin/gdb tmwsdlflt HP gdb 5.2 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-...

我在用gdb调试程序,结果老是发现这个问题,害我什么都打印不出来。

lciahp2% /opt/langtools/bin/gdb tmwsdlflt
HP gdb 5.2 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.2 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.
..

(gdb) break main
Breakpoint 1 at 0x400000000000f660:0: file wsdlflt.cpp, line 44 from /nfs/tux/huchchen/localbuild/SALT3064rp/LC/bld/bin/tmwsdlflt.

(gdb) run obauthapp.tw1 "obauthapp.tws"
Starting program: /nfs/tux/huchchen/localbuild/SALT3064rp/LC/bld/bin/tmwsdlflt obauthapp.tw1 "obauthapp.tws"
Breakpoint 1, main () at wsdlflt.cpp:44
44          if (argC != 3)

(gdb) next
50          gInFile = argV[1];

(gdb) print argc
No symbol "argc" in current context.

(gdb) print gInFile
No symbol "gInFile" in current context.

(gdb) n
51          gOutFile = argV[2];

(gdb) print gInFile
No symbol "gInFile" in current context.

(gdb) list
46              usage();
47              return 1;
48          }
49          // See if non validating dom parser configuration is requested.
50          gInFile = argV[1];
51          gOutFile = argV[2];
52              if ( !gInFile || !*gInFile || !gOutFile || !*gOutFile )
53              {
54              usage();
55              return 2;
(gdb) q


死活打印不出任何值,大家知道什么吗?



|
没有加-g ?

|
肯定加了,问题是你加了-g同时还加了优化-O

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 有关linux gdb 调试问题! 高手帮忙 No symbol "*" in current context
  • 如何使用linux下gdb来调试python程序
  • 使用gcc gdb的大牛进来说说gdb的强大之处在哪。我刚学linux了,vim我确实体会到了其强大之处。而对gcc gdb,体会不到gdb这工具的强大之处。
  • 请教 make gdb-6.4 出现 make[4]: Entering directory `/tmp/gdb-6.4/gdb/doc'
  • GDB调试 GDB挂了。。。
  • gdb 如何调试带命令行参数的程序 如 gdb a.out arg1,arg2
  • 请问gdb是不是只能调试gcc编译的程序,在unix下用其它编译器编译的程序是不是不一定能用gdb调试的?
  • gdb调试时命令行参数如何输入?比如main(int argc,char **argv)中,我要把一个filename作为argv[1]传入给gdb调试
  • linux gdb: 我在一台机器上编译的程序用GDB可以调试,把程序放到另外一台机器上调试,调试信息就没有了 这是什么原因呢?
  • 写调试器(像gdb)的一般思路是什么
  • gdb 使用问题请教
  • gdb的问题,请教,会者不难,快来拿分
  • gdb调试动态链接库
  • 在rh9上无法使用gdb是怎么回事呢
  • gdb高手请指教
  • gdb如何进行调试?
  • 请问,有人研究过gdb-insight源码吗?
  • 在linux下除了gdb外还有没其他好用的调试器?
  • gdb调试
  • Linux下gdb如何追踪进入子进程??急急7777777777777
  • 如何编译gdb
  • 怎样在windows中编译生成gdb


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3