forked from OSchip/llvm-project
![]() This patch changes the way the StackFrame Recognizers match a certain frame. Until now, recognizers could be registered with a function name but also an alternate symbol. This change is motivated by a test failure for the Assert frame recognizer on Linux. Depending the version of the libc, the abort function (triggered by an assertion), could have more than two signatures (i.e. `raise`, `__GI_raise` and `gsignal`). Instead of only checking the default symbol name and the alternate one, lldb will iterate over a list of symbols to match against. rdar://60386577 Differential Revision: https://reviews.llvm.org/D76188 Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com> |
||
---|---|---|
.. | ||
make | ||
plugins | ||
test_runner | ||
tools | ||
README-TestSuite | ||
__init__.py | ||
bench.py | ||
concurrent_base.py | ||
configuration.py | ||
darwin_log.py | ||
decorators.py | ||
dotest.py | ||
dotest_args.py | ||
lldb_pylint_helper.py | ||
lldbbench.py | ||
lldbdwarf.py | ||
lldbinline.py | ||
lldbpexpect.py | ||
lldbplatform.py | ||
lldbplatformutil.py | ||
lldbtest.py | ||
lldbtest_config.py | ||
lldbutil.py | ||
lock.py | ||
redo.py | ||
test_categories.py | ||
test_result.py |