Re: [lldb-dev] Clang macro debug info

2016-02-09 Thread Jim Ingham via lldb-dev
You should ask on a clang list for a 100% correct answer, but I am pretty sure clang does not support macro information. You can get somewhat the same result by building clang modules and importing them into lldb. But you can't build modules for C++ yet, so you can only do this for C & ObjC pr

[lldb-dev] Clang macro debug info

2016-02-09 Thread Ewan Crawford via lldb-dev
Hiya everyone, I was wondering if anyone knows about the status of inspecting macros for objects compiled with clang. Using either the DWARF 5 .debug_macro section or DWARF 4 .debug_macinfo section. We can debug macros from gcc with -g3, but I can't seem to get clang to emit anything lldb ca