[all-commits] [llvm/llvm-project] 0cf86d: [Reproducer] Quit the debugger after generating a ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Nov 11 14:30:15 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0cf86da1741fb1a4278dc31dfc8f1538c9186892
https://github.com/llvm/llvm-project/commit/0cf86da1741fb1a4278dc31dfc8f1538c9186892
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-11-11 (Mon, 11 Nov 2019)
Changed paths:
M lldb/source/Commands/CommandObjectReproducer.cpp
Log Message:
-----------
[Reproducer] Quit the debugger after generating a reproducer
Currently nothing prevents you from continuing your debug session after
generating the reproducer. This can cause the reproducer to end up in an
inconsistent state. Most of the time this doesn't matter, but I want to
prevent this from causing bugs in the future.
More information about the All-commits
mailing list