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 Mechanics, Saint Petersburg State University >-- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091019/3d616e6a/attachment.html>
Anton Korobeynikov
2009-Oct-19 07:52 UTC
[LLVMdev] Still can't get source-level debugging to work
> Yes I am on darwin.I don't recall correctly, but there you cannot 'just' run gcc to get all dwarf stuff into the binary. You will also need to do some extra tool invocation (dsymutil?). Just pick some dummy c++ app, compile it via "gcc -v" and you'll have the precise steps. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
OK I got it to work. Thank you so much :) On Mon, Oct 19, 2009 at 12:52 AM, Anton Korobeynikov < anton at korobeynikov.info> wrote:> > Yes I am on darwin. > I don't recall correctly, but there you cannot 'just' run gcc to get > all dwarf stuff into the binary. You will also need to do some extra > tool invocation (dsymutil?). Just pick some dummy c++ app, compile it > via "gcc -v" and you'll have the precise steps. > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University >-- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091019/6c9e9d00/attachment.html>
Reasonably Related Threads
- [LLVMdev] Still can't get source-level debugging to work
- [LLVMdev] Still can't get source-level debugging to work
- [LLVMdev] Still can't get source-level debugging to work
- [LLVMdev] A few more questions about DIFactory and source-level debugging.
- [LLVMdev] More DIFactory questions - still stumped