[all-commits] [llvm/llvm-project] 835b5e: Add warning message to `session save` when transcr...
Tom Yang via All-commits
all-commits at lists.llvm.org
Sat Oct 5 00:30:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 835b5e278e525dc628d4d0c085eb272996aed466
https://github.com/llvm/llvm-project/commit/835b5e278e525dc628d4d0c085eb272996aed466
Author: Tom Yang <zhenyutyang at gmail.com>
Date: 2024-10-05 (Sat, 05 Oct 2024)
Changed paths:
M lldb/source/Commands/CommandObjectSession.cpp
M lldb/source/Interpreter/CommandInterpreter.cpp
M lldb/source/Interpreter/InterpreterProperties.td
M lldb/test/API/commands/session/save/TestSessionSave.py
Log Message:
-----------
Add warning message to `session save` when transcript isn't saved. (#109020)
Somewhat recently, we made the change to hide the behavior to save LLDB
session history to the transcript buffer behind the flag
`interpreter.save-transcript`. By default, `interpreter.save-transcript`
is false. See #90703 for context.
I'm making a small update here to our `session save` messaging and some
help docs to clarify for users that aren't aware of this change. Maybe
`interpreter.save-transcript` could be true by default as well. Any
feedback welcome.
# Tests
```
bin/lldb-dotest -p TestSessionSave
```
---------
Co-authored-by: Tom Yang <toyang at fb.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list