public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Improve help test for commands defined in Python
@ 2022-05-17 10:51 Andrew Burgess
  2022-05-17 10:51 ` [PATCH 1/2] gdb: use gdb::unique_xmalloc_ptr<char> for docs in cmdpy_init Andrew Burgess
  2022-05-17 10:51 ` [PATCH 2/2] gdb/python: improve formatting of help text for user defined commands Andrew Burgess
  0 siblings, 2 replies; 16+ messages in thread
From: Andrew Burgess @ 2022-05-17 10:51 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

Patch #1 is a small refactor ahead of patch #2.

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb: use gdb::unique_xmalloc_ptr<char> for docs in cmdpy_init
  gdb/python: improve formatting of help text for user defined commands

 gdb/NEWS                                     |   6 +
 gdb/python/py-cmd.c                          |  16 +-
 gdb/python/py-param.c                        |   2 +
 gdb/python/py-utils.c                        | 198 +++++++++++++
 gdb/python/python-internal.h                 |  21 ++
 gdb/testsuite/gdb.python/py-doc-reformat.exp | 278 +++++++++++++++++++
 6 files changed, 513 insertions(+), 8 deletions(-)
 create mode 100644 gdb/testsuite/gdb.python/py-doc-reformat.exp

-- 
2.25.4


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-06-07 16:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 10:51 [PATCH 0/2] Improve help test for commands defined in Python Andrew Burgess
2022-05-17 10:51 ` [PATCH 1/2] gdb: use gdb::unique_xmalloc_ptr<char> for docs in cmdpy_init Andrew Burgess
2022-05-26 17:43   ` Tom Tromey
2022-05-28 10:10     ` Andrew Burgess
2022-05-17 10:51 ` [PATCH 2/2] gdb/python: improve formatting of help text for user defined commands Andrew Burgess
2022-05-17 12:19   ` Eli Zaretskii
2022-05-17 22:41   ` Lancelot SIX
2022-05-18 10:19   ` Andrew Burgess
2022-05-18 12:09     ` Eli Zaretskii
2022-05-26 17:46     ` Tom Tromey
2022-05-28 10:11       ` Andrew Burgess
2022-05-31 21:54         ` Carl Love
2022-05-31 23:10           ` Carl Love
2022-06-03 18:05             ` Carl Love
2022-06-06 11:40               ` [PUSHED] gdb/testsuite: add missing skip_python_tests call in py-doc-reformat.exp Andrew Burgess
2022-06-07 16:08                 ` Carl Love

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).