kernel/eka/kernel/kdebug.cpp
changeset 279 957c583b417b
parent 0 a41df078684a
equal deleted inserted replaced
275:2b433474f2ba 279:957c583b417b
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2002-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".
    73 	_FOFF(DThread, iUserStackSize),
    73 	_FOFF(DThread, iUserStackSize),
    74 	_FOFF(DThread, iNThread.iSpare3 /*iUserContextType*/),
    74 	_FOFF(DThread, iNThread.iSpare3 /*iUserContextType*/),
    75 	_FOFF(DThread, iNThread.iSavedSP),
    75 	_FOFF(DThread, iNThread.iSavedSP),
    76 	_FOFF(DThread, iNThread.iPriority),
    76 	_FOFF(DThread, iNThread.iPriority),
    77 	_FOFF(DThread, iThreadType),
    77 	_FOFF(DThread, iThreadType),
    78 	KDebuggerOffsetInvalid,
    78 	_FOFF(DThread, iFlags),
    79 
    79 
    80 // process info
    80 // process info
    81 	_FOFF(DProcess, iName),
    81 	_FOFF(DProcess, iName),
    82 	_FOFF(DProcess, iId),
    82 	_FOFF(DProcess, iId),
    83 	_FOFF(DProcess, iAttributes),
    83 	_FOFF(DProcess, iAttributes),