[Lldb-commits] [PATCH] D88123: Add the ability to write 'target stop-hooks' in Python

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 22 18:57:42 PDT 2020


kastiglione added inline comments.


================
Comment at: lldb/source/Commands/CommandObjectTarget.cpp:4625
+  
+    def__init__(self, target, extra_args, dict):
+    
----------------
missing space after `def`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88123



More information about the lldb-commits mailing list