[all-commits] [llvm/llvm-project] 066e81: [lldb/Reproducers] Add a flag to always generating...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 15 19:46:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 066e817b421e8502a72735988e14713940517aaa
https://github.com/llvm/llvm-project/commit/066e817b421e8502a72735988e14713940517aaa
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M lldb/include/lldb/API/SBReproducer.h
M lldb/include/lldb/Utility/Reproducer.h
M lldb/source/API/SBReproducer.cpp
M lldb/source/Utility/Reproducer.cpp
M lldb/test/Shell/Reproducer/TestDriverOptions.test
M lldb/tools/driver/Driver.cpp
M lldb/tools/driver/Options.td
Log Message:
-----------
[lldb/Reproducers] Add a flag to always generating a reproducer
Add a flag which always generates a reproducer when normally it would be
discarded. This is meant for testing purposes to capture a debugger
session without modification the session itself.
More information about the All-commits
mailing list