[LLVMdev] Still can't get source-level debugging to work

Anton Korobeynikov anton at korobeynikov.info
Mon Oct 19 00:52:14 PDT 2009


> 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



More information about the llvm-dev mailing list