debugsrv/runmodedebug/tsrc/rm_debug/debug_targets/d_rmdebug_step_test_armv4.h
changeset 56 aa2539c91954
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
       
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // definitions of functions in d_rmdebug_step_tests_armv4.s
       
    15 //
       
    16 
       
    17 #ifndef D_RMDEBUG_STEP_TESTS_H
       
    18 #define D_RMDEBUG_STEP_TESTS_H
       
    19 
       
    20 extern "C"
       
    21 {
       
    22 	// ARM tests
       
    23 	unsigned int RMDebug_StepTest_Non_PC_Modifying(void);
       
    24 	unsigned int RMDebug_StepTest_Non_PC_Modifying_OK(void);
       
    25 	
       
    26 	unsigned int RMDebug_StepTest_Branch(void);
       
    27 	unsigned int RMDebug_StepTest_Branch_1(void);
       
    28 
       
    29 	unsigned int RMDebug_StepTest_Branch_And_Link(void);
       
    30 	unsigned int RMDebug_StepTest_Branch_And_Link_1(void);
       
    31 	unsigned int RMDebug_StepTest_Branch_And_Link_2(void);
       
    32 	
       
    33 	unsigned int RMDebug_StepTest_MOV_PC(void);
       
    34 	unsigned int RMDebug_StepTest_MOV_PC_1(void);
       
    35 	unsigned int RMDebug_StepTest_MOV_PC_2(void);
       
    36 	
       
    37 	unsigned int RMDebug_StepTest_LDR_PC(void);
       
    38 	unsigned int RMDebug_StepTest_LDR_PC_1(void);
       
    39 
       
    40 	// Stepping performance test
       
    41 	unsigned int RMDebug_StepTest_Count(void);
       
    42 	unsigned int RMDebug_StepTest_Count_1(void);
       
    43 	unsigned int RMDebug_StepTest_Count_2(void);
       
    44 
       
    45 	// Multiple step test
       
    46 	unsigned int RMDebug_StepTest_ARM_Step_Multiple(void);
       
    47 	unsigned int RMDebug_StepTest_ARM_Step_Multiple_1(void);
       
    48 
       
    49 }
       
    50 #endif // D_RMDEBUG_STEP_TESTS_H