debugsrv/runmodedebug/rmdebug_test/rm_debug/debug_targets/d_rmdebug_step_test.h
branchRCL_3
changeset 20 ca8a1b6995f6
equal deleted inserted replaced
19:07b41fa8d1dd 20:ca8a1b6995f6
       
     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 the License "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 // 
       
    15 // definitions of functions in d_rmdebug_step_tests.s
       
    16 //
       
    17 
       
    18 #ifndef D_RMDEBUG_STEP_TESTS_H
       
    19 #define D_RMDEBUG_STEP_TESTS_H
       
    20 
       
    21 extern "C"
       
    22 {
       
    23 	// ARM tests
       
    24 	unsigned int RMDebug_StepTest_Non_PC_Modifying(void);
       
    25 	unsigned int RMDebug_StepTest_Non_PC_Modifying_OK(void);
       
    26 	
       
    27 	unsigned int RMDebug_StepTest_Branch(void);
       
    28 	unsigned int RMDebug_StepTest_Branch_1(void);
       
    29 
       
    30 	unsigned int RMDebug_StepTest_Branch_And_Link(void);
       
    31 	unsigned int RMDebug_StepTest_Branch_And_Link_1(void);
       
    32 	unsigned int RMDebug_StepTest_Branch_And_Link_2(void);
       
    33 	
       
    34 	unsigned int RMDebug_StepTest_MOV_PC(void);
       
    35 	unsigned int RMDebug_StepTest_MOV_PC_1(void);
       
    36 	unsigned int RMDebug_StepTest_MOV_PC_2(void);
       
    37 	
       
    38 	unsigned int RMDebug_StepTest_LDR_PC(void);
       
    39 	unsigned int RMDebug_StepTest_LDR_PC_1(void);
       
    40 
       
    41 	// Thumb tests
       
    42 	unsigned int RMDebug_StepTest_Thumb_Non_PC_Modifying(void);
       
    43 	unsigned int RMDebug_StepTest_Thumb_Non_PC_Modifying_1(void);
       
    44 	unsigned int RMDebug_StepTest_Thumb_Non_PC_Modifying_2(void);
       
    45 
       
    46 	unsigned int RMDebug_StepTest_Thumb_Branch(void);
       
    47 	unsigned int RMDebug_StepTest_Thumb_Branch_1(void);
       
    48 	unsigned int RMDebug_StepTest_Thumb_Branch_2(void);
       
    49 	
       
    50 	unsigned int RMDebug_StepTest_Thumb_Branch_And_Link(void);
       
    51 	unsigned int RMDebug_StepTest_Thumb_Branch_And_Link_1(void);
       
    52 	unsigned int RMDebug_StepTest_Thumb_Branch_And_Link_2(void);
       
    53 	unsigned int RMDebug_StepTest_Thumb_Branch_And_Link_3(void);
       
    54 
       
    55 	unsigned int RMDebug_StepTest_Thumb_Back_Branch_And_Link(void);
       
    56 	unsigned int RMDebug_StepTest_Thumb_Back_Branch_And_Link_1(void);
       
    57 	unsigned int RMDebug_StepTest_Thumb_Back_Branch_And_Link_2(void);
       
    58 	unsigned int RMDebug_StepTest_Thumb_Back_Branch_And_Link_3(void);
       
    59 
       
    60 	unsigned int RMDebug_StepTest_Thumb_AddPC(void);
       
    61 	unsigned int RMDebug_StepTest_Thumb_AddPC_1(void);
       
    62 	unsigned int RMDebug_StepTest_Thumb_AddPC_2(void);
       
    63 	unsigned int RMDebug_StepTest_Thumb_AddPC_3(void);
       
    64 
       
    65 	// ARM<->Thumb interworking tests
       
    66 	unsigned int RMDebug_StepTest_Interwork(void);
       
    67 	unsigned int RMDebug_StepTest_Interwork_1(void);
       
    68 	unsigned int RMDebug_StepTest_Interwork_2(void);
       
    69 	unsigned int RMDebug_StepTest_Interwork_3(void);
       
    70 
       
    71 	// Stepping performance test
       
    72 	unsigned int RMDebug_StepTest_Count(void);
       
    73 	unsigned int RMDebug_StepTest_Count_1(void);
       
    74 	unsigned int RMDebug_StepTest_Count_2(void);
       
    75 
       
    76 	// Multiple step test
       
    77 	unsigned int RMDebug_StepTest_ARM_Step_Multiple(void);
       
    78 	unsigned int RMDebug_StepTest_ARM_Step_Multiple_1(void);
       
    79 
       
    80 }
       
    81 #endif // D_RMDEBUG_STEP_TESTS_H