public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core/frysk/hpd BreakpointCommand.java CL ...
@ 2007-09-07 13:13 moore
  0 siblings, 0 replies; 2+ messages in thread
From: moore @ 2007-09-07 13:13 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	moore@sourceware.org	2007-09-07 13:13:13

Modified files:
	frysk/hpd      : BreakpointCommand.java CLI.java ChangeLog 
	                 TestBreakpoints.java 

Log message:
	Fix for breakpoint bugs 4949, 4950
	
	frysk-core/frysk/hpd/ChangeLog:
	2007-09-07  Tim Moore  <timoore@redhat.com>
	
	Fix for 4949 and 4950.
	* BreakpointCommand.java (CLIBreakpointObserver,
	CLIBreakpointObserver.updateHit): Don't need cli or cli.running;
	variable has gone away. Make class and updateHit() abstract.
	(handle): Output "breakpoint hit" messages from the execute()
	method of an Event in order to allow all actions to run before the
	user (or tester!) is notified.
	* CLI.java (running, isRunning): Remove; has been vestigial for
	some time.
	* TestBreakpoints.java (testHpdBreakpointInline,
	testHpdBreakpointLibrary): Remove unresolved(), expect inlined
	function to be in the backtrace.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/BreakpointCommand.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.94&r2=1.95
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/TestBreakpoints.java.diff?cvsroot=frysk&r1=1.7&r2=1.8


^ permalink raw reply	[flat|nested] 2+ messages in thread

* frysk-core/frysk/hpd BreakpointCommand.java CL ...
@ 2007-08-09 17:10 moore
  0 siblings, 0 replies; 2+ messages in thread
From: moore @ 2007-08-09 17:10 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	moore@sourceware.org	2007-08-09 17:10:42

Modified files:
	frysk/hpd      : BreakpointCommand.java CLI.java 
	                 DeleteCommand.java DisableCommand.java 
	                 EnableCommand.java GoCommand.java 
	                 HaltCommand.java 

Log message:
	Breakpoint, go, halt commands using the target ptset
	
	frysk-core/frysk/hpd/ChangeLog
	2007-08-08  Tim Moore  <timoore@redhat.com>
	
	* CLI.java (TaskInfo, getTaskFrame, setTaskFrame,
	getTaskDebugInfo, setTaskDebugInfo, getTaskStackLevel,
	setTaskStackLevel): New interface for tracking values that were
	global across a single task in the CLI.
	(complete): Complete across all tasks in the target set.
	(UpDownHandler.handle): Set the frame in all tasks in the target
	set. Set cli.frame and cli.stackLevel for now.
	(parseValue): Add a version that takes a task argument
	(update): Set frame and debugInfo using per-task interface.
	* BreakpointCommand.java (handle): Set breakpoints in all the
	tasks of the target ptset of command.
	* DeleteCommand (handle): ditto
	* DisableCommand (handle): ditto
	* EnableCommand (handle): ditto
	* GoCommand.java (handle): ditto
	* HaltCommand.java (handle): ditto

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/BreakpointCommand.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/DeleteCommand.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/DisableCommand.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/EnableCommand.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/GoCommand.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/HaltCommand.java.diff?cvsroot=frysk&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-07 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-07 13:13 frysk-core/frysk/hpd BreakpointCommand.java CL moore
  -- strict thread matches above, loose matches on Subject: below --
2007-08-09 17:10 moore

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).