Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Tab complete convenience variables
@ 2024-08-22 15:47 Antonio Rische
  2024-08-22 15:47 ` [PATCH 1/2] gdb: Do not create variables when parsing expressions Antonio Rische
  2024-08-22 15:47 ` [PATCH 2/2] gdb: Tab complete internalvars in expressions Antonio Rische
  0 siblings, 2 replies; 7+ messages in thread
From: Antonio Rische @ 2024-08-22 15:47 UTC (permalink / raw)
  To: gdb-patches; +Cc: Antonio Rische

Implement tab completion for convenience variables. This has been
something that annoyed me about gdb for years.

Antonio Rische (2):
  gdb: Do not create variables when parsing expressions
  gdb: Tab complete internalvars in expressions

 gdb/ax-gdb.c        | 25 +++++++++++++++++++++++
 gdb/cli/cli-utils.c |  2 +-
 gdb/completer.c     | 10 ++++++++++
 gdb/expop.h         | 48 ++++++++++++++++++++++++++++++++++++++++++++-
 gdb/parse.c         |  3 +--
 5 files changed, 84 insertions(+), 4 deletions(-)

-- 
2.46.0



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

end of thread, other threads:[~2024-08-28  2:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-22 15:47 [PATCH 0/2] Tab complete convenience variables Antonio Rische
2024-08-22 15:47 ` [PATCH 1/2] gdb: Do not create variables when parsing expressions Antonio Rische
2024-08-22 15:47 ` [PATCH 2/2] gdb: Tab complete internalvars in expressions Antonio Rische
2024-08-22 19:41   ` nt8r
2024-08-26 16:54     ` Keith Seitz
2024-08-28  1:36       ` nt8r
2024-08-28  2:30         ` Eli Zaretskii

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