bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10106: 23.2; how to pass command arguments to gud-go


From: Lars Ingebrigtsen
Subject: bug#10106: 23.2; how to pass command arguments to gud-go
Date: Tue, 10 May 2022 06:24:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

giecrilj@stegny.2a.pl (Krzysztof =17belechowski) writes:

> <menu-bar> <tools> <gdb> ls C-u <tool-bar> <go> 
>
> The command, when invoked under C-u, should ask for command line
> arguments to pass to the program.
>
> Example interaction:
> *Minibuffer* Run with arguments: -l

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

I'm not quite sure I understand the request, but you just want to be
able to type in further switches to be used here?

  ;; TODO Why arg here?
  (gud-def
   gud-go (gud-call (if gdb-active-process
                        (gdb-gud-context-command "-exec-continue")
                      "-exec-run") arg)
   nil "Start or continue execution.")

That seems easy enough to add, I guess.

> Also, please add a keyboard binding for gud-go (e.g. C-c !)

There's:

gud-until is an interactive compiled Lisp function.
It is bound to C-x C-a C-u.

So perhaps something else under C-x C-a?

I don't use these functions a lot myself, so I don't really have much of
an opinion on either requests.  Perhaps Eli has an opinion here; added
to the CCs.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]