[Lldb-commits] [PATCH] D62504: Avoid calling LoadModules twice when modules change

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 27 08:31:29 PDT 2019


jankratochvil added a comment.

So it does fix the massive regression of D62503 <https://reviews.llvm.org/D62503> similarly as my D63868 <https://reviews.llvm.org/D63868> but it still has 2 regressions there (=Fedora 30 x86_64, after reapplication of D62503 <https://reviews.llvm.org/D62503>), I haven't yet investigated why:

  lldb-Suite :: functionalities/load_unload/TestLoadUnload.py
  lldb-Suite :: functionalities/load_using_paths/TestLoadUsingPaths.py


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62504





More information about the lldb-commits mailing list