remake  4.3+dbg-1.5
Macros | Variables
globals.h File Reference
#include "types.h"
#include "variable.h"

Go to the source code of this file.

Macros

#define OUTPUT_SYNC_NONE   0
 
#define OUTPUT_SYNC_LINE   1
 
#define OUTPUT_SYNC_TARGET   2
 
#define OUTPUT_SYNC_RECURSE   3
 

Variables

int env_overrides
 
int ignore_errors_flag
 
int print_data_base_flag
 
int question_flag
 
int no_builtin_rules_flag
 
int no_builtin_variables_flag
 
int check_symlink_flag
 
int print_directory_flag
 
int print_version_flag
 
int shell_trace
 
int profile_flag
 
int search_parent_flag
 
int verify_flag
 
int silent_flag
 
int touch_flag
 
int just_print_flag
 
int no_extended_errors
 
int db_level
 
unsigned int makelevel
 
int show_targets_flag
 
int show_tasks_flag
 
int debugger_flag
 
int in_debugger
 
bool b_debugger_preread
 
struct variable shell_var
 

Macro Definition Documentation

◆ OUTPUT_SYNC_LINE

#define OUTPUT_SYNC_LINE   1

◆ OUTPUT_SYNC_NONE

#define OUTPUT_SYNC_NONE   0

◆ OUTPUT_SYNC_RECURSE

#define OUTPUT_SYNC_RECURSE   3

◆ OUTPUT_SYNC_TARGET

#define OUTPUT_SYNC_TARGET   2

Variable Documentation

◆ b_debugger_preread

bool b_debugger_preread

If true, enter the debugger before reading any makefiles.

◆ check_symlink_flag

int check_symlink_flag

◆ db_level

int db_level

◆ debugger_flag

int debugger_flag

If 1, same as –debugger=preaction

◆ env_overrides

int env_overrides

◆ ignore_errors_flag

int ignore_errors_flag

Referenced by dbg_cmd_show().

◆ in_debugger

int in_debugger

True if we are inside the debugger, false otherwise.

◆ just_print_flag

int just_print_flag

◆ makelevel

unsigned int makelevel

Value of the MAKELEVEL variable at startup (or 0).

Referenced by dbg_cmd_info_program(), and dbg_cmd_where().

◆ no_builtin_rules_flag

int no_builtin_rules_flag

◆ no_builtin_variables_flag

int no_builtin_variables_flag

◆ no_extended_errors

int no_extended_errors

If 1, we don't give additional error reporting information.

◆ print_data_base_flag

int print_data_base_flag

◆ print_directory_flag

int print_directory_flag

◆ print_version_flag

int print_version_flag

◆ profile_flag

int profile_flag

Nonzero means profile calls (option –profile).

◆ question_flag

int question_flag

◆ search_parent_flag

int search_parent_flag

Nonzero means look in parent directories for a Makefile if one isn't found in the current directory (option –search-parent).

◆ shell_trace

int shell_trace

Nonzero means –trace and shell trace with input.

◆ shell_var

struct variable shell_var

◆ show_targets_flag

int show_targets_flag

Nonzero gives a list of explicit target names and exits. Set by option –targets

◆ show_tasks_flag

int show_tasks_flag

Nonzero gives a list of explicit target names that have commands associated with them and exits. Set by option –tasks

◆ silent_flag

int silent_flag

Referenced by dbg_cmd_show().

◆ touch_flag

int touch_flag

◆ verify_flag

int verify_flag