[Lldb-commits] [PATCH] D96368: Document the "extra_args" parameter to scripted breakpoint callbacks
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 9 17:49:08 PST 2021
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
More information about the lldb-commits
mailing list