remake  4.3+dbg-1.5
Functions | Variables
main.h File Reference

Go to the source code of this file.

Functions

void print_version (void)
 

Variables

int basename_filenames
 
int no_shell_trace
 
int use_readline_flag
 
int unixy_shell
 
char * default_shell
 

Function Documentation

◆ print_version()

void print_version ( void  )

Print version information.

Variable Documentation

◆ basename_filenames

int basename_filenames

If nonzero, the basename of filenames is in giving locations. Normally, giving a file directory location helps a debugger frontend when we change directories. For regression tests it is helpful to list just the basename part as that doesn't change from installation to installation. Users may have their preferences too.

Referenced by dbg_cmd_info_line(), and dbg_cmd_show().

◆ default_shell

char* default_shell

! The default value of SHELL and the shell that is used when issuing commands on targets.

◆ no_shell_trace

int no_shell_trace

Nonzero means –trace=noshell.

◆ unixy_shell

int unixy_shell

◆ use_readline_flag

int use_readline_flag

Nonzero means use GNU readline in the debugger.