[Lldb-commits] [PATCH] D46220: Remove premature caching of the global variables list in CompileUnit.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 1 08:39:14 PDT 2018


aprantl added inline comments.


================
Comment at: lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py:63-65
+        self.runCmd("frame variable --show-types --scope --show-globals --no-args")
         self.expect(
             "frame variable --show-types --scope --show-globals --no-args",
----------------
labath wrote:
> Why do you need to run this command twice?
Sorry, that's leftover debugging code. I'll remove it!


Repository:
  rL LLVM

https://reviews.llvm.org/D46220





More information about the lldb-commits mailing list