Reland [lldb] Fix TestThreadStepOut.py after "Flush local value map on every instruction"
authorRaphael Isemann <teemperor@gmail.com>
Thu, 26 Nov 2020 08:40:02 +0000 (09:40 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 21 Jan 2021 12:35:13 +0000 (13:35 +0100)
commited2853d2c82d7286ba510c8f65049d6f649017f0
treed4bac4cb30e5017bf43a986294c448804d18eea7
parent060b51e0524aed6b6cc452baa8eb6d663a580eee
Reland [lldb] Fix TestThreadStepOut.py after "Flush local value map on every instruction"

The original patch got reverted as a dependency of cf1c774d6ace59c5adc9ab71b31e .
That patch got relanded so it's also necessary to reland this patch.

Original summary:

After cf1c774d6ace59c5adc9ab71b31e762c1be695b1, Clang seems to generate code
that is more similar to icc/Clang, so we can use the same line numbers for
all compilers in this test.
lldb/test/API/functionalities/thread/step_out/TestThreadStepOut.py
lldb/test/API/functionalities/thread/step_out/main.cpp