naev 0.12.6
debug.c File Reference

Handles low-level debugging hooks. More...

#include "debug.h"
#include "log.h"
Include dependency graph for debug.c:

Go to the source code of this file.

Functions

void debug_sigInit (void)
 Sets up the back-tracing signal handler.
void debug_sigClose (void)
 Closes the back-tracing signal handler.
void debug_enableLeakSanitizer (void)
 Does nothing. Calling this tells our debug scripts to stop tracing.

Detailed Description

Handles low-level debugging hooks.

Definition in file debug.c.

Function Documentation

◆ debug_enableLeakSanitizer()

void debug_enableLeakSanitizer ( void )

Does nothing. Calling this tells our debug scripts to stop tracing.

Definition at line 313 of file debug.c.

◆ debug_sigClose()

void debug_sigClose ( void )

Closes the back-tracing signal handler.

Definition at line 301 of file debug.c.

◆ debug_sigInit()

void debug_sigInit ( void )

Sets up the back-tracing signal handler.

Definition at line 259 of file debug.c.