frysk-core/frysk gui/srcwin/ChangeLog gui/srcw ...
mcvet@sourceware.org
mcvet@sourceware.org
Thu Mar 8 20:42:00 GMT 2007
CVSROOT: /cvs/frysk
Module name: frysk-core
Changes by: mcvet@sourceware.org 2007-03-08 20:42:13
Modified files:
frysk/gui/srcwin: ChangeLog SourceBuffer.java SourceWindow.java
frysk/cli : ChangeLog
frysk/cli/hpd : SymTab.java
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.408&r2=1.409
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.114&r2=1.115
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.192&r2=1.193
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/cli/ChangeLog.diff?cvsroot=frysk&r1=1.76&r2=1.77
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/cli/hpd/SymTab.java.diff?cvsroot=frysk&r1=1.20&r2=1.21
More information about the Frysk-cvs
mailing list