K 10 svn:author V 3 jhb K 8 svn:date V 27 2015-08-20T14:51:11.505749Z K 7 svn:log V 455 Handle the conditional decoding of execve() argument and environment arrays generically rather than duplicating a hack in all of the backends. - Add two new system call argument types and use them instead of StringArray for the argument and environment arguments execve and linux_execve. - Honor the -a/-e flags in the handling of these new types. - Instead of printing "" when the decoding is disabled, print the raw pointer value. END