summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBEnvironment.cpp
AgeCommit message (Collapse)Author
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
Remove the last remaining references to the reproducers from the instrumentation. This patch renames the relevant files and macros. Differential revision: https://reviews.llvm.org/D117712
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
This patch removes most of the reproducer instrumentation. It keeps around the LLDB_RECORD_* macros for logging. See [1] for more details. [1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html Differential revision: https://reviews.llvm.org/D116847
2020-05-20[lldb/Reproducers] Add instrumentation to SBEnvironmentJonas Devlieghere
This class should've been instrumented when it landed. Whether the class is "highly mutable" or not doesn't affect that. With this patch TestSBEnvironment.py now passes when replayed.
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-23Revert "Create basic SBEnvironment class"Walter Erquinigo
This reverts commit fd868f517d2c5ca8c0f160dbec0857b14ecf74c1.
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-20Revert "Create basic SBEnvironment class"Walter Erquinigo
This reverts commit 34c0759f846447454714c8faa0e1753a8713637b.
2020-03-20Create basic SBEnvironment classWalter Erquinigo
Summary: Inspired by https://reviews.llvm.org/D74636, I'm introducing a basic version of Environment in the API. More functionalities can be added as needed. Reviewers: labath, clayborg Subscribers: mgorny, lldb-commits, diazhector98 Tags: #lldb Differential Revision: https://reviews.llvm.org/D76111
2020-03-20Temporarily Revert "Create basic SBEnvironment class"Adrian Prantl
while investigating bot breakage. This reverts commit 2dec82652e4b6424e46e7bd674cb6404e01e218e.
2020-03-20Create basic SBEnvironment classWalter Erquinigo
Summary: Inspired by https://reviews.llvm.org/D74636, I'm introducing a basic version of Environment in the API. More functionalities can be added as needed. Reviewers: labath, clayborg Subscribers: mgorny, lldb-commits, diazhector98 Tags: #lldb Differential Revision: https://reviews.llvm.org/D76111