[Lldb-commits] [PATCH] D124028: Add some docs on how to use container commands to the python reference doc

2022-04-29 Thread Jim Ingham via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGaa7470a1b313: Add a paragraph showing how to use container commands. (authored by jingham). Changed prior to commit: https://reviews.llvm.org/D124028?vs=423691=426128#toc Repository: rG LLVM Github

[Lldb-commits] [PATCH] D124028: Add some docs on how to use container commands to the python reference doc

2022-04-19 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. LGTM Comment at: lldb/docs/use/python-reference.rst:675 + +:: + (lldb) help my-utilities For this to be formatted as code you need an extra

[Lldb-commits] [PATCH] D124028: Add some docs on how to use container commands to the python reference doc

2022-04-19 Thread Jim Ingham via Phabricator via lldb-commits
jingham created this revision. jingham added a reviewer: JDevlieghere. Herald added a project: All. jingham requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. I added this feature a while back but didn't put an example in the python