[Lldb-commits] [PATCH] D62570: Use LLVM's debug line parser in LLDB

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 18 13:41:29 PDT 2019


clayborg added a comment.

We also need to test to ensure this doesn't regress parsing speed. Need a large C++ project, like LLDB with debug clang and debug llvm, and something that forces all line tables to be parsed (not just the prologues like when setting a breakpoint) and see how things compare between the two methods.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62570/new/

https://reviews.llvm.org/D62570





More information about the lldb-commits mailing list