[Lldb-commits] [PATCH] D86667: [lldb/Target] Add custom interpreter option to `platform shell`

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 2 07:31:26 PDT 2020


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Thanks, this looks good to me now.



================
Comment at: lldb/test/API/commands/platform/basic/TestPlatformPython.py:16
     mydir = TestBase.compute_mydir(__file__)
+    NO_DEBUG_INFO_TESTCASE = True
 
----------------
If you add this, then there's no need for `@no_debug_info_test` on individual test methods.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86667



More information about the lldb-commits mailing list