I forgot to document this when adding the feature. Added docs here in both the python-reference.rst and in the command help.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96368
Document the "extra_args" parameter to scripted breakpoint callbacks ClosedPublic Authored by jingham on Feb 9 2021, 2:03 PM.
Details Summary I forgot to document this when adding the feature. Added docs here in both the python-reference.rst and in the command help.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 9 2021, 2:25 PM This revision was landed with ongoing or failed builds.Feb 9 2021, 3:33 PM Closed by commit rG365b186c242b: Add documentation for the extra_args parameter to breakpoint commands. (authored by jingham). · Explain Why This revision was automatically updated to reflect the committed changes. kastiglione added inline comments.
Revision Contents
Diff 322523 lldb/docs/use/python-reference.rst
lldb/source/Commands/CommandObjectBreakpointCommand.cpp
|
How about internal_dict, the name used elsewhere, and since in this example dict would shadow the python dict() constructor.