summaryrefslogtreecommitdiffstats
path: root/Completion/Linux/Command/_strace
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-08-28 23:16:54 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-08-29 17:32:10 +0200
commit245503929e0369e985e694684b557aef6d1432eb (patch)
tree56a50e092bf96d19d0d599615d7ce404a1d44aa7 /Completion/Linux/Command/_strace
parent43348: _hg: check for both -r and --rev (diff)
downloadzsh-245503929e0369e985e694684b557aef6d1432eb.tar
zsh-245503929e0369e985e694684b557aef6d1432eb.tar.gz
zsh-245503929e0369e985e694684b557aef6d1432eb.tar.bz2
zsh-245503929e0369e985e694684b557aef6d1432eb.tar.lz
zsh-245503929e0369e985e694684b557aef6d1432eb.tar.xz
zsh-245503929e0369e985e694684b557aef6d1432eb.tar.zst
zsh-245503929e0369e985e694684b557aef6d1432eb.zip
43346: various completion option updates
Diffstat (limited to 'Completion/Linux/Command/_strace')
-rw-r--r--Completion/Linux/Command/_strace4
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_strace b/Completion/Linux/Command/_strace
index cff9a49c6..83ccc6afb 100644
--- a/Completion/Linux/Command/_strace
+++ b/Completion/Linux/Command/_strace
@@ -54,7 +54,9 @@ case $state in
'signal[trace only the specified subset of signals]:signal:_sequence _signals -s -M "B\:!="' \
'read[perform a full hex and ASCII dump of all the data read from listed file descriptors]:file descriptor:_sequence _file_descriptors' \
'write[perform a full hex and ASCII dump of all the data written to listed file descriptors]:file descriptor:_sequence _file_descriptors' \
- 'fault[perform syscall fault injection]:system call:_sys_calls -a -n' && ret=0
+ 'fault[perform syscall fault injection]:system call:_sys_calls -a -n' \
+ 'inject[perform syscall tampering]:system call:_sys_calls -a -n' \
+ 'kvm[print the exit reason of kvm vcpu]: :(vcpu)' && ret=0
if [[ $words[CURRENT] != *=* || $state = syscalls ]]; then
local dedup sets suf="-qS,"
compset -P '!'