[all-commits] [llvm/llvm-project] 0796b1: Fix error in TestNumThreads.py when frame.GetFunct...
Muhammad Omair Javaid via All-commits
all-commits at lists.llvm.org
Tue May 12 17:14:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0796b170fb3bf38e6cc4e59746120b37c9a9cd9f
https://github.com/llvm/llvm-project/commit/0796b170fb3bf38e6cc4e59746120b37c9a9cd9f
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
M lldb/test/API/functionalities/thread/num_threads/TestNumThreads.py
Log Message:
-----------
Fix error in TestNumThreads.py when frame.GetFunctionName returns none
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.
Reviewers: labath
Reviewed By: labath
Subscribers: kristof.beyls, lldb-commits
Differential Revision: https://reviews.llvm.org/D79777
More information about the All-commits
mailing list