Changeset 88

Show
Ignore:
Timestamp:
04/30/08 15:13:21 (16 years ago)
Author:
smidl
Message:

debug array of strings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • linux/gdb_bdm

    r74 r88  
    6565end 
    6666 
     67define das 
     68   set $i=0 
     69   printf "{" 
     70   while $i < $arg0.ndata 
     71     p $arg0.data[$i] 
     72     set $i++ 
     73   end 
     74   printf "}" 
     75end 
    6776 
    6877define dv