summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2019-11-14 11:27:41 +0100
committerDiana Picus <diana.picus@linaro.org>2019-11-15 14:20:25 +0100
commit5f0c3bad2f03b9bba7f899d7b0ce667ca355f69d (patch)
treebbb72bb888a2ac1d82175a0a2be6014cbc1bcf9e /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
parent9c5e0fcc23f7d739f005c4e35f57024e28da7568 (diff)
downloadbcm5719-llvm-5f0c3bad2f03b9bba7f899d7b0ce667ca355f69d.tar.gz
bcm5719-llvm-5f0c3bad2f03b9bba7f899d7b0ce667ca355f69d.zip
Fix TestFormatters.py stepping too far
TestFormatters.py has a sequence of three 'next' commands to get past all the initializations in the test function. On AArch64 (and potentially other platforms), this was one 'next' too many and we ended up outside our frame. This patch replaces the sequence with a 'thread until ' the line of the return from the function, so we should stop after all the initializations but before actually returning. Differential Revision: https://reviews.llvm.org/D70303
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud