debugsrv/runmodedebug/rmdriver/inc/d_rmd_breakpoints.h
changeset 56 aa2539c91954
parent 42 0ff24a8f6ca2
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // Refactored class containing breakpoint related code from rm_debug_kerneldriver.cpp
    14 // Refactored class containing breakpoint related code from rm_debug_kerneldriver.cpp
    15 //
    15 //
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22  @released
       
    23 */
       
    24 
    16 
    25 #ifndef D_RMD_BREAKPOINTS_H
    17 #ifndef D_RMD_BREAKPOINTS_H
    26 #define D_RMD_BREAKPOINTS_H
    18 #define D_RMD_BREAKPOINTS_H
    27 
    19 
    28 #include <rm_debug_api.h>
    20 #include <rm_debug_api.h>
   123 
   115 
   124 	// Indicates how many more instruction steps should occur after hitting this breakpoint
   116 	// Indicates how many more instruction steps should occur after hitting this breakpoint
   125 	TInt		iNumSteps;
   117 	TInt		iNumSteps;
   126 };
   118 };
   127 /**
   119 /**
   128 @internalTechnology
       
   129 
   120 
   130 This class encapsulates all the data concerning run-mode and stop mode breakpoints
   121 This class encapsulates all the data concerning run-mode and stop mode breakpoints
   131 as understood by the run-mode and stop-mode debug system.
   122 as understood by the run-mode and stop-mode debug system.
   132 
   123 
   133 Note:                                                                        
   124 Note: