Fix order of arguments for target stop-hook list/delete.  Having
the argument description in the command name could cause a command
alias to crash, e.g.
command alias zzz target stop-hook delete 1
because the "name" is used to re-fetch the exact CommandObject when
adding the final arg.

<rdar://problem/10423753>


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144330 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed