binutils-gdb/gdb/testsuite/gdb.ada
Simon Marchi b28a729db1 [PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when GNAT runtime does not have debug info
This test verifies that GDB correctly identifies the run-time type of
"s" as being the type "Circle".  However, that can only be done
correctly if the GNAT runtime has been compiled and shipped with debug
information, so that GDB can poke in its internal data structures.
Currently the test fails when when running against a GNAT runtime
without debug info.  This is the case, for example, on Arch Linux using
the distribution package.

This patch adds a helper in lib/ada.exp to check whether the GNAT
runtime has debug info or not.  It then uses it in
gdb.ada/ptype_tagged_param.exp to expect a different result, depending
on whether we have debug info or not in the runtime.

At first, I made it so we would XFAIL the test, in the absence of debug
info, but then I thought that we might as well test for the output we
expect in the absence of debug info instead.

gdb/testsuite/ChangeLog:

	* lib/ada.exp (gnat_runtime_has_debug_info): New proc.
	* lib/gnat_debug_info_test.adb: New file.
	* gdb.ada/ptype_tagged_param.exp: Use
	gnat_runtime_has_debug_info, expect a different output if
	runtime does not have debug info.
2019-12-27 21:02:35 -05:00
..
O2_float_param Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
access_tagged_param Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
access_to_packed_array Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
access_to_unbounded_array Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
addr_arith Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
aliased_array Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arr_acc_idx_w_gap Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arr_arr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arr_enum_idx_w_gap Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_bounds Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_char_idx Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_of_variable_length Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_ptr_renaming Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_return Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_subscript_addr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arraydim Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arrayidx Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arrayparam Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arrayptr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
assign_arr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
atomic_enum Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
attr_ref_and_charlit Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bad-task-bp-keyword Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bias Handle biased types 2019-09-03 10:20:40 -06:00
big_packed_array (Ada) fix GDB crash printing packed array 2019-02-17 08:32:45 -05:00
bp_c_mixed_case Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_enum_homonym Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_fun_addr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_inlined_func Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_on_var Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_range_type Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_reset Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
byte_packed_arr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
call_pn Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
catch_assert_if Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
catch_ex Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
catch_ex_std Fix "catch exception" with dynamic linking 2019-04-30 07:32:11 -06:00
char_enum Fix bug with character enumeration literal 2019-08-15 13:42:31 -06:00
char_param Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
complete Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cond_lang Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
convvar_comp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dgopt Fix latent bug in .debug_names file-name handling 2019-09-10 08:30:45 -06:00
disc_arr_bound Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
display_nested Allow nested function displays 2019-07-30 12:34:51 -06:00
dot_all Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dyn_arrayidx Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dyn_loc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dyn_stride Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
enum_idx_packed Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
excep_handle Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
exec_changed Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
expr_delims Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
expr_with_funcall Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
exprs Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fin_fun_out Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fixed_cmp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fixed_points Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
float_param Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
formatted_ref Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
frame_arg_lang When debugging a mixed Ada/C program using this scenario: 2019-05-08 13:41:54 -04:00
frame_args Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fullname_bp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fun_addr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fun_in_declare Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fun_overload_menu Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fun_renaming Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
funcall_char Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
funcall_param Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
funcall_ptr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
funcall_ref Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
homonym Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info_addr_mixed_case Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info_auto_lang Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info_exc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info_locals_renaming Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
int_deref Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
interface Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
iwide Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
lang_switch Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
length_cond Fix crash when setting breakpoint condition 2019-06-19 06:06:02 -06:00
maint_with_ada Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_catch_assert Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_catch_ex Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_catch_ex_hand Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_dyn_arr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_ex_cond Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_exc_info Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_interface Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_ref_changeable Update copyright year range in gdb.ada/mi_ref_changeable testcase 2019-02-23 16:27:30 +04:00
mi_string_access Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_task_arg Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_task_info Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_var_array Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_var_union Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
minsyms Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mod_from_name Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
n_arr_bound Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nested Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
notcplusplus Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
null_array Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
null_record Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
operator_bp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
optim_drec Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
out_of_line_in_inlined Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
packed_array Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
packed_array_assign Fix bug in assignment to nested packed structure 2019-05-01 08:09:22 -06:00
packed_tagged Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pckd_arr_ren Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pckd_neg Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pkd_arr_elem Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pp-rec-component Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
print_chars Handle biased types 2019-09-03 10:20:40 -06:00
ptr_typedef Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ptype_array Fix Ada "ptype" bug with array types 2019-03-18 06:45:16 -06:00
ptype_field Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ptype_tagged_param Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
py_range Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
py_taft Do not expose stub types to Python 2019-09-26 08:26:12 -06:00
rdv_wait Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rec_comp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rec_return Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ref_param Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ref_tick_size Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rename_subscript_param Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
repeat_dyn Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
same_component_name Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
same_enum Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
scalar_storage Propagate endianity to subrange types 2019-12-04 09:31:18 -07:00
scoped_watch Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
set_pckd_arr_elt Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
set_wstr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
small_reg_param Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
start Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
str_binop_equal Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
str_ref_cmp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
str_uninit Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
sym_print_name Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
taft_type Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tagged Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tagged_access Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tagged_not_init Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
task_bp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
task_switch_in_core Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tasks Avoid crash in print_ada_task_info 2019-11-22 15:11:57 -07:00
tick_last_segv Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tick_length_array_enum_idx Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
type_coercion Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
unc_arr_ptr_in_var_rec Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
unchecked_union Normalize Ada ptype to use a single "?" 2019-12-10 08:56:39 -07:00
uninitialized_vars Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var_arr_attrs Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var_arr_typedef Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var_rec_arr Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
variant_record_packed_array Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
varsize_limit Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
vla Fix gdb.ada/vla.exp 2019-06-14 06:53:24 -06:00
watch_arg Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watch_minus_l Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
whatis_array_val Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
widewide Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
win_fu_syms Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
O2_float_param.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
access_tagged_param.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
access_to_packed_array.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
access_to_unbounded_array.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
addr_arith.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
aliased_array.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arr_acc_idx_w_gap.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arr_arr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arr_enum_idx_w_gap.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_bounds.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
array_char_idx.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_of_variable_length.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_ptr_renaming.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_return.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array_subscript_addr.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
arraydim.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arrayidx.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
arrayparam.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
arrayptr.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
assign_1.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
assign_arr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
atomic_enum.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
attr_ref_and_charlit.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bad-task-bp-keyword.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bias.exp Handle biased types 2019-09-03 10:20:40 -06:00
big_packed_array.exp (Ada) fix GDB crash printing packed array 2019-02-17 08:32:45 -05:00
boolean_expr.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
bp_c_mixed_case.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_enum_homonym.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_fun_addr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_inlined_func.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_on_var.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_range_type.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bp_reset.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
byte_packed_arr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
call_pn.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
catch_assert_if.exp Change Ada catchpoints to be bp_catchpoint 2019-07-10 14:48:53 -06:00
catch_ex.exp Change Ada catchpoints to be bp_catchpoint 2019-07-10 14:48:53 -06:00
catch_ex_std.exp gdb/testsuite/ada: Handle missing debug info case 2019-10-07 13:17:49 +01:00
char_enum.exp Fix bug with character enumeration literal 2019-08-15 13:42:31 -06:00
char_param.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
complete.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
cond_lang.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
convvar_comp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dgopt.exp Fix latent bug in .debug_names file-name handling 2019-09-10 08:30:45 -06:00
disc_arr_bound.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
display_nested.exp Allow nested function displays 2019-07-30 12:34:51 -06:00
dot_all.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dyn_arrayidx.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dyn_loc.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dyn_stride.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
enum_idx_packed.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
excep_handle.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
exec_changed.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
expr_delims.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
expr_with_funcall.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
exprs.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fin_fun_out.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fixed_cmp.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
fixed_points.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
float_param.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
formatted_ref.exp Recognize _ in attribute names 2019-06-14 08:02:20 -06:00
frame_arg_lang.exp When debugging a mixed Ada/C program using this scenario: 2019-05-08 13:41:54 -04:00
frame_args.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fullname_bp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fun_addr.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
fun_in_declare.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fun_overload_menu.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fun_renaming.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
funcall_char.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
funcall_param.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
funcall_ptr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
funcall_ref.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
homonym.exp (Ada) fix GDB crash printing packed array 2019-02-17 08:32:45 -05:00
info_addr_mixed_case.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info_auto_lang.exp gdb: Show type summary for anonymous structures from c_print_typedef 2019-07-22 10:43:03 +01:00
info_exc.exp Add completion for Ada catch commands 2019-05-10 09:57:42 -06:00
info_locals_renaming.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info_types.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
info_types.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
int_deref.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
interface.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
iwide.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
lang_switch.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
length_cond.exp Add intro comment to length_cond.exp 2019-06-19 08:32:35 -06:00
maint_with_ada.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_catch_assert.exp Change Ada catchpoints to be bp_catchpoint 2019-07-10 14:48:53 -06:00
mi_catch_ex.exp Change Ada catchpoints to be bp_catchpoint 2019-07-10 14:48:53 -06:00
mi_catch_ex_hand.exp Change Ada catchpoints to be bp_catchpoint 2019-07-10 14:48:53 -06:00
mi_dyn_arr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_ex_cond.exp Change Ada catchpoints to be bp_catchpoint 2019-07-10 14:48:53 -06:00
mi_exc_info.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_interface.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_ref_changeable.exp Update copyright year range in gdb.ada/mi_ref_changeable testcase 2019-02-23 16:27:30 +04:00
mi_string_access.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_task_arg.exp [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp 2019-10-15 02:21:37 +02:00
mi_task_info.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_var_array.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi_var_union.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
minsyms.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mod_from_name.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
n_arr_bound.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nested.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
notcplusplus.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
null_array.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
null_record.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
operator_bp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
optim_drec.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
out_of_line_in_inlined.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
packed_array.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
packed_array_assign.exp Fix bug in assignment to nested packed structure 2019-05-01 08:09:22 -06:00
packed_tagged.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
pckd_arr_ren.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pckd_neg.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pkd_arr_elem.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pp-rec-component.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pp-rec-component.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
print_chars.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
print_pc.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
ptr_typedef.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ptype_arith_binop.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
ptype_array.exp Fix Ada "ptype" bug with array types 2019-03-18 06:45:16 -06:00
ptype_field.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
ptype_tagged_param.exp [PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when GNAT runtime does not have debug info 2019-12-27 21:02:35 -05:00
ptype_union.c Print non-Ada unions without crashing 2019-04-19 13:23:05 -06:00
ptype_union.exp [gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-index 2019-06-21 17:03:27 +02:00
py_range.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
py_taft.exp Do not expose stub types to Python 2019-09-26 08:26:12 -06:00
rdv_wait.exp Output the Ada task name in more messages. 2019-09-12 21:57:10 +02:00
rec_comp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rec_return.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
ref_param.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ref_tick_size.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
rename_subscript_param.exp [gdb/testsuite] Require gnatmake 8 for gdb.ada/rename_subscript_param.exp 2019-09-14 10:35:48 +02:00
repeat_dyn.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
same_component_name.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
same_enum.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
scalar_storage.exp Propagate endianity to subrange types 2019-12-04 09:31:18 -07:00
scoped_watch.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
set_pckd_arr_elt.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
set_wstr.exp Allow re-assigning to convenience variables 2019-06-14 08:06:16 -06:00
small_reg_param.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
start.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
str_binop_equal.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
str_ref_cmp.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
str_uninit.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
sym_print_name.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
taft_type.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
tagged.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
tagged_access.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tagged_not_init.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
task_bp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
task_switch_in_core.exp Output the Ada task name in more messages. 2019-09-12 21:57:10 +02:00
tasks.exp Avoid crash in print_ada_task_info 2019-11-22 15:11:57 -07:00
tick_last_segv.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tick_length_array_enum_idx.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
type_coercion.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
unc_arr_ptr_in_var_rec.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
unchecked_union.exp Normalize Ada ptype to use a single "?" 2019-12-10 08:56:39 -07:00
uninitialized_vars.exp [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call 2019-10-31 17:37:02 +01:00
var_arr_attrs.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var_arr_typedef.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var_rec_arr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
variant_record_packed_array.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
varsize_limit.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
vla.exp Fix gdb.ada/vla.exp 2019-06-14 06:53:24 -06:00
watch_arg.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watch_minus_l.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
whatis_array_val.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
widewide.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
win_fu_syms.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00