[Lldb-commits] [lldb] Fix test assertions in TestDAP_stepInTargets.py (PR #96687)
Kendal Harland via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 27 16:43:30 PDT 2024
kendalharland wrote:
> I'm not sure if these names come from the demangler or debug info, but windows has different implementations for both, so it not surprising they're different. Assuming we don't care about the precise formatting of the names, we could just check whether the name of the function is in the string (and change the name to something more unique): assertIn("my_first_step_target", step_in_targets[0]["label"])
Sorry for the late follow up, I got pulled into fixing something else. I think this is a simple enough solution. I'll reupload and reping for review.
https://github.com/llvm/llvm-project/pull/96687
More information about the lldb-commits
mailing list