Added the ability to log when things get completed in DWARF. This can be enabled using:
(lldb) log enable --verbose lldb completion This will print out backtraces for all type completion calls which will help us verify that we don't ever complete a type when we don't need to. llvm-svn: 153787
Loading
Please register or sign in to comment