Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] gcore: add --help and --version options
@ 2025-03-06 17:10 Andrew Burgess
  2025-03-06 17:10 ` [PATCH 1/3] gcore: add -v or --version option to show version number Andrew Burgess
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Andrew Burgess @ 2025-03-06 17:10 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

The new gstack script has --help and --version options, which is more
than the older gcore script has!

This series adds these options to gcore, and also fixes a minor doc
typo relating to gcore.

Thanks,
Andrew

---

Andrew Burgess (3):
  gcore: add -v or --version option to show version number
  gcore: add -h|--help options, and improve help/usage message output
  gcore/doc: fix mistake in the gcore man page

 gdb/Makefile.in              |  7 ++--
 gdb/NEWS                     |  4 +++
 gdb/configure                |  5 ++-
 gdb/configure.ac             |  2 +-
 gdb/doc/gdb.texinfo          | 13 +++++--
 gdb/{gcore.in => gcore-1.in} | 69 ++++++++++++++++++++++++++++++++----
 6 files changed, 83 insertions(+), 17 deletions(-)
 rename gdb/{gcore.in => gcore-1.in} (68%)


base-commit: a6bc00ff35a42d6d555aa8de97d427074151ae47
-- 
2.47.1


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

end of thread, other threads:[~2025-03-06 20:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-06 17:10 [PATCH 0/3] gcore: add --help and --version options Andrew Burgess
2025-03-06 17:10 ` [PATCH 1/3] gcore: add -v or --version option to show version number Andrew Burgess
2025-03-06 17:31   ` Eli Zaretskii
2025-03-06 17:10 ` [PATCH 2/3] gcore: add -h|--help options, and improve help/usage message output Andrew Burgess
2025-03-06 17:33   ` Eli Zaretskii
2025-03-06 17:10 ` [PATCH 3/3] gcore/doc: fix mistake in the gcore man page Andrew Burgess
2025-03-06 17:32   ` Eli Zaretskii
2025-03-06 20:16 ` [PATCH 0/3] gcore: add --help and --version options Tom Tromey
2025-03-06 20:19 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox