Package: clang-5.0-dbgsym
Version: 1:5.0~+rc2-1
When I try to debug clang-5.0 with GDB, I get dozens of warnings like
this:
warning: Could not find DWO CU
CMakeFiles/clangBasic.dir/DiagnosticOptions.cpp.dwo(0xe51cfaead56df4fc)
referenced by CU at offset 0x66a8 [in module
/usr/lib/debug/.build-id/78/69c51149fd48e2dab7696d4ffc419fd0df1795.debug]
warning: Could not find DWO CU
CMakeFiles/clangBasic.dir/IdentifierTable.cpp.dwo(0xfcc2266adb4fc7b2)
referenced by CU at offset 0x66d8 [in module
/usr/lib/debug/.build-id/78/69c51149fd48e2dab7696d4ffc419fd0df1795.debug]
warning: Could not find DWO CU
CMakeFiles/clangBasic.dir/LangOptions.cpp.dwo(0xd1b7215a0219b73d) referenced by
CU at offset 0x6708 [in module
/usr/lib/debug/.build-id/78/69c51149fd48e2dab7696d4ffc419fd0df1795.debug]
warning: Could not find DWO CU
CMakeFiles/clangBasic.dir/MemoryBufferCache.cpp.dwo(0xbe70f1b6b2031b76)
referenced by CU at offset 0x6738 [in module
/usr/lib/debug/.build-id/78/69c51149fd48e2dab7696d4ffc419fd0df1795.debug]
-- System Information:
Architecture: i386
Versions of packages clang-5.0-dbgsym depends on:
ii clang-5.0 1:5.0~+rc2-1
--
Jakub Wilk