kernel/eka/drivers/debug/smdebug/d_sm_codeseg.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 #ifdef __LAUNCH_AS_EXTENSION__
       
    24 
       
    25 #include <rm_debug_api.h>
       
    26 #include <sm_debug_api.h>
    23 #include <sm_debug_api.h>
    27 #include "d_rmd_breakpoints.h"
       
    28 
    24 
    29 using namespace Debug;
    25 using namespace Debug;
    30 
    26 
    31 /**
    27 /**
    32  * Stop Mode routine to retrieve the code seg list and place it in the response buffer
    28  * Stop Mode routine to retrieve the code seg list and place it in the response buffer
   182 	aBufferSize-=dataSize;
   178 	aBufferSize-=dataSize;
   183 	aBuffer+=dataSize;
   179 	aBuffer+=dataSize;
   184 	return KErrNone;
   180 	return KErrNone;
   185 	}
   181 	}
   186 
   182 
   187 #endif
       
   188