This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New ARI warning Thu Jun 13 01:56:52 UTC 2019


51a52,60
> gdb/cli/cli-option.c:36: regression: boolean: Do not use 'boolean',  use 'bool' instead
gdb/cli/cli-option.c:36:  bool boolean;
> gdb/cli/cli-option.c:209: regression: boolean: Do not use 'boolean',  use 'bool' instead
gdb/cli/cli-option.c:209:	    val.boolean = true;
> gdb/cli/cli-option.c:302: regression: boolean: Do not use 'boolean',  use 'bool' instead
gdb/cli/cli-option.c:302:	val.boolean = res;
> gdb/cli/cli-option.c:541: regression: boolean: Do not use 'boolean',  use 'bool' instead
gdb/cli/cli-option.c:541:	    bool value = ov->value.has_value () ? ov->value->boolean : true;
> gdb/cli/cli-option.c:542: regression: boolean: Do not use 'boolean',  use 'bool' instead
gdb/cli/cli-option.c:542:	    *ov->option.var_address.boolean (ov->option, ov->ctx) = value;
> gdb/cli/cli-option.c:683: regression: boolean: Do not use 'boolean',  use 'bool' instead
gdb/cli/cli-option.c:683:				   option.var_address.boolean (option, data),
> gdb/cli/cli-option.h:85: regression: boolean: Do not use 'boolean',  use 'bool' instead
gdb/cli/cli-option.h:85:      int *(*boolean) (const option_def &, void *ctx);
> gdb/cli/cli-option.h:162: regression: var_boolean: Replace var_boolean with add_setshow_boolean_cmd
gdb/cli/cli-option.h:162:    : option_def (long_option_, var_boolean,
> gdb/cli/cli-option.h:167: regression: boolean: Do not use 'boolean',  use 'bool' instead
gdb/cli/cli-option.h:167:    var_address.boolean = detail::get_var_address<int, Context>;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]