debugsrv/runmodedebug/rmdriver/src/rm_debug_kerneldriver.cpp
changeset 56 aa2539c91954
parent 42 0ff24a8f6ca2
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-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 "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".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    45 #include "d_process_tracker.h"
    45 #include "d_process_tracker.h"
    46 #include "debug_utils.h"
    46 #include "debug_utils.h"
    47 
    47 
    48 using namespace Debug;
    48 using namespace Debug;
    49 
    49 
    50 /////////////////////////////////////////////////////////////////////////
    50 //
    51 //
    51 //
    52 // DRM_DebugDriverFactory implementation
    52 // DRM_DebugDriverFactory implementation
    53 //
    53 //
    54 /////////////////////////////////////////////////////////////////////////
    54 //
    55 
    55 
    56 //
    56 //
    57 // DRM_DebugDriverFactory constructor
    57 // DRM_DebugDriverFactory constructor
    58 //
    58 //
    59 DRM_DebugDriverFactory::DRM_DebugDriverFactory()
    59 DRM_DebugDriverFactory::DRM_DebugDriverFactory()
    91 	b.iVersion = TVersion(KMajorVersionNumber, KMinorVersionNumber, KBuildVersionNumber);
    91 	b.iVersion = TVersion(KMajorVersionNumber, KMinorVersionNumber, KBuildVersionNumber);
    92 
    92 
    93 	Kern::InfoCopy(aDes,(TUint8*)&b,sizeof(b));
    93 	Kern::InfoCopy(aDes,(TUint8*)&b,sizeof(b));
    94 	}
    94 	}
    95 
    95 
    96 /////////////////////////////////////////////////////////////////////////
    96 //
    97 //
    97 //
    98 // DRM_DebugChannel implementation
    98 // DRM_DebugChannel implementation
    99 //
    99 //
   100 /////////////////////////////////////////////////////////////////////////
   100 //
   101 
   101 
   102 //
   102 //
   103 // DRM_DebugChannel constructor
   103 // DRM_DebugChannel constructor
   104 //
   104 //
   105 DRM_DebugChannel::DRM_DebugChannel(DLogicalDevice* aLogicalDevice)
   105 DRM_DebugChannel::DRM_DebugChannel(DLogicalDevice* aLogicalDevice)