[Lldb-commits] [PATCH] D139247: [lldb/Utility] Make ScriptedProcessInfo more generic
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 2 23:41:06 PST 2022
mib created this revision.
mib added reviewers: JDevlieghere, bulbazord.
mib added a project: LLDB.
Herald added a project: All.
mib requested review of this revision.
Herald added a subscriber: lldb-commits.
This patch moves the ScriptedProcessInfo class out of the
ScriptedProcess and hoist it as a standalone utility class, so it can be
reused with the Scripted Platform.
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139247
Files:
lldb/include/lldb/Utility/ScriptedMetadata.h
lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
lldb/source/Plugins/Process/scripted/ScriptedProcess.h
lldb/source/Plugins/Process/scripted/ScriptedThread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139247.479805.patch
Type: text/x-patch
Size: 6689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221203/a766c6e8/attachment.bin>
More information about the lldb-commits
mailing list