[Lldb-commits] [lldb] Fix test assertions in TestDAP_stepInTargets.py (PR #96687)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 3 01:20:56 PDT 2024
labath wrote:
> AssertionError: 'funcB' not found in 'funcA()' : expect funcB
The step targets are coming in different order. It's probably an ABI thing, as the compiler produces the calls in different order as well: https://godbolt.org/z/cPqhsWba6
I guess we need to adjust the test to accept both orders.
https://github.com/llvm/llvm-project/pull/96687
More information about the lldb-commits
mailing list