kerneltest/e32test/debug/t_debugapi.cpp
changeset 279 957c583b417b
parent 0 a41df078684a
equal deleted inserted replaced
275:2b433474f2ba 279:957c583b417b
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-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".
    20 // The test is automated (does not require any input argument or manual assistance, but needs
    20 // The test is automated (does not require any input argument or manual assistance, but needs
    21 // non-standard image file that includes kdebug.dll (ARMv5 based target) or kdebugV6.dll  
    21 // non-standard image file that includes kdebug.dll (ARMv5 based target) or kdebugV6.dll  
    22 // (ARMv6 based target). It can be achieved by adding: #define STOP_MODE_DEBUGGING in .oby/iby file.
    22 // (ARMv6 based target). It can be achieved by adding: #define STOP_MODE_DEBUGGING in .oby/iby file.
    23 // Supported and tested on H2 (ARMv5) and integrator_1136 (ARMv6) platforms.
    23 // Supported and tested on H2 (ARMv5) and integrator_1136 (ARMv6) platforms.
    24 // It requires D_DEBUGAPI.DLL as well.
    24 // It requires D_DEBUGAPI.DLL as well.
    25 // Using debug interfaca only, it completes (prints) the list of:
    25 // Using debug interface only, it completes (prints) the list of:
    26 // - processes;
    26 // - processes;
    27 // - threads;
    27 // - threads;
    28 // - chunks;
    28 // - chunks;
    29 // in the system. On multiple-memory-model based target (ARMv6 architecture), 
    29 // in the system. On multiple-memory-model based target (ARMv6 architecture), 
    30 // it also reads from address space of another process. This part is not checked 
    30 // it also reads from address space of another process. This part is not checked