[Lldb-commits] [PATCH] D139250: [lldb] Add ScriptedPlatform python implementation
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 14 02:05:08 PST 2022
mib marked 2 inline comments as done.
mib added inline comments.
================
Comment at: lldb/examples/python/scripted_process/scripted_platform.py:33
+
+ processes = {
+ 420: {
----------------
bulbazord wrote:
> JDevlieghere wrote:
> > Why is this method implemented and not a `pass` like the others?
> This method is not implemented, it's just a docstring explaining how this method should function. The `pass` is on line 50.
+1
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139250/new/
https://reviews.llvm.org/D139250
More information about the lldb-commits
mailing list