Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve disassemble command completion
@ 2023-10-20 21:33 Andrew Burgess
  2023-10-20 21:33 ` [PATCH 1/3] gdb: error if /r and /b are used with disassemble command Andrew Burgess
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Andrew Burgess @ 2023-10-20 21:33 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

I wanted better tab completion for the disassemble command.

---

Andrew Burgess (3):
  gdb: error if /r and /b are used with disassemble command
  gdb: make skip_over_slash_fmt available outside printcmd.c
  gdb: add a custom command completer for disassemble command

 gdb/NEWS                              |  7 +++
 gdb/cli/cli-cmds.c                    | 20 ++++++++-
 gdb/completer.c                       | 53 ++++++++++++++++++++++
 gdb/completer.h                       | 17 +++++++
 gdb/doc/gdb.texinfo                   | 20 ++++++---
 gdb/printcmd.c                        | 65 ---------------------------
 gdb/testsuite/gdb.base/completion.exp | 30 +++++++++++++
 gdb/testsuite/gdb.disasm/basics.c     | 22 +++++++++
 gdb/testsuite/gdb.disasm/basics.exp   | 43 ++++++++++++++++++
 9 files changed, 205 insertions(+), 72 deletions(-)
 create mode 100644 gdb/testsuite/gdb.disasm/basics.c
 create mode 100644 gdb/testsuite/gdb.disasm/basics.exp


base-commit: 1c37b30945073f34bbb685d2ac47ab01e0c93d45
-- 
2.25.4


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

end of thread, other threads:[~2023-11-08 11:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-20 21:33 [PATCH 0/3] Improve disassemble command completion Andrew Burgess
2023-10-20 21:33 ` [PATCH 1/3] gdb: error if /r and /b are used with disassemble command Andrew Burgess
2023-10-21  7:22   ` Eli Zaretskii
2023-10-20 21:33 ` [PATCH 2/3] gdb: make skip_over_slash_fmt available outside printcmd.c Andrew Burgess
2023-10-20 21:33 ` [PATCH 3/3] gdb: add a custom command completer for disassemble command Andrew Burgess
2023-11-08 11:21 ` [PATCH 0/3] Improve disassemble command completion Andrew Burgess

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