https://github.com/die4ever/cpp-stacktracer
threadsafe stacktracer for C++
https://github.com/die4ever/cpp-stacktracer
Last synced: 2 months ago
JSON representation
threadsafe stacktracer for C++
- Host: GitHub
- URL: https://github.com/die4ever/cpp-stacktracer
- Owner: Die4Ever
- License: gpl-3.0
- Created: 2018-10-09T03:17:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T02:46:21.000Z (over 6 years ago)
- Last Synced: 2025-02-09T03:22:41.780Z (4 months ago)
- Language: C++
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
# CPP-Stacktracer
threadsafe stacktracer for C++sample output
thread 20528: DEBUG: starting new thread (line: 120)
Stacktrace!=============
\test.cpp:main():117
=============thread 20528: DEBUG: starting new thread (line: 120)
Stacktrace!=============
\test.cpp:main():117
--DEBUG: starting new thread (line: 120)
=============thread 15988: DEBUG: returning 1 (line: 107)
Stacktrace!=============
\test.cpp:factorial():104
--INFO: factorial of 1 (line: 105)
=============thread 20528: DEBUG: starting new thread (line: 120)
Stacktrace!=============
\test.cpp:main():117
--DEBUG: starting new thread (line: 120)
--DEBUG: starting new thread (line: 120)
=============thread 1372: DEBUG: returning 1 (line: 107)
Stacktrace!=============
\test.cpp:factorial():104
--INFO: factorial of 1 (line: 105)
\test.cpp:factorial():104
--INFO: factorial of 2 (line: 105)
=============thread 23548: DEBUG: returning 1 (line: 107)
Stacktrace!=============
\test.cpp:factorial():104
--INFO: factorial of 1 (line: 105)
\test.cpp:factorial():104
--INFO: factorial of 2 (line: 105)
\test.cpp:factorial():104
--INFO: factorial of 3 (line: 105)
\test.cpp:factorial():104
--INFO: factorial of 4 (line: 105)
=============thread 1372: DEBUG: returning 2 (line: 111)
Stacktrace!=============
\test.cpp:factorial():104
--INFO: factorial of 2 (line: 105)
=============thread 23548: DEBUG: returning 2 (line: 111)
Stacktrace!=============
\test.cpp:factorial():104
--INFO: factorial of 2 (line: 105)
\test.cpp:factorial():104
--INFO: factorial of 3 (line: 105)
\test.cpp:factorial():104
--INFO: factorial of 4 (line: 105)
=============thread 23548: DEBUG: returning 6 (line: 111)
Stacktrace!=============
\test.cpp:factorial():104
--INFO: factorial of 3 (line: 105)
\test.cpp:factorial():104
--INFO: factorial of 4 (line: 105)
=============thread 23548: DEBUG: returning 24 (line: 111)
Stacktrace!=============
\test.cpp:factorial():104
--INFO: factorial of 4 (line: 105)
=============Press any key to continue . . .