[Lldb-commits] [PATCH] D35734: Don't allow LLDB to try and parse .debug_types

Tamas Berghammer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 26 02:57:39 PDT 2017


tberghammer added a comment.

I tried to compile the code snippet you mentioned but it doesn't put anything into the debug_types section. If I move the enum definition outside of the class then it produces debug_type section but LLDB fails back gracefully without any crash or error message. I also tried a few other code snippets and the debugging experience usually wasn't great (types of local variables were messed up) but I haven't manage to get LLDB crashing.


Repository:
  rL LLVM

https://reviews.llvm.org/D35734





More information about the lldb-commits mailing list