[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 14f7de72b62ec8e73a8a57b25ad8fef230dc6a3c by Zachary Ware in branch '3.8': [3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#15744) https://github.com/python/cpython/commit/14f7de72b62ec8e73a8a57b25ad8fef230dc6a3c

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15398 pull_request: https://github.com/python/cpython/pull/15744 ___ Python tracker ___

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 1f86fdcfc57270ee569cc58269a4e08afe7608ec by Zachary Ware (Florian Bruhin) in branch 'master': bpo-15817: gdbinit: Document commands after defining them (GH-15021) https://github.com/python/cpython/commit/1f86fdcfc57270ee569cc58269a4e08afe7608ec

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-07-30 Thread Florian Bruhin
Change by Florian Bruhin : -- pull_requests: +14782 pull_request: https://github.com/python/cpython/pull/15021 ___ Python tracker ___

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2018-04-05 Thread Ned Deily
Ned Deily added the comment: Thanks everyone! -- assignee: dmalcolm -> resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 -Python 3.7 ___ Python tracker

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2018-04-05 Thread Ned Deily
Ned Deily added the comment: New changeset 7286dbd8b20bd0a26fabe1a07ff368082a9c5ed6 by Ned Deily (Skip Montanaro) in branch 'master': bpo-15817: Expose command documentation to gdb help (GH-6384)

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2018-04-05 Thread Skip Montanaro
Change by Skip Montanaro : -- versions: +Python 3.7 -Python 3.4 ___ Python tracker ___

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2018-04-05 Thread Skip Montanaro
Skip Montanaro added the comment: This looks good to me. I added a pull request with a couple minor tweaks. Unfortunately, I can't tell how to add a "skip news" label. This doesn't seem "big" enough to warrant it. -- nosy: +skip.montanaro

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2018-04-05 Thread Skip Montanaro
Change by Skip Montanaro : -- pull_requests: +6094 stage: -> patch review ___ Python tracker ___

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2013-10-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: This looks like a good idea. Of course, since we now have the python-gdb pluging which provides much more powerful diagnostics on modern gdbs, the usefulness of gdbinit is a bit reduced. -- nosy: +pitrou ___ Python

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2013-10-14 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- assignee: - dmalcolm nosy: +dmalcolm ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15817 ___ ___

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2012-08-29 Thread Alexander Belopolsky
New submission from Alexander Belopolsky: Currently help user-defined lists commands defined in Misc/gdbinit without explanations (gdb) help user-defined User-defined commands. The commands in this class are those defined by the user. Use the define command to define a command. List of