kernel/eka/drivers/debug/smdebug/d_sm_process.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 process list and place it in the response buffer
    28  * Stop Mode routine to retrieve the process list and place it in the response buffer
   147 		{
   143 		{
   148 		return KErrTooBig;
   144 		return KErrTooBig;
   149 		}
   145 		}
   150 	}
   146 	}
   151 
   147 
   152 #endif
       
   153 
   148