[Lldb-commits] [PATCH] D112046: [lldb/bindings] Change ScriptedThread initializer parameters

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


JDevlieghere added a comment.

Given that there's a 1:1 mapping between the target and the process, why did you change the interface as opposed to say extracting the process from the target?



================
Comment at: lldb/examples/python/scripted_process/my_scripted_process.py:137
                 % (__name__, MyScriptedProcess.__name__))
\ No newline at end of file

----------------
> No newline at end of file


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112046



More information about the lldb-commits mailing list