public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: mcvet@sourceware.org
To: frysk-cvs@sourceware.org
Subject: frysk-core/frysk rt/ChangeLog rt/RunState.java ...
Date: Wed, 22 Nov 2006 20:57:00 -0000	[thread overview]
Message-ID: <20061122205735.18926.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mcvet@sourceware.org	2006-11-22 20:57:35

Modified files:
	frysk/rt       : ChangeLog RunState.java StackFactory.java 
	frysk/gui/srcwin: SourceWindow.java ChangeLog 
	frysk/rt/tests : TestRunState.java 

Log message:
	frysk-core/frysk/rt:
	2006-11-22  Mike Cvet  <mcvet@redhat.com>
	
	* RunState.java (breakpoint): Added. TaskObserver.Code object used as a breakpoint on
	StackFrame return addresses for stepping.
	(lastFrame): Added. Last StackFrame on the top of the stack before the
	last step-out or step-over.
	(setUpStepOver): Added. Sets up breakpoint and lastFrame, then
	performs an instruction step on the Task.
	(stepOver): Build a new, shortened, stacktrace and use the frames to
	compare the innermost StackFrame to the previous one represented by
	lastFrame. Singlestep if they are the same, otherwise run the task.
	(finishStepOver): Added.
	(cleanUpBreakPoint): Added.
	(setUpStepOut): Set up breakpoint on outer frame, set lastFrame and
	instruction step the Task.
	(updateExecuted): Added functionality to switch for a new state.
	(Breakpoint): Added. New class to implement TaskObserver.Code.
	
	frysk-gui/frysk/gui/srcwin:
	2006-11-22  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindow.java (doFinish): Added code to prepare for step-over work.
	(doNext): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.58&r2=1.59
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/RunState.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/StackFactory.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.143&r2=1.144
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.337&r2=1.338
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/tests/TestRunState.java.diff?cvsroot=frysk&r1=1.1&r2=1.2


             reply	other threads:[~2006-11-22 20:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-22 20:57 mcvet [this message]
2006-11-28 21:48 mcvet
2006-11-29 20:23 mcvet
2006-12-15 20:28 mcvet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061122205735.18926.qmail@sourceware.org \
    --to=mcvet@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).