llvm-project/lldb/test
Dave Lee 3854963854 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
2023-03-21 10:42:24 -07:00
..
API Recommit [lldb] Change dwim-print to default to disabled persistent results 2023-03-21 10:42:24 -07:00
Shell [lldb] Fix d875838e8b 2023-03-17 10:45:46 -07:00
Unit
CMakeLists.txt [lldb] Introduce CMake variable LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS 2023-03-20 10:41:22 -07:00
lit.cfg.py
lit.site.cfg.py.in