Files
sentry-native/premake
Armin Ronacher 58835e95ba feat: In process crash reporting backend (#83)
This does the initial work for an in process crash reporting backend which uses signal
handlers and stack walking in the signal handler to create a backtrace.

This is currently only really working on android as the libstackunwind is the only one
which can walk with ucontext_t data.

This is not yet async safe and some of the code in the backend requires further cleanup.
2019-11-14 13:00:59 +01:00
..
2019-10-05 22:25:27 +02:00
2019-10-05 22:25:27 +02:00
2019-09-12 12:58:53 +02:00

premake

Install premake5 from https://premake.github.io/download.html

HOWTO

MacOS and Linux

./premake5 gmake2

make example_crashpad

Windows

./premake5 vs2017

And then some VS magic.