[Lldb-commits] [PATCH] D151002: [lldb] Fix process pid parsing issue
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 19 15:52:36 PDT 2023
mib added a comment.
In D151002#4357886 <https://reviews.llvm.org/D151002#4357886>, @bulbazord wrote:
> You probably encountered this somewhere, is there a simple test we could add here? The change looks fine to me nonetheless.
This is specific to interactive scripted process and the only test requires Apple Silicon: https://github.com/llvm/llvm-project/blob/main/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test#L1 so Green Dragon didn't caught this issue.
You should be able to repro by running `ninja check-lldb-shell` on Apple Silicon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151002/new/
https://reviews.llvm.org/D151002
More information about the lldb-commits
mailing list