[Lldb-commits] [PATCH] D139250: [lldb] Add ScriptedPlatform python implementation
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 13 14:13:02 PST 2022
bulbazord added inline comments.
================
Comment at: lldb/examples/python/scripted_process/scripted_platform.py:33
+
+ processes = {
+ 420: {
----------------
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139250/new/
https://reviews.llvm.org/D139250
More information about the lldb-commits
mailing list