[Lldb-commits] [PATCH] D58125: Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 4 10:37:14 PST 2019
teemperor marked an inline comment as done.
teemperor added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/expression_command/import-std-module/conflicts/TestStdModuleWithConflicts.py:35
+
+ self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
+
----------------
aprantl wrote:
> what's that for?
I think that's how we set our executable as the target? It's frankly cargo-culted setup code that we use in a few hundred other tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58125/new/
https://reviews.llvm.org/D58125
More information about the lldb-commits
mailing list