[Lldb-commits] [PATCH] D148063: [lldb] Parse the crashlog only once

2023-04-11 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG88f409194d5a: [lldb] Parse the crashlog only once (authored by JDevlieghere). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D148

[Lldb-commits] [PATCH] D148063: [lldb] Parse the crashlog only once

2023-04-11 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib accepted this revision. mib added a comment. This revision is now accepted and ready to land. LGTM! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D148063/new/ https://reviews.llvm.org/D148063 ___ lldb-commits mailing list lldb-commits@list

[Lldb-commits] [PATCH] D148063: [lldb] Parse the crashlog only once

2023-04-11 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: mib. Herald added a project: All. JDevlieghere requested review of this revision. Now that we can pass Python objects to the scripted process instance, we don't need to parse the crashlog twice anymore. https://reviews.llvm.org/