[Lldb-commits] [PATCH] D82155: [WIP][lldb/interpreter] Add ability to save lldb session to a file
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 19 01:02:26 PDT 2020
mib added a comment.
Hey folks, this is a first implementation of the patch and surely there will be several other revisions before landing it.
Some functionalities are not supported yet, like:
- Multi-line expression
- Python/Lua? Interactive script interpreter
- Outputs that aren't in the `CommandReturnObject`
I didn't provide tests because it's still WIP (obviously, it will come it the next revisions) , but at the moment, I'm not sure what would be a good test plan for this feature (suggestions are welcomed).
Thanks in advance for the feedback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82155/new/
https://reviews.llvm.org/D82155
More information about the lldb-commits
mailing list