kernel/eka/drivers/debug/smdebug/d_stopmode.cpp
changeset 245 647ab20fee2e
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
244:a77889bee936 245:647ab20fee2e
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-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 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>
       
    24 #include <sm_debug_api.h>
    23 #include <sm_debug_api.h>
    25 
       
    26 #include "d_rmd_breakpoints.h"
       
    27 
       
    28 
       
    29 #ifdef __LAUNCH_AS_EXTENSION__
       
    30 
    24 
    31 using namespace Debug;
    25 using namespace Debug;
    32 
    26 
    33 _LIT(KLitLocal,"Local-");
    27 _LIT(KLitLocal,"Local-");
    34 _LIT(KColonColon,"::");
    28 _LIT(KColonColon,"::");
   167         aName.Append(KLitLocal);
   161         aName.Append(KLitLocal);
   168         aName.AppendNumFixedWidth((TInt)aObj,EHex,8);
   162         aName.AppendNumFixedWidth((TInt)aObj,EHex,8);
   169         }
   163         }
   170 	}
   164 	}
   171 
   165 
   172 #endif
       
   173 
       
   174 
       
   175 // End of file d_stopmode.cpp
   166 // End of file d_stopmode.cpp