kerneltest/e32test/rm_debug/basic_tests/t_rmdebug2.h
branchRCL_3
changeset 87 2f92ad2dc5db
parent 81 e7d2d738d3c2
child 89 1df514389a47
--- a/kerneltest/e32test/rm_debug/basic_tests/t_rmdebug2.h	Mon Mar 15 12:45:50 2010 +0200
+++ b/kerneltest/e32test/rm_debug/basic_tests/t_rmdebug2.h	Wed Mar 31 23:38:45 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of the License "Eclipse Public License v1.0"
@@ -42,7 +42,7 @@
 	};
 
 //number of test functions that we have
-const TInt KMaxTests = 28;
+const TInt KMaxTests = 29; 
 
 //
 // class CRunModeAgent
@@ -86,6 +86,8 @@
 	void DoTestBreakInfo(TBool aThreadSpecific);
 	void TestRunToBreak();
 	void DoTestRunToBreak(TBool aThreadSpecific);
+	void TestBreakPointsInLoop();
+	void DoTestBreakPointsInLoop(TBool aThreadSpecific);
 	void TestRegisterAccess();
 	void TestAttachExecutable();
 	void TestDebugFunctionality();