From: Andrew Burgess <aburgess@redhat.com>
To: gdb-patches@sourceware.org
Cc: Andrew Burgess <aburgess@redhat.com>
Subject: [PATCH 0/3] Improve disassemble command completion
Date: Fri, 20 Oct 2023 22:33:08 +0100 [thread overview]
Message-ID: <cover.1697837538.git.aburgess@redhat.com> (raw)
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
next reply other threads:[~2023-10-20 21:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-20 21:33 Andrew Burgess [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1697837538.git.aburgess@redhat.com \
--to=aburgess@redhat.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox