NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
stack_trace.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
3  *
4  * NVIDIA CORPORATION and its licensors retain all intellectual property
5  * and proprietary rights in and to this software, related documentation
6  * and any modifications thereto. Any use, reproduction, disclosure or
7  * distribution of this software and related documentation without an express
8  * license agreement from NVIDIA CORPORATION is strictly prohibited.
9  */
10 #ifndef INCLUDED_STACK_TRACE_H
11 #define INCLUDED_STACK_TRACE_H
12 
30 void QbDumpStack(void);
31 
33 #endif // INCLUDED_STACK_TRACE_H
void QbDumpStack(void)
Shows the call stack trace.