diff options
author | Dave Lee <davelee.com@gmail.com> | 2023-03-08 13:22:00 -0800 |
---|---|---|
committer | Dave Lee <davelee.com@gmail.com> | 2023-03-21 10:42:24 -0700 |
commit | 385496385476fc9735da5fa4acabc34654e8b30d (patch) | |
tree | 0775d62e7fb022a14b3bcdb8cbf4961a63edba44 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | c819257b7f3e88cbb90cdaaa90eec650513702c7 (diff) | |
download | llvm-385496385476fc9735da5fa4acabc34654e8b30d.zip llvm-385496385476fc9735da5fa4acabc34654e8b30d.tar.gz llvm-385496385476fc9735da5fa4acabc34654e8b30d.tar.bz2 |
Recommit [lldb] Change dwim-print to default to disabled persistent results
Change `dwim-print` to now disable persistent results by default, unless requested by
the user with the `--persistent-result` flag.
Ex:
```
(lldb) dwim-print 1 + 1
(int) 2
(lldb) dwim-print --persistent-result on -- 1 + 1
(int) $0 = 2
```
Users who wish to enable persistent results can make and use an alias that includes
`--persistent-result on`.
Updates: To recommit this, both TestPersistentResult.py and TestPAlias.py needed to be
updated, as well as the changes in D146230.
Differential Revision: https://reviews.llvm.org/D145609
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions