kernel/eka/drivers/debug/smdebug/d_stopmode.cpp
branchRCL_3
changeset 44 3e88ff8f41d5
parent 43 c1f20ce4abcf
equal deleted inserted replaced
43:c1f20ce4abcf 44:3e88ff8f41d5
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009 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 the License "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".
    18 @file
    18 @file
    19 @internalComponent
    19 @internalComponent
    20 @prototype
    20 @prototype
    21 */
    21 */
    22 
    22 
       
    23 #include <rm_debug_api.h>
    23 #include <sm_debug_api.h>
    24 #include <sm_debug_api.h>
       
    25 
       
    26 #include "d_rmd_breakpoints.h"
       
    27 
       
    28 
       
    29 #ifdef __LAUNCH_AS_EXTENSION__
    24 
    30 
    25 using namespace Debug;
    31 using namespace Debug;
    26 
    32 
    27 _LIT(KLitLocal,"Local-");
    33 _LIT(KLitLocal,"Local-");
    28 _LIT(KColonColon,"::");
    34 _LIT(KColonColon,"::");
   161         aName.Append(KLitLocal);
   167         aName.Append(KLitLocal);
   162         aName.AppendNumFixedWidth((TInt)aObj,EHex,8);
   168         aName.AppendNumFixedWidth((TInt)aObj,EHex,8);
   163         }
   169         }
   164 	}
   170 	}
   165 
   171 
       
   172 #endif
       
   173 
       
   174 
   166 // End of file d_stopmode.cpp
   175 // End of file d_stopmode.cpp