[Lldb-commits] [lldb] [lldb] Fix linux x64 test (PR #143048)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 5 17:59:54 PDT 2025
https://github.com/jimingham approved this pull request.
I still don't understand the failures that triggered this patch - stopping at the entry point somehow is at a place where both the function name filter for `main` and `step_into_me` pass - even though that should be the same stop-point for both checks. That seems quite odd.
But this test was not intending to test entry point behavior, so it's fine to exclude this for the purposes of this test.
You still have to fix the Python formatting but then this should be fine.
https://github.com/llvm/llvm-project/pull/143048
More information about the lldb-commits
mailing list