jingham added inline comments.

================
Comment at: lldb/source/Commands/CommandObjectBreakpointCommand.cpp:127
+
+def breakpoint_callback(frame, bp_loc, extra_args, dict):
+  # Your code goes here
----------------
kastiglione wrote:
> How about `internal_dict`, the name used elsewhere, and since in this example 
> `dict` would shadow the python `dict()` constructor.
Did this as a follow-on.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96368

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

Reply via email to