This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r128781 - in /trunk/gcc/ada: s-taprop-dummy.adb...


Author: charlet
Date: Wed Sep 26 10:41:47 2007
New Revision: 128781

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128781
Log:
2007-09-26  Jerome Guitton  <guitton@adacore.com>

	* s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
	s-taprop-hpux-dce.adb, s-taprop-linux.adb, s-taprop-dummy.adb,
	 s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
	s-taprop-posix.adb (Stop_Task): New function, dummy implementation.

	* s-taprop.ads, s-taprop-vxworks.adb (Stop_Task): New function.

	* s-tasdeb.adb (Stop_All_Tasks): New function, implementing a run-time
	function which can be called by the debugger to interrupt the tasks of
	an Ada application asynchronously, as needed on VxWorks.
	(Stop_All_Tasks_Handler): Renamed from Stop_All_Tasks.

	* s-tasdeb.ads (Stop_All_Tasks_Handler): New function declaration,
	renamed from Stop_All_Tasks. Update comments.
	(Stop_All_tasks): New function declaration.


Modified:
    trunk/gcc/ada/s-taprop-dummy.adb
    trunk/gcc/ada/s-taprop-hpux-dce.adb
    trunk/gcc/ada/s-taprop-irix.adb
    trunk/gcc/ada/s-taprop-linux.adb
    trunk/gcc/ada/s-taprop-lynxos.adb
    trunk/gcc/ada/s-taprop-mingw.adb
    trunk/gcc/ada/s-taprop-posix.adb
    trunk/gcc/ada/s-taprop-solaris.adb
    trunk/gcc/ada/s-taprop-tru64.adb
    trunk/gcc/ada/s-taprop-vms.adb
    trunk/gcc/ada/s-taprop-vxworks.adb
    trunk/gcc/ada/s-taprop.ads
    trunk/gcc/ada/s-tasdeb.adb
    trunk/gcc/ada/s-tasdeb.ads


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]