mib added inline comments.

================
Comment at: lldb/examples/python/crashlog.py:529
+            if key == "x":
+                registers.update(self.parse_thread_registers({ str(idx) : reg
+                                                              for idx,reg in
----------------
shafik wrote:
> nitpick: Is there a better way to format this code or rewrite it so that is 
> reads better?
@shafik I didn't feel like creating a variable on top of that but if you think 
it can improve readability, I can do that.


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

https://reviews.llvm.org/D119168

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

Reply via email to