and instead works for only one of the active threads in the sourceWindow. Should work for all innermost frames of all threads.
frysk-core/frysk/cli: 2007-03-08 Mike Cvet <mcvet@redhat.com> * hpd/Symtab.java (task): Not used, removed. (exprSymTab): Changed to an array. Will contain an ExprSymTab for each thread of a process. Fixes #4173. (SymTab): Changed parameter 'pid_p' to 'tid_p'. Initializes the new ExprSymTab array. (print): Moved TmpSymTab initialization inside if statement. Added a while loop to check through all elements of the ExprSymTab array for a variable. Fixes #4173. (setFrames): Added. Static method to be called after a step; updating the ExprSymTab array with fresh StackFrame values. frysk-gui/frysk/gui/srcwin: 2007-03-08 Mike cvet <mcvet@redhat.com> * SourceWindow.java (generateProcStackTrace): Deleted commented-out dead code. Makes a call to SymTab.setFrames after StackFrame completion. * SourceBuffer.java (getVariable): Removed SymTab initialization code, and instead this now calls SymTab.print() directly, as the information was updated after the last step.