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
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
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/