libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
CrashHandler.h File Reference
#include <cstddef>
#include <memory>
#include "ship/core/Component.h"
#include <csignal>
#include <cstdio>
#include <cxxabi.h>
#include <dlfcn.h>
#include <execinfo.h>
#include <unistd.h>
#include <SDL.h>
#include <windows.h>
Include dependency graph for CrashHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ship::CrashHandler
 Installs platform-specific signal / exception handlers to capture crash information. More...
 

Namespaces

namespace  Ship
 Core namespace for the libultraship engine framework.
 

Typedefs

typedef void(* Ship::CrashHandlerCallback) (char *, size_t *)
 Callback type invoked by CrashHandler when a crash is detected.