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
..
2022-08-17 08:52:58 +00:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2023-01-25 11:03:58 -08:00
2022-11-11 17:03:02 -08:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-10-20 15:03:36 -07:00
2022-06-17 14:34:49 -07:00
2022-09-13 10:38:38 -07:00
2023-01-25 11:03:58 -08:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-10-17 17:27:54 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-10-27 09:08:54 -07:00
2022-06-29 17:05:58 -07:00
2022-10-17 17:27:54 -07:00
2022-11-11 17:03:02 -08:00
2022-08-24 20:07:00 +05:00
2022-06-17 14:34:49 -07:00
2023-02-10 01:37:26 +00:00
2023-02-02 11:35:29 +00:00
2023-01-18 18:18:52 +00:00
2022-08-11 19:11:01 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2023-02-14 23:20:56 +01:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2023-03-10 12:20:58 +00:00
2022-08-15 08:54:06 +00:00
2022-06-17 14:34:49 -07:00
2023-01-25 11:03:58 -08:00
2022-06-17 14:34:49 -07:00
2023-03-21 10:42:24 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2023-02-16 21:45:56 -08:00
2022-08-22 15:46:03 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-09-16 16:36:00 +02:00
2023-01-25 11:03:58 -08:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-08-11 19:11:01 -07:00
2022-06-17 14:34:49 -07:00
2022-08-11 19:11:01 -07:00
2022-08-22 15:46:03 -07:00
2022-08-11 19:11:01 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-10-04 21:38:33 +00:00