Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 376 Bytes

example-core_backtrace_example.md

File metadata and controls

13 lines (10 loc) · 376 Bytes

\page core_backtrace_example Example: core_backtrace_example

Console output (for a GNU/Linux build, without debug symbols):

[0 ] (unknown file) Foo::func1(int, int)
[1 ] (unknown file) main
[2 ] /build/glibc-S9d2JN/glibc-2.27/csu/../csu/libc-start.c:344 __libc_start_main
[3 ] (unknown file) _start

C++ example source code: \include core_backtrace_example/test.cpp