old-cross-binutils/gdb/testsuite/gdb.base
Pedro Alves 4aa995e123 2009-02-06 Pedro Alves <pedro@codesourcery.com>
gdb/
	* target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
	* infrun.c (siginfo_value_read, siginfo_value_write): New.
	(siginfo_value_funcs): New.
	(siginfo_make_value): New.
	(_initialize_infrun): Create the $_siginfo convenience variable.
	* gdbtypes.h (append_composite_type_field_aligned): Declare.
	* gdbtypes.c (append_composite_type_field): Rename to...
	(append_composite_type_field_aligned): ... this.  Add ALIGNMENT
	argument.  Handle it.
	(append_composite_type_field): Rewrite on top of
	append_composite_type_field_aligned.
	* value.h (internalvar_make_value): New typedef.
	(struct internalvar) <make_value>: New field.
	(create_internalvar_type_lazy): Declare.
	* value.c (create_internalvar): Clear make_value.
	(create_internalvar_type_lazy): New.
	(value_of_internalvar): If make_value is set use it.
	(preserve_values): Skip internal variables that don't have a
	value.
	* gdbarch.sh (get_siginfo_type): New.
	* gdbarch.h, gdbarch.c: Regenerate.

	* linux-tdep.h, linux-tdep.c: New.
	* amd64-linux-tdep.c: Include "linux-tdep.h".
	(amd64_linux_init_abi): Register linux_get_siginfo_type and
	linux_get_siginfo_mapper.
	* i386-linux-tdep.c: Include "linux-tdep.h".
	(i386_linux_init_abi): Register linux_get_siginfo_type and
	linux_get_siginfo_mapper.
	* arm-linux-tdep.c: Include "linux-tdep.h".
	(i386_linux_init_abi): Register linux_get_siginfo_type and
	linux_get_siginfo_mapper.

	* linux-nat.c (linux_xfer_siginfo): New.
	(linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
	* remote.c (PACKET_qXfer_siginfo_read)
	(PACKET_qXfer_siginfo_write): New.
	(feature remote_protocol_features): Add "qXfer:siginfo:read" and
	"qXfer:siginfo:write" features.
	(remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
	(_initialize_remote): Add "set/show remote read-siginfo-object"
	and "set/show remote write-siginfo-object" commands.

	* Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
	(HFILES_NO_SRCDIR): Add linux-tdep.h.
	(ALLDEPFILES): Add linux-tdep.c.

	* configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
	(i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
	gdb_target_obs.

2009-02-06  Pedro Alves  <pedro@codesourcery.com>

	gdb/gdbserver/
	* server.c (handle_query): Report qXfer:siginfo:read and
	qXfer:siginfo:write as supported and handle them.
	* target.h (struct target_ops) <qxfer_siginfo>: New field.
	* linux-low.c (linux_xfer_siginfo): New.
	(linux_target_ops): Set it.

2009-02-06  Pedro Alves  <pedro@codesourcery.com>

	gdb/doc/
	* gdb.texinfo (Signals): Document $_siginfo.
	(Convenience Variables): Mention $_siginfo.
	(Remote Configuration): Document qXfer:siginfo:read,
	qXfer:siginfo:write packets, and the read-siginfo-object,
	write-siginfo-object commands.

2009-02-06  Pedro Alves  <pedro@codesourcery.com>

	gdb/testsuite/
	* gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
2009-02-06 22:59:01 +00:00
..
a2-run.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
advance.c
advance.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
all-bin.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
all-types.c
annota1.c
annota1.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
annota3.c
annota3.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
args.c
args.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
arithmet.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
arrayidx.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
arrayidx.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
assign.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
async.c
async.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
attach.c
attach.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
attach2.c
auxv.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
auxv.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
average.c
bang.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bar.c
baz.c
bfp-test.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bfp-test.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bigcore.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bigcore.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bitfields.c
bitfields.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bitfields2.c
bitfields2.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bitops.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
branches.c
break-always.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
break-always.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
break.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
break.exp * dummy-frame.c (dummy_frame): Replace regcache member with 2009-01-19 19:05:01 +00:00
break1.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
breakpoint-shadow.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
breakpoint-shadow.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
call-ar-st.c
call-ar-st.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
call-rt-st.c
call-rt-st.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
call-sc.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
call-sc.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
call-signal-resume.exp * dummy-frame.c (dummy_frame): Replace regcache member with 2009-01-19 19:05:01 +00:00
call-signals.c * dummy-frame.c (dummy_frame): Replace regcache member with 2009-01-19 19:05:01 +00:00
call-strs.c
call-strs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
callexit.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
callexit.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
callfuncs.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
callfuncs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
charset.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
charset.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
checkpoint.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
checkpoint.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
chng-syms.c
chng-syms.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
code-expr.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
commands.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
completion.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
complex.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
complex.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cond-expr.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
condbreak.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
consecutive.c
consecutive.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
constvars.c
constvars.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
corefile.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
coremaker.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
coremaker2.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cursal.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cursal.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cvexpr.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cvexpr.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
d10v.ld
d10vovly.c
dbx.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
default.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
define.exp * NEWS: Document "define" for prefixed commands. 2009-01-14 20:40:09 +00:00
del.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
del.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
detach.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dfp-exprs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dfp-test.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dfp-test.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
display.c
display.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
dump.c
dump.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
echo.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ena-dis-br.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ending-run.c
ending-run.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
environ.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
eval-skip.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
execd-prog.c
expand-psymtabs.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
expand-psymtabs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
exprs.c
exprs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
fileio.c
fileio.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
find.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
find.exp * gdb.base/find.exp: Set newline variable 2009-01-27 08:22:23 +00:00
finish.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
fixsection.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
fixsection.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
fixsectshr.c
float.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
foll-exec.c
foll-exec.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
foll-fork.c
foll-fork.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
foll-vfork.c
foll-vfork.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
foo.c
frame-args.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
frame-args.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
freebpcmd.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
freebpcmd.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
fullname.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
fullname.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
funcargs.c
funcargs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gcore-buffer-overflow.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gcore-buffer-overflow.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gcore.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gcore.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb1056.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb1090.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb1090.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb1250.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb1250.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb1555-main.c
gdb1555.c
gdb1555.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb1821.c
gdb1821.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
gdb_history
gdbvars.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
grbx.c
hashline1.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
hashline2.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
hashline3.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
help.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
hook-stop-continue.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
hook-stop-continue.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
hook-stop-frame.c * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update 2009-01-23 16:01:46 +00:00
hook-stop-frame.exp * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update 2009-01-23 16:01:46 +00:00
huge.c
huge.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ifelse.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
included.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
included.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
included.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
infnan.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
infnan.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
info-proc.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
info-target.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
int-type.c
interp.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
interrupt.c PR gdb/9346 2009-01-20 15:33:14 +00:00
interrupt.exp PR gdb/9346 2009-01-20 15:33:14 +00:00
jump.c
jump.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
langs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
langs0.c
langs1.c
langs1.f
langs2.c
langs2.cxx
lineinc.c
lineinc.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
lineinc1.h
lineinc2.h
lineinc3.h
list.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
list0.c
list0.h
list1.c
logical.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
long_long.c
long_long.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
longjmp.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
longjmp.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
m32r.ld
m32rovly.c
macscp.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
macscp1.c
macscp2.h
macscp3.h
macscp4.h
maint.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
Makefile.in
mips_pro.c
mips_pro.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
miscexprs.c
miscexprs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
multi-forks.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
multi-forks.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
nodebug.c
nodebug.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
nofield.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
nofield.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
opaque.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
opaque0.c
opaque1.c
overlays.c
overlays.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ovlymgr.c
ovlymgr.h
page.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
pc-fp.c
pc-fp.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
pending.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
pending.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
pendshr.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
pi.txt
pointers.c
pointers.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
prelink-lib.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
prelink.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
prelink.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
printcmds.c
printcmds.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
prologue.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
prologue.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
psymtab.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
psymtab1.c
psymtab2.c
ptr-typedef.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ptr-typedef.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ptype.c
ptype.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ptype1.c
radix.exp 2009-01-23 Pedro Alves <pedro@codesourcery.com> 2009-01-23 18:47:46 +00:00
randomize.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
randomize.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
readline.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
recurse.c
recurse.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
regs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
relational.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
relativedebug.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
relativedebug.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
relocate.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
relocate.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
remote.c
remote.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
remotetimeout.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
reread.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
reread1.c
reread2.c
restore.c
restore.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
return.c
return.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
return2.c
return2.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
run.c
savedregs.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
savedregs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
scope.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
scope0.c
scope1.c
sect-cmd.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sep-proc.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sep.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sepdebug.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sepdebug.exp * dummy-frame.c (dummy_frame): Replace regcache member with 2009-01-19 19:05:01 +00:00
sepsymtab.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sepsymtab.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
set-lang-auto.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
setshow.c
setshow.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
setvar.c
setvar.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
shlib-call.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
shmain.c
shr1.c
shr2.c
shreloc.c
shreloc.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
shreloc1.c
shreloc2.c
sigall.c
sigall.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sigaltstack.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sigaltstack.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sigbpt.c 2009-02-05 Tristan Gingold <gingold@adacore.com> 2009-02-05 13:59:18 +00:00
sigbpt.exp 2009-02-05 Tristan Gingold <gingold@adacore.com> 2009-02-05 13:59:18 +00:00
sigchld.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sigchld.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
siginfo-addr.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
siginfo-addr.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
siginfo-obj.c 2009-02-06 Pedro Alves <pedro@codesourcery.com> 2009-02-06 22:59:01 +00:00
siginfo-obj.exp 2009-02-06 Pedro Alves <pedro@codesourcery.com> 2009-02-06 22:59:01 +00:00
siginfo.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
siginfo.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
signals.c
signals.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
signull.c 2009-02-05 Tristan Gingold <gingold@adacore.com> 2009-02-05 13:59:18 +00:00
signull.exp 2009-02-05 Tristan Gingold <gingold@adacore.com> 2009-02-05 13:59:18 +00:00
sigrepeat.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sigrepeat.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sigstep.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sigstep.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sizeof.c
sizeof.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
so-disc-shr.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
so-impl-ld.c
so-impl-ld.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
so-indr-cl.c
so-indr-cl.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-disc.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-disc.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-symbol-lib.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-symbol-main.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-symbol.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-weak.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib-weak.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib.c
solib.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
solib1.c
solib2.c
source-error.gdb Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
source.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
spu.ld
ss.h
stack-checking.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
stack-checking.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
start.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
start.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
step-break.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
step-break.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
step-bt.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
step-bt.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
step-line.c
step-line.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
step-line.inp
step-test.c
step-test.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
store.c
store.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
structs.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
structs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
structs2.c
structs2.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
structs3.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
structs3.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
subst.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
sum.c
term.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
trace-commands.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
twice.c
twice.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
type-opaque-lib.c
type-opaque-main.c
type-opaque.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
unload.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
unload.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
unloadshr.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
until.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
unwindonsignal.c * dummy-frame.c (dummy_frame): Replace regcache member with 2009-01-19 19:05:01 +00:00
unwindonsignal.exp * dummy-frame.c (dummy_frame): Replace regcache member with 2009-01-19 19:05:01 +00:00
value-double-free.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
value-double-free.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
varargs.c
varargs.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
vforked-prog.c
volatile.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
watch_thread_num.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
watch_thread_num.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
watchpoint-hw.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
watchpoint-hw.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
watchpoint-solib-shr.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
watchpoint-solib.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
watchpoint-solib.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
watchpoint.c
watchpoint.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
weaklib1.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
weaklib2.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
whatis-exp.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
whatis.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
whatis.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00