bulbazord added inline comments.

================
Comment at: lldb/examples/python/crashlog.py:599-602
+            if 'symbol' in json_frame:
+                symbol = json_frame['symbol']
+                location = 0
+                if "symbolLocation" in json_frame and 
json_frame["symbolLocation"]:
----------------
nit: Why use single quotes for `'symbol'` but double quotes for 
`"symbolLocation"`? Did some python formatter gives you this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151844

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to