binutils-gdb/gdb/testsuite/gdb.ada
Tom Tromey 02c6f3f1fc Do not auto-dereference null pointers in Ada MI varobj
The Ada varobj code automatically dereferences access types.  This is
often handy, but it also does so for null pointers -- showing children
with empty values.

These children are weird, but even weirder when a variant type is
involved, because only the non-varying parts of the type are
displayed.  This behavior conflicts a bit with my ongoing quest to
move the Ada code to use DWARF rather than gnat encodings, in that
reproducing this behavior with the DWARF code seems rather hacky.

So, this patch instead changes the Ada varobj code so that it does not
automatically dereference null pointers.

As this patch only affects Ada, and it was already reviewed internally
by Joel, I am checking it in.

2020-09-02  Tom Tromey  <tromey@adacore.com>

	* ada-varobj.c (ada_varobj_get_ptr_number_of_children): Return 0
	for null pointers.
	(ada_varobj_adjust_for_child_access): Special-case null pointers.

gdb/testsuite/ChangeLog
2020-09-02  Tom Tromey  <tromey@adacore.com>

	* gdb.ada/mi_var_access.exp: Test children of access variable.
	* gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
	* gdb.ada/mi_var_array.exp: Update.
2020-09-02 11:30:51 -06:00
..
access_tagged_param Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
access_to_packed_array Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
access_to_unbounded_array Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
addr_arith Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
aliased_array Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
arr_acc_idx_w_gap Fix bugs in 'val and 'pos with range types 2020-05-26 14:11:08 -06:00
arr_arr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
arr_enum_idx_w_gap Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array_bounds Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array_char_idx Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array_of_variable_length Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array_ptr_renaming Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array_return Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array_subscript_addr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
arraydim Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
arrayidx Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
arrayparam Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
arrayptr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
assign_arr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
atomic_enum Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
attr_ref_and_charlit Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bad-task-bp-keyword Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bias Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
big_packed_array Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bp_c_mixed_case Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bp_enum_homonym Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bp_fun_addr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bp_inlined_func Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bp_on_var Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bp_range_type Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bp_reset Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
byte_packed_arr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
call_pn Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
catch_assert_if Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
catch_ex Use read_memory in ada_exception_message_1 2020-07-08 07:16:59 -06:00
catch_ex_std Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
char_enum Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
char_param Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
complete Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
cond_lang Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
convvar_comp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dgopt Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
disc_arr_bound Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
display_nested Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dot_all Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dyn_arrayidx Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dyn_loc Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dyn_stride Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
enum_idx_packed Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
excep_handle Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
exec_changed Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
expr_delims Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
expr_with_funcall Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
exprs Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fin_fun_out Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fixed_cmp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fixed_points Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
float_param Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
formatted_ref Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
frame_arg_lang Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
frame_args Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fullname_bp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fun_addr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fun_in_declare Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fun_overload_menu Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
fun_renaming Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
funcall_char Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
funcall_param Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
funcall_ptr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
funcall_ref Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
homonym Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info_addr_mixed_case Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info_auto_lang Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info_exc Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info_locals_renaming Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
int_deref Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
interface Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
iwide Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
lang_switch Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
length_cond Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
maint_with_ada Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_catch_assert Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_catch_ex Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_catch_ex_hand Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_dyn_arr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_ex_cond Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_exc_info Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_interface Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_prot Fix crash in -stack-list-arguments 2020-07-22 12:28:33 -06:00
mi_ref_changeable Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_string_access Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_task_arg Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_task_info Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_var_access Do not auto-dereference null pointers in Ada MI varobj 2020-09-02 11:30:51 -06:00
mi_var_array Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_var_union Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi_variant Add tests for Ada changes 2020-04-24 13:40:33 -06:00
minsyms Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mod_from_name Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
n_arr_bound Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
nested Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
notcplusplus Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
null_array Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
null_record Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
O2_float_param Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
operator_bp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
optim_drec Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
out_of_line_in_inlined Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
packed_array Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
packed_array_assign Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
packed_tagged Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pckd_arr_ren Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pckd_neg Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pkd_arr_elem Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pp-rec-component Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
print_chars Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ptr_typedef Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ptype_array Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ptype_field Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ptype_tagged_param Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
py_range Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
py_taft Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
rdv_wait Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
rec_comp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
rec_return Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ref_param Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ref_tick_size Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
rename_subscript_param Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
repeat_dyn Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
same_component_name Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
same_enum Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
scalar_storage Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
scoped_watch Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
set_pckd_arr_elt Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
set_wstr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
small_reg_param Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
start Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
str_binop_equal Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
str_ref_cmp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
str_uninit Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
sub_variant Fix Ada val_print removal regression 2020-03-20 08:28:11 -06:00
sym_print_name Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
taft_type Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tagged Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tagged_access Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tagged_not_init Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
task_bp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
task_switch_in_core Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tasks Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tick_last_segv Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tick_length_array_enum_idx Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
type_coercion Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
unc_arr_ptr_in_var_rec Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
unchecked_union Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
uninitialized_vars Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
var_arr_attrs Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
var_arr_typedef Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
var_rec_arr Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
variant Add support for variable field offsets 2020-04-24 13:40:32 -06:00
variant_record_packed_array Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
variant-record Select variant field when printing variant 2020-04-06 12:59:57 -06:00
varsize_limit Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
watch_arg Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
watch_minus_l Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
whatis_array_val Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
widewide Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
win_fu_syms Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
access_tagged_param.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
access_to_packed_array.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
access_to_unbounded_array.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
addr_arith.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
aliased_array.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
arr_acc_idx_w_gap.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
arr_arr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
arr_enum_idx_w_gap.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
array_bounds.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
array_char_idx.exp Fix array_char_idx.exp 2020-05-20 07:21:49 -06:00
array_of_variable_length.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
array_ptr_renaming.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
array_return.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array_subscript_addr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
arraydim.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
arrayidx.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
arrayparam.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
arrayptr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
assign_1.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
assign_arr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
atomic_enum.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
attr_ref_and_charlit.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
bad-task-bp-keyword.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
bias.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
big_packed_array.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
boolean_expr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
bp_c_mixed_case.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
bp_enum_homonym.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
bp_fun_addr.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
bp_inlined_func.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
bp_on_var.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
bp_range_type.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
bp_reset.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
byte_packed_arr.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
call_pn.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
catch_assert_if.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
catch_ex_std.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
catch_ex.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
char_enum.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
char_param.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
complete.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
cond_lang.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
convvar_comp.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
dgopt.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
disc_arr_bound.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
display_nested.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
dot_all.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
dyn_arrayidx.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dyn_loc.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
dyn_stride.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
enum_idx_packed.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
excep_handle.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
exec_changed.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
expr_delims.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
expr_with_funcall.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
exprs.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
fin_fun_out.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
fixed_cmp.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
fixed_points.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
float_param.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
formatted_ref.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
frame_arg_lang.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
frame_args.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
fullname_bp.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
fun_addr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
fun_in_declare.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
fun_overload_menu.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
fun_renaming.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
funcall_char.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
funcall_param.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
funcall_ptr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
funcall_ref.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
homonym.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
info_addr_mixed_case.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
info_auto_lang.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
info_exc.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
info_locals_renaming.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info_types.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info_types.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
int_deref.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
interface.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
iwide.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
lang_switch.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
length_cond.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
maint_with_ada.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_catch_assert.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_catch_ex_hand.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_catch_ex.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_dyn_arr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_ex_cond.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_exc_info.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_interface.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_prot.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_ref_changeable.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_string_access.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_task_arg.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_task_info.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_var_access.exp Do not auto-dereference null pointers in Ada MI varobj 2020-09-02 11:30:51 -06:00
mi_var_array.exp Do not auto-dereference null pointers in Ada MI varobj 2020-09-02 11:30:51 -06:00
mi_var_union.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mi_variant.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
minsyms.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
mod_from_name.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
n_arr_bound.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
nested.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
notcplusplus.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
null_array.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
null_record.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
O2_float_param.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
operator_bp.exp [gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILs 2020-05-01 17:57:56 +02:00
optim_drec.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
out_of_line_in_inlined.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
packed_array_assign.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
packed_array.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
packed_tagged.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
pckd_arr_ren.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pckd_neg.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pkd_arr_elem.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pp-rec-component.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
pp-rec-component.py Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
print_chars.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
print_pc.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
ptr_typedef.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
ptype_arith_binop.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
ptype_array.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
ptype_field.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
ptype_tagged_param.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
ptype_union.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ptype_union.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
py_range.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
py_taft.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
rdv_wait.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
rec_comp.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
rec_return.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
ref_param.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
ref_tick_size.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
rename_subscript_param.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
repeat_dyn.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
same_component_name.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
same_enum.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
scalar_storage.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
scoped_watch.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
set_pckd_arr_elt.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
set_wstr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
small_reg_param.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
start.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
str_binop_equal.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
str_ref_cmp.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
str_uninit.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
sub_variant.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
sym_print_name.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
taft_type.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
tagged_access.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
tagged_not_init.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tagged.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
task_bp.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
task_switch_in_core.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
tasks.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
tick_last_segv.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
tick_length_array_enum_idx.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
type_coercion.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
unc_arr_ptr_in_var_rec.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
unchecked_union.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
uninitialized_vars.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
var_arr_attrs.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
var_arr_typedef.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
var_rec_arr.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
variant_record_packed_array.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
variant-record.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
variant.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
varsize_limit.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
vla.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
watch_arg.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
watch_minus_l.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
whatis_array_val.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
widewide.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00
win_fu_syms.exp Add skip_ada_tests to more Ada testcases 2020-08-13 17:34:21 +01:00