Files
binutils-gdb/gdb/cli
Andrew Burgess a66ed82cf0 gdb: filename completion for pipe command -- the shell command bit
This commit adds filename completion for the shell command part of
the pipe command.  This is a follow on from this commit:

  commit 036e5c0c91
  Date:   Mon May 19 20:54:54 2025 +0100

      gdb: use quoted filename completion for the shell command

which fixed the completion for the 'shell' command itself.

Like with the 'shell' command, we don't offer completions of command
names pulled from $PATH, we just offer filename completion, which is
often useful for arguments being passed to commands.  Maybe in the
future we could add completion for command names too (for both 'pipe'
and the 'shell' command), but that is left for a future commit.

There's some additional testing.
2025-06-23 15:16:19 +01:00
..
2025-04-08 14:35:58 -06:00
2025-04-10 18:42:06 +02:00
2025-05-09 13:43:17 -06:00