binutils-gdb/gdb/testsuite/gdb.base
Tom Tromey 876cecd0ee gdb:
* xml-tdesc.c (tdesc_end_union): Update.
	* stabsread.c (define_symbol): Update.
	(read_type): Update.
	(read_struct_type): Update.
	(read_enum_type): Update.
	* spu-tdep.c (spu_builtin_type_vec128): Update.
	* sh-tdep.c (sh_push_dummy_call_fpu): Update.
	(sh_push_dummy_call_nofpu): Update.
	* mdebugread.c (parse_symbol): Update.
	(parse_symbol): Update.
	(parse_symbol): Update.
	(upgrade_type): Update.
	* jv-lang.c (java_lookup_class): Update.
	* iq2000-tdep.c (iq2000_pointer_to_address): Update.
	* i386-tdep.c (i386_mmx_type): Update.
	(i386_sse_type): Update.
	* gdbtypes.h (enum type_flag_value): New enum.
	(enum type_instance_flag_value): New enum.
	(TYPE_FLAG_UNSIGNED, TYPE_FLAG_NOSIGN, TYPE_FLAG_STUB,
	TYPE_FLAG_TARGET_STUB, TYPE_FLAG_STATIC, TYPE_FLAG_PROTOTYPED,
	TYPE_FLAG_INCOMPLETE, TYPE_FLAG_VARARGS, TYPE_FLAG_VECTOR,
	TYPE_FLAG_FIXED_INSTANCE, TYPE_FLAG_STUB_SUPPORTED,
	TYPE_FLAG_NOTTEXT): Now enum constants.
	(TYPE_FLAG_CONST, TYPE_FLAG_VOLATILE, TYPE_FLAG_CODE_SPACE,
	TYPE_FLAG_DATA_SPACE, TYPE_FLAG_ADDRESS_CLASS_1,
	TYPE_FLAG_ADDRESS_CLASS_2): Remove.
	(TYPE_INSTANCE_FLAG_CONST, TYPE_INSTANCE_FLAG_VOLATILE,
	TYPE_INSTANCE_FLAG_CODE_SPACE, TYPE_INSTANCE_FLAG_DATA_SPACE,
	TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1,
	TYPE_INSTANCE_FLAG_ADDRESS_CLASS_2): New constants.
	(TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB, TYPE_TARGET_STUB,
	TYPE_STATIC, TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_VARARGS,
	TYPE_VECTOR, TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED,
	TYPE_NOTTEXT): Update.
	(TYPE_FLAG_ADDRESS_CLASS_ALL): Remove.
	(TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL): New define.
	(TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE,
	TYPE_ADDRESS_CLASS_1, TYPE_ADDRESS_CLASS_2,
	TYPE_ADDRESS_CLASS_ALL): Update.
	(struct main_type) <flags>: Remove.
	<flag_unsigned, flag_nosign, flag_stub, flag_target_stub,
	flag_static, flag_prototyped, flag_incomplete, flag_varargs,
	flag_vector, flag_stub_supported, flag_nottext,
	flag_fixed_instance>: New fields.
	<nfields, vptr_fieldno>: Move earlier.
	(TYPE_FLAGS): Remove.
	* gdbtypes.c (make_pointer_type): Update.
	(address_space_name_to_int): Update.
	(address_space_int_to_name): Update.
	(make_type_with_address_space): Update.
	(make_cv_type): Update.
	(create_range_type): Update.
	(get_discrete_bounds): Update.
	(create_set_type): Update.
	(make_vector_type): Update.
	(smash_to_method_type): Update.
	(check_typedef): Update.
	(check_stub_method): Update.
	(init_type): Individually assign flag fields.
	(recursive_dump_type): Don't print entire TYPE_FLAGS field.  Do
	print TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED, and TYPE_NOTTEXT.
	(copy_type_recursive): Copy the entire main type.  Don't use
	TYPE_FLAGS.
	* features/rs6000/powerpc-altivec64l.c
	(initialize_tdesc_powerpc_altivec64l): Update.
	* features/rs6000/powerpc-altivec64.c
	(initialize_tdesc_powerpc_altivec64): Update.
	* features/rs6000/powerpc-altivec32l.c
	(initialize_tdesc_powerpc_altivec32l): Update.
	* features/rs6000/powerpc-altivec32.c
	(initialize_tdesc_powerpc_altivec32): Update.
	* features/rs6000/powerpc-7400.c (initialize_tdesc_powerpc_7400):
	Update.
	* features/arm-with-iwmmxt.c (initialize_tdesc_arm_with_iwmmxt):
	Update.
	* dwarf2read.c (read_structure_type): Update.
	(read_enumeration_type): Likewise.
	(process_enumeration_scope): Likewise.
	(read_tag_pointer_type): Likewise.
	(read_subroutine_type): Likewise.
	(read_subroutine_type): Likewise.
	(read_base_type): Likewise.
	* coffread.c (coff_read_enum_type): Update.
	* ada-valprint.c (adjust_type_signedness): Update.
	* ada-typeprint.c (print_record_field_types): Update.
	* ada-lang.c (packed_array_type): Update.
	(empty_record): Don't reset TYPE_FLAGS.
	(ada_template_to_fixed_record_type_1): Update.
	(ada_template_to_fixed_record_type_1): Likewise.
	(template_to_static_fixed_type): Likewise.
	(to_record_with_fixed_variant_part): Likewise.
	(to_fixed_record_type): Likewise.
	(to_fixed_array_type): Likewise.
	(to_static_fixed_type): Likewise.
