[Lldb-commits] [PATCH] D96368: Document the "extra_args" parameter to scripted breakpoint callbacks

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 9 16:45:18 PST 2021


kastiglione added inline comments.


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


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96368



More information about the lldb-commits mailing list