[all-commits] [llvm/llvm-project] 056f01: [lldb/Reproducers] Assert when trying to get objec...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 29 21:38:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 056f01f895615686e63b9729096f7eb98b47223f
https://github.com/llvm/llvm-project/commit/056f01f895615686e63b9729096f7eb98b47223f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M lldb/source/Utility/ReproducerInstrumentation.cpp
Log Message:
-----------
[lldb/Reproducers] Assert when trying to get object for invalid index.
Assert when trying to get an object for an index we haven't seen before.
This will crash anyway, the assertion is just a bit more informative.
Commit: 12c185ac5e5c396018c60565eff50187bace7011
https://github.com/llvm/llvm-project/commit/12c185ac5e5c396018c60565eff50187bace7011
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M lldb/include/lldb/Utility/ReproducerInstrumentation.h
M lldb/source/Utility/ReproducerInstrumentation.cpp
Log Message:
-----------
[lldb/Reproducers] Fix reproducer instrumentation formatting (NFC)
Compare: https://github.com/llvm/llvm-project/compare/e28d8f9069b9...12c185ac5e5c
More information about the All-commits
mailing list