[Lldb-commits] [PATCH] D112109: [lldb/Plugins] Serialize ProcessLaunchInfo ScriptedProcess Dictionary

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 22 13:17:35 PDT 2021


JDevlieghere requested changes to this revision.
JDevlieghere added a comment.
This revision now requires changes to proceed.

I'd like to understand what the actual problem is and whether it can be avoided before we use a workaround like this. We have different places where we use structured data to communicate between Python and LLDB. What's special about this use case? If we really do need the workaround it would be good to keep that information somewhere so that the next person doesn't have to go through the same process.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112109/new/

https://reviews.llvm.org/D112109



More information about the lldb-commits mailing list