hierarchy bellow the current position, given that from now on
"vimage -l" will list only direct children of current vimage.
Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
-# $Id: exec.tcl,v 1.62 2007/11/01 11:11:06 marko Exp $
+# $Id: exec.tcl,v 1.63 2007/11/01 21:51:48 marko Exp $
# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved.
#
global .c
set t_start [clock seconds]
- if { [catch {nexec vimage $eid vimage -l | fgrep -v " " | cut -d: -f 1} res] != 0 } {
+ if { [catch {nexec vimage $eid vimage -lr | fgrep -v " " | cut -d: -f 1} res] != 0 } {
return
}
set vimages [join $res]