summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_gcore
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2019-08-19 16:15:49 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2019-08-19 16:15:49 +0200
commit359a8fce0085888306330354e567f1d0523d230d (patch)
treebd4bd8b53d11258373cfb71e79100fbe67fb05da /Completion/Unix/Command/_gcore
parent44675: _find: Fix return status (diff)
downloadzsh-359a8fce0085888306330354e567f1d0523d230d.tar
zsh-359a8fce0085888306330354e567f1d0523d230d.tar.gz
zsh-359a8fce0085888306330354e567f1d0523d230d.tar.bz2
zsh-359a8fce0085888306330354e567f1d0523d230d.tar.lz
zsh-359a8fce0085888306330354e567f1d0523d230d.tar.xz
zsh-359a8fce0085888306330354e567f1d0523d230d.tar.zst
zsh-359a8fce0085888306330354e567f1d0523d230d.zip
44587: completion option updates
Diffstat (limited to 'Completion/Unix/Command/_gcore')
-rw-r--r--Completion/Unix/Command/_gcore9
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_gcore b/Completion/Unix/Command/_gcore
index 72d11864b..07a65cd9a 100644
--- a/Completion/Unix/Command/_gcore
+++ b/Completion/Unix/Command/_gcore
@@ -33,6 +33,15 @@ case $OSTYPE in
'-c+[write core file to specified file]:file:_files' \
'*:pid:_pids'
;;
+ dragonfly*)
+ _arguments -s \
+ '-c+[write core file to specified file]:file:_files' \
+ '-l+[skip map segments larger than the specified limit]:limit (bytes)' \
+ '-s[stop the process while gathering the core image]' \
+ '-v[Verbosely print out the map segments being dumped]' \
+ '::executable:' \
+ ':pid:_pids'
+ ;;
freebsd*)
_arguments -s \
'-c+[write core file to specified file]:file:_files' \