diff options
author | Andrew Burgess <aburgess@redhat.com> | 2025-06-02 20:33:36 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2025-06-23 15:16:19 +0100 |
commit | a66ed82cf04ed4527882af57e2bffec065ed47e0 (patch) | |
tree | d2344d3f5a8217f40216582abc75cd0a34f0139c /gdb/python | |
parent | b23903836007d1acaf7f8c059ab000ee83fcebfa (diff) | |
download | binutils-a66ed82cf04ed4527882af57e2bffec065ed47e0.zip binutils-a66ed82cf04ed4527882af57e2bffec065ed47e0.tar.gz binutils-a66ed82cf04ed4527882af57e2bffec065ed47e0.tar.bz2 |
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 036e5c0c9121d0ac691dbf408a3bdf2bf3501d0f
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.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions