[all-commits] [llvm/llvm-project] d0f503: Reland "Add a test for evicting unreachable module...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Dec 14 02:54:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0f5039e5db5c2b9222f78e7242401061ab259dc
https://github.com/llvm/llvm-project/commit/d0f5039e5db5c2b9222f78e7242401061ab259dc
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-12-14 (Thu, 14 Dec 2023)
Changed paths:
M lldb/source/Target/Thread.cpp
A lldb/test/API/python_api/global_module_cache/Makefile
A lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
A lldb/test/API/python_api/global_module_cache/one-print.c
A lldb/test/API/python_api/global_module_cache/two-print.c
Log Message:
-----------
Reland "Add a test for evicting unreachable modules from the global module cache (#74894)"
This reverts commit 35dacf2f51af251a74ac98ed29e7c454a619fcf1.
And relands the original change with two additions so I can debug the failure on Arm/AArch64:
* Enable lldb step logging in the tests.
* Assert that the current plan is not the base plan at the spot I believe is calling PopPlan.
These will be removed and replaced with a proper fix once I see some failures on the bots,
I couldn't reproduce it locally.
(also, no sign of it on the x86_64 bot)
More information about the All-commits
mailing list