[all-commits] [llvm/llvm-project] 88f409: [lldb] Parse the crashlog only once
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Apr 11 17:05:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88f409194d5ac84eb19ee91260a17c6c8b992eda
https://github.com/llvm/llvm-project/commit/88f409194d5ac84eb19ee91260a17c6c8b992eda
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M lldb/examples/python/crashlog.py
M lldb/examples/python/scripted_process/crashlog_scripted_process.py
M lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
M lldb/source/Plugins/Process/scripted/ScriptedProcess.h
Log Message:
-----------
[lldb] Parse the crashlog only once
Now that we can pass Python objects to the scripted process instance, we
don't need to parse the crashlog twice anymore.
Differential revision: https://reviews.llvm.org/D148063
More information about the All-commits
mailing list