The error message seen is this<br><br>[deleisha@deleisha pegasus]$ gdb cimserver <br>GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6)<br>Copyright (C) 2010 Free Software Foundation, Inc.<br>License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>><br>
This is free software: you are free to change and redistribute it.<br>There is NO WARRANTY, to the extent permitted by law.  Type "show copying"<br>and "show warranty" for details.<br>This GDB was configured as "x86_64-redhat-linux-gnu".<br>
For bug reporting instructions, please see:<br><<a href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>>...<br>Reading symbols from /home/deleisha/CodeSpace/pegasus/pkg/bin/cimserver...done.<br>
(gdb) start <br>Temporary breakpoint 1 at 0x4049fd: file cimserver.cpp, line 486.<br>Starting program: /home/deleisha/CodeSpace/pegasus/pkg/bin/cimserver <br>[Thread debugging using libthread_db enabled]<br><br>Temporary breakpoint 1, main (argc=1, argv=0x7fffffffdda8) at cimserver.cpp:486<br>
486    cimserver.cpp: No such file or directory.<br>    in cimserver.cpp<br>Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6_3.3.x86_64 keyutils-libs-1.4-4.el6.x86_64 krb5-libs-1.9-33.el6.x86_64 libcom_err-1.41.12-12.el6.x86_64 libgcc-4.4.6-4.el6.x86_64 libselinux-2.0.94-5.3.el6.x86_64 libstdc++-4.4.6-4.el6.x86_64 nss-softokn-freebl-3.12.9-11.el6.x86_64 openssl-1.0.0-20.el6_2.5.x86_64 zlib-1.2.3-27.el6.x86_64<br>
(gdb) <br><br><br><div class="gmail_quote">On Fri, Aug 3, 2012 at 11:25 AM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Thu, Aug 2, 2012 at 10:50 PM, Devchandra L Meetei <<a href="mailto:dlmeetei@gmail.com">dlmeetei@gmail.com</a>> wrote:<br>
> I am unable to use gdb on code compiled by clang/clang++ with -g options<br>
> enabled.<br>
> when I do break main/start, gdb says file not found.<br>
> Is it by design? If so, How to debug binaries compiled by clang.<br>
<br>
</div></div>Same way you would with files compiled by gcc. Are you sure you have<br>
the right file name for the binary?<br>
</blockquote></div><br>