This is an archive of the discontinued LLVM Phabricator instance.

Fix error in TestNumThreads.py when frame.GetFunctionName returns none
ClosedPublic

Authored by omjavaid on May 12 2020, 5:31 AM.

Details

Summary

This patch fixes an error happening in TestNumThreads.py when it encounters frame.GetFunctionName none for address only locations in stripped libc.

This error was showing up on arm-linux docker container running lldb buildbot.

Diff Detail

Event Timeline

omjavaid created this revision.May 12 2020, 5:31 AM
labath accepted this revision.May 12 2020, 6:00 AM
This revision is now accepted and ready to land.May 12 2020, 6:00 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2020, 5:16 PM