[Lldb-commits] [PATCH] D90706: [crashlog] Pass the debugger around instead of relying on lldb.debugger

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 4 09:19:09 PST 2020


vsk added inline comments.


================
Comment at: lldb/examples/python/crashlog.py:853
+        # can rely on lldb.debugger being set.
+        SymbolicateCrashLogs(lldb.debugger, shlex.split(command))
     except Exception as e:
----------------
Why does crashlog.Symbolicate accept a debugger parameter?


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

https://reviews.llvm.org/D90706



More information about the lldb-commits mailing list