This is an archive of the discontinued LLVM Phabricator instance.

[lldb/test] Add alternate symbol to StackFrame Recognizer
ClosedPublic

Authored by mib on Feb 11 2020, 1:24 AM.

Details

Summary

This patch reverts commit 6b2979c12300b90a1e69791d43ee9cff14f4265e and updates it to reflect the addition of the alternate symbol attribute to StackFrame Recognizer.

This should fix the test failures it caused on macOS, and continue working on Linux.

It also addresses D74252 feedbacks.

Diff Detail

Event Timeline

mib created this revision.Feb 11 2020, 1:24 AM
mib added a comment.Feb 11 2020, 1:33 AM

Hi @jankratochvil,

Could you let me know if this works on your end ?

Thanks!

jankratochvil accepted this revision.Feb 11 2020, 2:22 AM

This patch reverts commit 6b2979c12300b90a1e69791d43ee9cff14f4265e

The patch is already reverted, this patch reimplements it.

In D74388#1868935, @mib wrote:

Could you let me know if this works on your end ?

Yes, it works on Fedora 31 x86_64.

lldb/source/Target/AssertFrameRecognizer.cpp
144

I see I made a mistake here, thanks for fixing it. That was probably the OSX regression.

This revision is now accepted and ready to land.Feb 11 2020, 2:22 AM
mib closed this revision.Feb 11 2020, 2:51 AM
mib marked an inline comment as done.Feb 12 2020, 11:20 AM