This patch moves the ScriptedProcessInfo class out of the
ScriptedProcess and hoist it as a standalone interpreter class, so it can be
reused with the Scripted Platform.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Paths
| Differential D139247
[lldb/Interpreter] Make ScriptedProcessInfo more generic ClosedPublic Authored by mib on Dec 2 2022, 11:41 PM.
Details Summary This patch moves the ScriptedProcessInfo class out of the Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diff Detail Event Timelinemib added a child revision: D139248: [lldb/Interpreter] Improve ScriptedPythonInterface::GetStatusFromMethod.Dec 2 2022, 11:46 PM JDevlieghere added inline comments.
This revision now requires changes to proceed.Dec 5 2022, 9:35 AM
mib retitled this revision from [lldb/Utility] Make ScriptedProcessInfo more generic to [lldb/Interpreter] Make ScriptedProcessInfo more generic. Comment ActionsMove class from Utility to Interpreter
This revision is now accepted and ready to land.Dec 5 2022, 2:09 PM Closed by commit rGd9f4d1b04852: [lldb/Interpreter] Make ScriptedProcessInfo more generic (authored by mib). · Explain WhyJan 12 2023, 12:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 480230 lldb/include/lldb/Interpreter/ScriptedMetadata.h
lldb/source/Plugins/Process/scripted/ScriptedProcess.h
lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
lldb/source/Plugins/Process/scripted/ScriptedThread.cpp
|
This should be LLDB_INTERPRETER_SCRIPTEDMETADATA_H to be consistent with other classes in Interpreter.