hanchenye-llvm-project/lldb/utils
Jonas Devlieghere 0274c797c6 [lldb/Utils] Serialize exit code in lldb-repro.py
After 61d5b0e663 more shell test are expected to exit with a non-zero
status code. Because the exit status is computed in the driver and not
behind the SB API layer, reproducers don't know about it and always
return 0 unless replay failed.

This discrepancy means that these tests don't work with lldb-repro.py
and skipping them for this reason would be a pity. To solve this
problem, the script now serializes the exit code during capture and
returns that during replay.

These is an assert that ensures that replay exits with a zero exit
status to prevent replay failures from being silently ignored.
2020-05-05 16:05:49 -07:00
..
TableGen
lit-cpuid
lldb-dotest Another attempt of D77452 - da0e91fee6 2020-04-15 17:52:36 -07:00
lldb-repro [lldb/Utils] Serialize exit code in lldb-repro.py 2020-05-05 16:05:49 -07:00
lui
test
CMakeLists.txt