[Lldb-commits] [PATCH] D127999: [lldb] fix stepping through POSIX trampolines
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 16 16:20:12 PDT 2022
clayborg added a comment.
LGTM, just a question if we want to restrict this test to linux only.
================
Comment at: lldb/test/API/lang/cpp/step-into-namespace/TestStepIntoNamespace.py:8
+
+ def test(self):
+ self.build()
----------------
Do we want to limit this to linux? I am not sure this will pass the windows buildbots if we don't restrict it
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127999/new/
https://reviews.llvm.org/D127999
More information about the lldb-commits
mailing list