[all-commits] [llvm/llvm-project] d3ba1e: [lldb/Reproducer] Add SBReproducer::Replay overloa...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jan 10 15:03:14 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d3ba1e026dbc44e9097ce6ea1c92d065f1fe33e8
https://github.com/llvm/llvm-project/commit/d3ba1e026dbc44e9097ce6ea1c92d065f1fe33e8
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-10 (Fri, 10 Jan 2020)
Changed paths:
M lldb/include/lldb/API/SBReproducer.h
M lldb/source/API/SBReproducer.cpp
Log Message:
-----------
[lldb/Reproducer] Add SBReproducer::Replay overload (again)
I modified the SBAPI under the assumption that nobody was using the old
API yet. However, that turns out to be false. So instead of adding the
deafault argument I've reintroduced the old API and made the new one an
overload.
More information about the All-commits
mailing list