[Lldb-commits] [lldb] [lldb] Fix SBThread::StepOverUntil for discontinuous functions (PR #123046)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 16 01:08:45 PST 2025
================
@@ -0,0 +1,134 @@
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class StepUntilTestCase(TestBase):
----------------
labath wrote:
I'm not sure I *need* to (I vaguely recollect we changed whatever it was that depended on this), but I *should*. :) Thanks.
https://github.com/llvm/llvm-project/pull/123046
More information about the lldb-commits
mailing list