[Lldb-commits] [PATCH] D119155: [lldb] Print message after loading 'crashlog' command
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 7 10:46:54 PST 2022
JDevlieghere added a comment.
In D119155#3301826 <https://reviews.llvm.org/D119155#3301826>, @kastiglione wrote:
>> We have (shell) tests that import the crashlog command. Can you add a check line to make sure the message gets printed?
>
> The message isn't printed for a Python `import`, only for an lldb `command script import`.
Both `ScriptInterpreter/Python/Crashlog/text.test` and `ScriptInterpreter/Python/Crashlog/json.test` are using `command script import`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119155/new/
https://reviews.llvm.org/D119155
More information about the lldb-commits
mailing list