gdb/testsuite:
	* gdb.base/maint.exp: Update "maint print type".
2008-08-24 16:39:57 +00:00
..
Makefile.in
a2-run.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
advance.c
advance.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
all-bin.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
all-types.c
annota1.c
annota1.exp (thread_switch): Test for thread-changed annotation. 2008-06-06 00:40:21 +00:00
annota3.c
annota3.exp * gdb.base/annota1.exp: Accept printf@... in place of printf. 2008-05-16 12:48:08 +00:00
args.c
args.exp gdb.base/args.exp: Prevent ~/.gdbinit from affecting test. 2008-08-08 17:17:02 +00:00
arithmet.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
arrayidx.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
arrayidx.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
assign.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
async.c
async.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
attach.c
attach.exp * gdb.base/attach.exp (do_attach_tests): Matching pattern for 2008-04-15 14:33:55 +00:00
attach2.c
auxv.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
auxv.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
average.c
bang.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
bar.c
baz.c
bfp-test.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
bfp-test.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
bigcore.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
bigcore.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
bitfields.c
bitfields.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
bitfields2.c
bitfields2.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
bitops.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
branches.c
break-always.c * breakpoint.h (bp_location_p): New typedef. 2008-04-24 10:21:45 +00:00
break-always.exp * breakpoint.h (bp_location_p): New typedef. 2008-04-24 10:21:45 +00:00
break.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
break.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
break1.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
call-ar-st.c
call-ar-st.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
call-rt-st.c
call-rt-st.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
call-sc.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
call-sc.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
call-strs.c
call-strs.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
callfuncs.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
callfuncs.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
charset.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
charset.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
checkpoint.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
checkpoint.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
chng-syms.c
chng-syms.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
code-expr.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
commands.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
completion.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
complex.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
complex.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
cond-expr.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
condbreak.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
consecutive.c
consecutive.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
constvars.c 2006-11-09 Christophe Lyon <christophe.lyon@st.com> 2006-11-09 09:20:17 +00:00
constvars.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
corefile.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
coremaker.c Fix for gdb.base/corefile.exp failure on Linux 2008-07-17 19:01:44 +00:00
coremaker2.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cursal.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cursal.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cvexpr.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
cvexpr.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
d10v.ld
d10vovly.c
dbx.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
default.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
define.exp gdb/ 2008-08-16 20:36:30 +00:00
del.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
del.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
detach.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
dfp-exprs.exp * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests 2008-01-07 22:34:49 +00:00
dfp-test.c * dfp-test.c (DELTA, DELTA_B): New definitions. 2008-01-30 03:19:26 +00:00
dfp-test.exp * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions. 2008-05-03 21:56:38 +00:00
display.c
display.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
dump.c
dump.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
echo.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
ena-dis-br.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
ending-run.c
ending-run.exp Introduce test setup helpers. 2008-04-07 16:32:44 +00:00
environ.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
eval-skip.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
execd-prog.c
expand-psymtabs.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
expand-psymtabs.exp * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix. 2008-01-27 22:25:43 +00:00
exprs.c
exprs.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
fileio.c
fileio.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
find.c New "find" command. 2008-05-09 17:02:03 +00:00
find.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
finish.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
fixsection.c gdb/ 2008-05-16 12:58:49 +00:00
fixsection.exp gdb/ 2008-05-16 12:58:49 +00:00
fixsectshr.c gdb/ 2008-05-16 12:58:49 +00:00
float.exp * gdb.base/commands.exp (watchpoint_command_test): Handle 2008-05-08 16:30:53 +00:00
foll-exec.c
foll-exec.exp * gdb.base/attach.exp (do_attach_tests): Matching pattern for 2008-04-15 14:33:55 +00:00
foll-fork.c
foll-fork.exp Fix for Linux/VDSO failure. 2008-07-17 20:57:26 +00:00
foll-vfork.c
foll-vfork.exp * Makefile.in (symfile.o): Update. 2008-01-29 22:47:20 +00:00
foo.c
frame-args.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
frame-args.exp * symtab.h (enum address_class): Remove LOC_REGPARM and 2008-05-27 19:29:52 +00:00
freebpcmd.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
freebpcmd.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
fullname.c * gdb.base/fullname.c: New file. 2008-05-04 04:04:11 +00:00
fullname.exp * gdb.base/fullname.exp: Restore pwd if compiling failed. 2008-07-09 10:50:52 +00:00
funcargs.c
funcargs.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gcore-buffer-overflow.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gcore-buffer-overflow.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gcore.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gcore.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb1056.exp * gdb.base/gdb1056.exp: Add unsigned integer test. 2008-01-29 16:30:25 +00:00
gdb1090.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb1090.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb1250.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb1250.exp * gdb.base/gdb1250.exp: Remove perror. 2008-04-30 18:25:53 +00:00
gdb1555-main.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
gdb1555.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
gdb1555.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb1821.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
gdb1821.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb_history
gdbvars.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
grbx.c
hashline1.exp * buildsym.c (watch_main_source_file_lossage): New fn. 2008-04-17 17:54:05 +00:00
hashline2.exp * buildsym.c (watch_main_source_file_lossage): New fn. 2008-04-17 17:54:05 +00:00
hashline3.exp * buildsym.c (watch_main_source_file_lossage): New fn. 2008-04-17 17:54:05 +00:00
help.exp gdb: 2008-08-17 16:58:17 +00:00
huge.c
huge.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
ifelse.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
included.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
included.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
included.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
infnan.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
infnan.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
info-proc.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
info-target.exp * gdb.base/info-target.exp: New testcase. 2008-05-01 17:48:23 +00:00
int-type.c
interp.exp * gdb.base/interp.exp: Always consume both prompts. 2008-08-20 18:55:57 +00:00
interrupt.c
interrupt.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
jump.c
jump.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
langs.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
langs0.c
langs1.c
langs1.f
langs2.c
langs2.cxx
lineinc.c
lineinc.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
lineinc1.h
lineinc2.h
lineinc3.h
list.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
list0.c
list0.h
list1.c
logical.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
long_long.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
long_long.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
longjmp.c * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files. 2008-05-04 19:43:31 +00:00
longjmp.exp * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races. 2008-05-22 14:33:12 +00:00
m32r.ld
m32rovly.c
macscp.exp gdb: 2008-08-14 18:03:22 +00:00
macscp1.c gdb/ 2008-05-03 22:30:51 +00:00
macscp2.h
macscp3.h
macscp4.h
maint.exp gdb: 2008-08-24 16:39:57 +00:00
mips_pro.c
mips_pro.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
miscexprs.c
miscexprs.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
multi-forks.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
multi-forks.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
nodebug.c
nodebug.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
nofield.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
nofield.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
opaque.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
opaque0.c
opaque1.c
overlays.c
overlays.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
ovlymgr.c * gdb.base/overlays.exp: Add support for targets with only code 2007-05-11 20:00:29 +00:00
ovlymgr.h
page.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
pc-fp.c
pc-fp.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
pending.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
pending.exp gdb/ 2008-08-20 11:47:57 +00:00
pendshr.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
pi.txt
pointers.c
pointers.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
prelink-lib.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
prelink.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
prelink.exp Fix random false FAILs on i386. 2008-03-24 15:16:12 +00:00
printcmds.c
printcmds.exp * eval.c (evaluate_subexp_for_address): Clarify error message. 2008-03-21 15:02:38 +00:00
prologue.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
prologue.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
psymtab.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
psymtab1.c
psymtab2.c
ptr-typedef.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
ptr-typedef.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
ptype.c * gdb.base/ptype.c (highest): New struct type. 2007-12-22 05:28:19 +00:00
ptype.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
ptype1.c
radix.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
randomize.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
randomize.exp * gdb.base/randomize.exp: Catch non-Linux targets as untested. 2008-07-13 14:56:02 +00:00
readline.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
recurse.c
recurse.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
regs.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
relational.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
relativedebug.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
relativedebug.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
relocate.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
relocate.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
remote.c
remote.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
remotetimeout.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
reread.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
reread1.c
reread2.c
restore.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
restore.exp * gdb.base/attach.exp (do_attach_tests): Matching pattern for 2008-04-15 14:33:55 +00:00
return.c
return.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
return2.c
return2.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
run.c
savedregs.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
savedregs.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
scope.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
scope0.c
scope1.c
sect-cmd.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
sep-proc.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
sep.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
sep.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
sepdebug.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
sepdebug.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
sepsymtab.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sepsymtab.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
set-lang-auto.exp * gdb.base/set-lang-auto.exp: New testcase. 2008-01-03 04:26:57 +00:00
setshow.c
setshow.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
setvar.c
setvar.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
shlib-call.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
shmain.c
shr1.c
shr2.c
shreloc.c
shreloc.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
shreloc1.c
shreloc2.c
sigall.c * gdb.base/sigall.c (main): Ensure all signals aren't blocked. 2008-02-03 00:42:55 +00:00
sigall.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sigaltstack.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
sigaltstack.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sigbpt.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sigbpt.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sigchld.c gdb/ 2008-06-28 11:15:34 +00:00
sigchld.exp gdb/ 2008-06-28 11:15:34 +00:00
siginfo-addr.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
siginfo-addr.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
siginfo.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
siginfo.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
signals.c
signals.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
signull.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
signull.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sigrepeat.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sigrepeat.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sigstep.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sigstep.exp * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail 2008-02-27 23:42:20 +00:00
sizeof.c
sizeof.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
so-disc-shr.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
so-impl-ld.c
so-impl-ld.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
so-indr-cl.c
so-indr-cl.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
solib-disc.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
solib-disc.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
solib-symbol-lib.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
solib-symbol-main.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
solib-symbol.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
solib-weak.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
solib-weak.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
solib.c
solib.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
solib1.c
solib2.c
source-error.gdb Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
source.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
spu.ld * gdb.base/overlays.exp: Add support for targets with only code 2007-05-11 20:00:29 +00:00
ss.h
start.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
start.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
step-break.c gdb/ 2008-04-17 11:49:56 +00:00
step-break.exp gdb/ 2008-04-17 11:49:56 +00:00
step-bt.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
step-bt.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
step-line.c * gdb.base/step-line.c: Switch license to GPL version 3, and 2007-08-18 02:13:15 +00:00
step-line.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
step-line.inp * gdb.base/step-line.c: Switch license to GPL version 3, and 2007-08-18 02:13:15 +00:00
step-test.c
step-test.exp * gdb.base/commands.exp (watchpoint_command_test): Handle 2008-05-08 16:30:53 +00:00
store.c
store.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
structs.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
structs.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
structs2.c
structs2.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
subst.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sum.c
term.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
trace-commands.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
twice.c
twice.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
type-opaque-lib.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
type-opaque-main.c Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
type-opaque.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
unload.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
unload.exp * breakpoint.c (print_one_breakpoint_location): Revert Enb field 2008-02-26 08:14:11 +00:00
unloadshr.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
until.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
value-double-free.c Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
value-double-free.exp gdb/ 2008-07-07 22:39:59 +00:00
varargs.c
varargs.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
vforked-prog.c
volatile.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
watch_thread_num.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
watch_thread_num.exp * gdb.base/watch_thread_num.exp: Don't run tests that require 2008-05-13 21:17:18 +00:00
watchpoint-solib-shr.c Use multiple locations for hardware watchpoints. 2008-01-29 17:52:47 +00:00
watchpoint-solib.c Use multiple locations for hardware watchpoints. 2008-01-29 17:52:47 +00:00
watchpoint-solib.exp Use multiple locations for hardware watchpoints. 2008-01-29 17:52:47 +00:00
watchpoint.c * breakpoint.c (fetch_watchpoint_value): New function. 2008-03-03 13:24:12 +00:00
watchpoint.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
weaklib1.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
weaklib2.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
whatis-exp.exp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
whatis.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
whatis.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00