old-cross-binutils/gdb/testsuite/gdb.ada
Simon Marchi 2151ccc56c Always organize test artifacts in a directory hierarchy
When running tests in parallel, each test puts its generated files in a
different directory, under "outputs".  I think it would be nice if it
was always the case, as it would isolate the test cases a bit more.  An
artifact created by a test wouldn't get overwritten by another test.

Also, it makes it easier to clean up.  A lot of executables are left all
over the place because their names do not appear in gdb.*/Makefile.  If
everything is in "outputs", then we just have to delete that directory
(which we already do).

At the same time it makes the gdb.foo directories and their Makefiles
useless in the build directory, since they are pretty much only used for
cleaning.

What do you think?

gdb/testsuite/ChangeLog:

	* Makefile.in (ALL_SUBDIRS): Remove.
	(clean mostlyclean): Do not recurse in ALL_SUBDIRS.
	(distclean maintainer-clean realclean): Likewise.
	* configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
	* configure: Regenerate.
	* gdb.ada/Makefile.in: Delete.
	* gdb.arch/Makefile.in: Likewise.
	* gdb.asm/Makefile.in: Likewise.
	* gdb.base/Makefile.in: Likewise.
	* gdb.btrace/Makefile.in: Likewise.
	* gdb.cell/Makefile.in: Likewise.
	* gdb.compile/Makefile.in: Likewise.
	* gdb.cp/Makefile.in: Likewise.
	* gdb.disasm/Makefile.in: Likewise.
	* gdb.dlang/Makefile.in: Likewise.
	* gdb.dwarf2/Makefile.in: Likewise.
	* gdb.fortran/Makefile.in: Likewise.
	* gdb.gdb/Makefile.in: Likewise.
	* gdb.go/Makefile.in: Likewise.
	* gdb.guile/Makefile.in: Likewise.
	* gdb.java/Makefile.in: Likewise.
	* gdb.linespec/Makefile.in: Likewise.
	* gdb.mi/Makefile.in: Likewise.
	* gdb.modula2/Makefile.in: Likewise.
	* gdb.multi/Makefile.in: Likewise.
	* gdb.objc/Makefile.in: Likewise.
	* gdb.opencl/Makefile.in: Likewise.
	* gdb.opt/Makefile.in: Likewise.
	* gdb.pascal/Makefile.in: Likewise.
	* gdb.perf/Makefile.in: Likewise.
	* gdb.python/Makefile.in: Likewise.
	* gdb.reverse/Makefile.in: Likewise.
	* gdb.server/Makefile.in: Likewise.
	* gdb.stabs/Makefile.in: Likewise.
	* gdb.threads/Makefile.in: Likewise.
	* gdb.trace/Makefile.in: Likewise.
	* gdb.xml/Makefile.in: Likewise.
	* lib/gdb.exp (make_gdb_parallel_path): Add check for
	GDB_PARALLEL.
	(standard_output_file): Remove check for GDB_PARALLEL, always
	return path in outputs/$subdir/$testname.
2016-02-08 14:02:36 -05:00
..
access_to_packed_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
addr_arith GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
aliased_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arr_arr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_bounds GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_char_idx GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_of_variable_length GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_ptr_renaming GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_return GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_subscript_addr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arraydim GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayidx GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayparam GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayptr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
atomic_enum GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
attr_ref_and_charlit GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bad-task-bp-keyword GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_enum_homonym GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_on_var GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_range_type GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_reset GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
byte_packed_arr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
call_pn GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
catch_ex GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
char_enum GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
char_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
complete GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cond_lang GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
disc_arr_bound GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dot_all GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dyn_arrayidx GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dyn_loc GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
enum_idx_packed GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exec_changed GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
expr_delims GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exprs GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fin_fun_out GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fixed_cmp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fixed_points GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
float_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
formatted_ref GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
frame_args GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fullname_bp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_addr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_in_declare GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_overload_menu GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_renaming GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_char GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_ref GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
homonym GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_exc GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_locals_renaming GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
int_deref GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
interface GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
iwide GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
lang_switch GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_catch_ex GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_dyn_arr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_ex_cond GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_exc_info GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_interface GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_task_arg GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_task_info GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_var_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mod_from_name GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
n_arr_bound GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
nested GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
null_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
null_record GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
O2_float_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
operator_bp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
optim_drec GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
out_of_line_in_inlined GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
packed_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
packed_tagged GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pckd_arr_ren GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pckd_neg GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pkd_arr_elem GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pp-rec-component GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
print_chars GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptr_typedef GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_field GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_tagged_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
py_range GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rdv_wait GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rec_comp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rec_return GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ref_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ref_tick_size GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
same_enum GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
set_pckd_arr_elt GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
set_wstr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
small_reg_param GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
start GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
str_ref_cmp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
str_uninit GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
sym_print_name GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
taft_type GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged_access GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged_not_init GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
task_bp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tasks GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tick_last_segv GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tick_length_array_enum_idx GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
type_coercion GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
unc_arr_ptr_in_var_rec GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
uninitialized_vars GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_arr_attrs GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_arr_typedef GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_rec_arr GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
variant_record_packed_array GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
watch_arg GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
whatis_array_val GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
widewide GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
win_fu_syms GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
access_to_packed_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
addr_arith.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
aliased_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arr_arr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_bounds.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_char_idx.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_of_variable_length.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_ptr_renaming.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_return.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
array_subscript_addr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arraydim.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayidx.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayparam.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arrayptr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
assign_1.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
atomic_enum.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
attr_ref_and_charlit.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bad-task-bp-keyword.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
boolean_expr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_enum_homonym.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_on_var.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_range_type.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
bp_reset.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
byte_packed_arr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
call_pn.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
catch_ex.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
char_enum.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
char_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
complete.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cond_lang.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
disc_arr_bound.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dot_all.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dyn_arrayidx.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dyn_loc.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
enum_idx_packed.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exec_changed.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
expr_delims.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exprs.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fin_fun_out.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fixed_cmp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fixed_points.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
float_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
formatted_ref.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
frame_args.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fullname_bp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_addr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_in_declare.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_overload_menu.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
fun_renaming.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_char.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
funcall_ref.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
homonym.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_exc.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_locals_renaming.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_types.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
info_types.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
int_deref.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
interface.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
iwide.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
lang_switch.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_catch_ex.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_dyn_arr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_ex_cond.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_exc_info.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_interface.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_task_arg.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_task_info.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi_var_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mod_from_name.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
n_arr_bound.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
nested.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
null_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
null_record.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
O2_float_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
operator_bp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
optim_drec.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
out_of_line_in_inlined.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
packed_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
packed_tagged.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pckd_arr_ren.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pckd_neg.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pkd_arr_elem.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pp-rec-component.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pp-rec-component.py GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
print_chars.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
print_pc.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptr_typedef.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_arith_binop.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_field.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ptype_tagged_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
py_range.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rdv_wait.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rec_comp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rec_return.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ref_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ref_tick_size.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
same_enum.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
set_pckd_arr_elt.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
set_wstr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
small_reg_param.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
start.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
str_ref_cmp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
str_uninit.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
sym_print_name.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
taft_type.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged_access.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tagged_not_init.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
task_bp.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tasks.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tick_last_segv.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tick_length_array_enum_idx.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
type_coercion.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
unc_arr_ptr_in_var_rec.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
uninitialized_vars.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_arr_attrs.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_arr_typedef.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
var_rec_arr.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
variant_record_packed_array.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
watch_arg.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
whatis_array_val.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
widewide.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
win_fu_syms.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00