naev 0.10.4
Functions
debug.c File Reference

Handles low-level debugging hooks. More...

#include "debug.h"
#include "log.h"

Go to the source code of this file.

Functions

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

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 243 of file debug.c.

◆ debug_sigClose()

void debug_sigClose ( void  )

Closes the back-tracing signal handler.

Definition at line 230 of file debug.c.

◆ debug_sigInit()

void debug_sigInit ( void  )

Sets up the back-tracing signal handler.

Definition at line 192 of file debug.c.