GDBserver
Functions
linux-personality.c File Reference
#include "common-defs.h"
#include "nat/linux-personality.h"

Go to the source code of this file.

Functions

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

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

References make_cleanup(), and null_cleanup().

Referenced by maybe_disable_address_space_randomization().

struct cleanup* maybe_disable_address_space_randomization ( int  disable_randomization)

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

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

Referenced by linux_create_inferior().