GDB (xrefs)
Functions
common-inferior.h File Reference

Go to the source code of this file.

Functions

const char * get_exec_wrapper ()
 
char * get_exec_file (int err)
 
const char * get_inferior_cwd ()
 
void set_inferior_cwd (const char *cwd)
 

Function Documentation

◆ get_exec_file()

char* get_exec_file ( int  err)

◆ get_exec_wrapper()

const char* get_exec_wrapper ( )

Definition at line 41 of file fork-child.c.

References exec_wrapper.

Referenced by execv_argv::init_for_shell(), and startup_inferior().

◆ get_inferior_cwd()

const char* get_inferior_cwd ( )

◆ set_inferior_cwd()

void set_inferior_cwd ( const char *  cwd)

Definition at line 222 of file infcmd.c.

References current_inferior(), inferior::cwd, and gdb_assert.

Referenced by set_cwd_command().