GDB (xrefs)
Functions
linux-personality.c File Reference
#include "common-defs.h"
#include "nat/linux-personality.h"
#include <sys/personality.h>

Go to the source code of this file.

Functions

static void restore_personality (void *arg)
 
static struct cleanupmake_disable_asr_cleanup (int personality_set, int personality_orig)
 
struct cleanupmaybe_disable_address_space_randomization (int disable_randomization)
 

Function Documentation

static struct cleanup* make_disable_asr_cleanup ( int  personality_set,
int  personality_orig 
)
static
struct cleanup* maybe_disable_address_space_randomization ( int  disable_randomization)

Definition at line 70 of file linux-personality.c.

References _, make_disable_asr_cleanup(), safe_strerror(), and warning().

Referenced by linux_nat_create_inferior().

static void restore_personality ( void *  arg)
static

Definition at line 37 of file linux-personality.c.

References _, int, safe_strerror(), and warning().

Referenced by linux_nat_create_inferior(), and make_disable_asr_cleanup().