[Lldb-commits] [PATCH] D139945: [lldb] Add scripted process launch/attach option to platform <process> commands
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 20 16:19:58 PST 2022
JDevlieghere added a comment.
In D139945#3999351 <https://reviews.llvm.org/D139945#3999351>, @labath wrote:
> For a "plugin", the scripted process is sure getting a lot of special handling in generic code. (I know this isn't being introduced here, but I wasn't involved in the previous review -- and I'm not actually sure I want to be involved here). I don't think that's necessarily a bad thing in this case, but maybe we should not be calling it a plugin in that case? We already have a couple of precedents for putting implementations of "pluggable" classes into generic code -- ProcessTrace for instance. And just like in the case of ProcessTrace (where the real plugin is the thing which handles the trace file format), here the real plugin would the the scripting language backing the scripted process?
>
> (Apart from that, this patch seems fine.)
Maybe one way around this is to have some generic metadata that gets passed to the plugin, that can be different per plugin?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139945/new/
https://reviews.llvm.org/D139945
More information about the lldb-commits
mailing list