[all-commits] [llvm/llvm-project] bad615: [Reproducers] Serialize process arguments in Proce...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue May 12 11:12:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bad61548b2074cf3bf7be2cb4c0d75646e001a73
https://github.com/llvm/llvm-project/commit/bad61548b2074cf3bf7be2cb4c0d75646e001a73
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M lldb/include/lldb/Utility/Args.h
M lldb/source/Utility/Args.cpp
M lldb/source/Utility/ProcessInfo.cpp
A lldb/test/Shell/Reproducer/TestProcessList.test
M lldb/unittests/Utility/ArgsTest.cpp
Log Message:
-----------
[Reproducers] Serialize process arguments in ProcessInfo
While debugging why TestProcessList.py failed during passive replay, I
remembered that we don't serialize the arguments for ProcessInfo. This
is necessary to make the test pass and to make platform process list -v
behave the same during capture and replay.
Differential revision: https://reviews.llvm.org/D79646
More information about the All-commits
mailing list