search for: 192521

Displaying 2 results from an estimated 2 matches for "192521".

Did you mean: 192512
2013 Oct 15
2
[LLVMdev] MCJIT and DWARF debugging info and lldb
...lks, I've written a Common Lisp compiler using LLVM as the back end. I switched to MCJIT a couple of days ago. I generate DWARF debugging information for each Compile Unit, Function, LexicalBlock and line numbers (using DIBuilder). (I'm on OS X 10.8.5; XCode 5.0; ToT LLVM/Clang build rev 192521) When I check my backtraces in lldb (stock lldb from Xcode 5.0) I don't see my DWARF debugging info as I expected - should I be? What is the status of DWARF debugging with MCJIT? Here's an example where I define three functions A, B, and C where A generates a backtrace (using backtrace(3...
2013 Oct 15
0
[LLVMdev] MCJIT and DWARF debugging info and lldb
...lks, I've written a Common Lisp compiler using LLVM as the back end. I switched to MCJIT a couple of days ago. I generate DWARF debugging information for each Compile Unit, Function, LexicalBlock and line numbers (using DIBuilder). (I'm on OS X 10.8.5; XCode 5.0; ToT LLVM/Clang build rev 192521) When I check my backtraces in lldb (stock lldb from Xcode 5.0) I don't see my DWARF debugging info as I expected - should I be? What is the status of DWARF debugging with MCJIT? Here's an example where I define three functions A, B, and C where A generates a backtrace (using backtrace(3...