Displaying 3 results from an estimated 3 matches for "ccotexqw".
2009 Oct 19
2
[LLVMdev] Still can't get source-level debugging to work
...------
File: test/stdlib/ReflectionTest (i386)
----------------------------------------------------------------------
.debug_info contents:
< EMPTY >
-- When I try to debug in gdb, it prints this:
warning: Could not find object file
"/var/folders/h6/h6He5G34EF8g9zpg3SNFF++++TI/-Tmp-//ccoTexQw.o" - no debug
information available for "ReflectionTest.tart".
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091018/a6785c33/attachment.html>
2009 Oct 19
0
[LLVMdev] Still can't get source-level debugging to work
> warning: Could not find object file
> "/var/folders/h6/h6He5G34EF8g9zpg3SNFF++++TI/-Tmp-//ccoTexQw.o" - no debug
> information available for "ReflectionTest.tart".
It seems you're on darwin, right? Then you need another build steps in
order to see dwarf stuff
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Oct 19
2
[LLVMdev] Still can't get source-level debugging to work
Yes I am on darwin.
On Mon, Oct 19, 2009 at 12:17 AM, Anton Korobeynikov <
anton at korobeynikov.info> wrote:
> > warning: Could not find object file
> > "/var/folders/h6/h6He5G34EF8g9zpg3SNFF++++TI/-Tmp-//ccoTexQw.o" - no
> debug
> > information available for "ReflectionTest.tart".
> It seems you're on darwin, right? Then you need another build steps in
> order to see dwarf stuff
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanic...