mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 13:23:27 -07:00
Updated msys2 to msys2-base-x86_64-20200903
This commit is contained in:
parent
5bc8dbdc75
commit
2307d54cb1
18501 changed files with 1684082 additions and 720361 deletions
|
@ -17,8 +17,8 @@ _gprof()
|
|||
;;
|
||||
-O*)
|
||||
cur=${cur:2}
|
||||
COMPREPLY=( $( compgen -P -O -W 'auto bsd 4.4bsd magic prof' \
|
||||
-- "$cur" ) )
|
||||
COMPREPLY=( $(compgen -P -O -W 'auto bsd 4.4bsd magic prof' \
|
||||
-- "$cur") )
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
@ -36,8 +36,7 @@ _gprof()
|
|||
return
|
||||
;;
|
||||
--file-format)
|
||||
COMPREPLY=( $( compgen -W 'auto bsd 4.4bsd magic prof' \
|
||||
-- "$cur" ) )
|
||||
COMPREPLY=( $(compgen -W 'auto bsd 4.4bsd magic prof' -- "$cur") )
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
@ -45,15 +44,7 @@ _gprof()
|
|||
$split && return
|
||||
|
||||
if [[ $cur == -* ]]; then
|
||||
COMPREPLY=( $( compgen -W '--annotated-source --brief --exec-counts
|
||||
--file-info --directory-path --no-annotated-source --print-path
|
||||
--flat-profile --no-flat-profile --graph --no-graph --table-length=
|
||||
--separate-files --no-exec-counts --function-ordering
|
||||
--file-ordering --traditional --width= --all-lines --demangle
|
||||
--no-demangle --no-static --static-call-graph
|
||||
--ignore-non-functions -k --line --min-count= --time= --no-time=
|
||||
--external-symbol-table= --display-unused-functions --debug --help
|
||||
--file-format= --sum --version' -- "$cur" ) )
|
||||
COMPREPLY=( $(compgen -W '$(_parse_usage "$1")' -- "$cur") )
|
||||
[[ $COMPREPLY == *= ]] && compopt -o nospace
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue