OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
crashlog.cpp File Reference
#include "crashlog.h"
#include "commandline.h"
#include <Tempest/Except>
#include <Tempest/Platform>
#include <iostream>
#include <cstring>
#include <csignal>
#include <fstream>
#include <dbg/frames.hpp>
#include <dbg/symbols.hpp>

Go to the source code of this file.

Functions

static void signalHandler (int sig)
 
static void terminateHandler ()
 

Variables

static char gpuName [64] ="?"
 

Function Documentation

◆ signalHandler()

static void signalHandler ( int  sig)
static

Definition at line 38 of file crashlog.cpp.

◆ terminateHandler()

static void terminateHandler ( )
static

Definition at line 60 of file crashlog.cpp.

Variable Documentation

◆ gpuName

char gpuName[64] ="?"
static

Definition at line 26 of file crashlog.cpp.