[0/2] Tab complete convenience variables

Message ID 20240822154730.1595141-1-nt8r@protonmail.com
Headers
Series Tab complete convenience variables |

Message

Antonio Rische Aug. 22, 2024, 3:47 p.m. UTC
  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(-)