kernel/eka/include/kernel/kdebug.h
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".
    37 
    37 
    38 @publishedPartner
    38 @publishedPartner
    39 @released
    39 @released
    40 */
    40 */
    41 #ifdef __MEMMODEL_MULTIPLE__
    41 #ifdef __MEMMODEL_MULTIPLE__
       
    42 const TInt KDebuggerMinorVersionNumber	= 7;
       
    43 #else
    42 const TInt KDebuggerMinorVersionNumber	= 6;
    44 const TInt KDebuggerMinorVersionNumber	= 6;
    43 #else
       
    44 const TInt KDebuggerMinorVersionNumber	= 5;
       
    45 #endif
    45 #endif
    46 /**
    46 /**
    47 Defines the build number of the stop-mode debug API
    47 Defines the build number of the stop-mode debug API
    48 
    48 
    49 @publishedPartner
    49 @publishedPartner
   111 @publishedPartner
   111 @publishedPartner
   112 @released
   112 @released
   113 */
   113 */
   114 const TInt KDebuggerOffsetInvalid		= -1;
   114 const TInt KDebuggerOffsetInvalid		= -1;
   115 
   115 
   116 const TUint32 KFilterBufferSize = 1024;
   116 const TUint32 KFilterBufferSize = 16384;
   117 const TUint32 KFilterBufferSignature = 0x4642444B;
   117 const TUint32 KFilterBufferSignature = 0x4642444B;
   118 
   118 
   119 /**
   119 /**
   120 This structure will preceed any filter items in the filter buffer.
   120 This structure will preceed any filter items in the filter buffer.
   121 
   121