LCOV - code coverage report | |||||||||||||||||||||||
![]() | |||||||||||||||||||||||
|
|||||||||||||||||||||||
![]() |
1 : /* 2 : * Copyright 2010 The Native Client Authors. All rights reserved. 3 : * Use of this source code is governed by a BSD-style license that can 4 : * be found in the LICENSE file. 5 : */ 6 : 7 : #include "native_client/src/trusted/debug_stub/debug_stub.h" 8 : 9 0 : void NaClDebugStubInit() { 10 0 : NaClDebugStubPlatformInit(); 11 0 : } 12 : 13 0 : void NaClDebugStubFini() { 14 0 : NaClDebugStubPlatformFini(); 15 0 : } 16 : |
![]() |
Generated by: LCOV version 1.7 |