old-cross-binutils/gdb/testsuite/gdb.base
Pedro Alves 2277426b30 gdb/
2009-07-02  Pedro Alves  <pedro@codesourcery.com>

	* linux-nat.c (linux_child_follow_fork): If we're staying attached
	to the child process, enable event reporting on it.  Don't handle
	checkpoints here.  Instead, add the child fork to the lwp thread
	and inferior lists without clobbering the previous inferior.  Let
	the thread_db layer learn about a new child process, even if
	following the parent.
	(linux_nat_switch_fork): Delete lwps of the current inferior only,
	instead of clearing the whole list.  Use thread_change_ptid to
	give the core the illusion the new checkpoint is still the same
	inferior.  Clear the register cache.
	(linux_handle_extended_wait): Handle checkpoints here.
	(linux_multi_process): Turn on.
	* linux-fork.c (struct fork_info) <pc>: Remove field.
	(init_fork_list): Do not delete the checkpoint from the inferior
	list (it is not there).
	(fork_load_infrun_state): Don't switch inferior_ptid here.  Pass
	the new checkpoint's ptid to linux_nat_switch_fork.
	(fork_save_infrun_state): Make static.  Don't stop the pc field of
	fork_info, it's gone.
	(linux_fork_mourn_inferior): Don't delete the checkpoint from the
	inferior list, it's not there.
	(linux_fork_detach): Ditto.
	(delete_fork_command): Replace mention of fork/checkpoint by
	checkpoint only.
	(detach_fork_command): Likewise.  Don't delete the checkpoint from
	the inferior list.
	(info_forks_command): Adjust.
	(restore_detach_fork): Delete.
	(checkpointing_pid): New.
	(linux_fork_checkpointing_p): New.
	(save_detach_fork): Delete.
	(checkpoint_command): Delete temp_detach_fork.  Don't remove
	breakpoints, that's a nop.  Store the pid of the process we're
	checkpointing, and use make_cleanup_restore_integer to restore it.
	Don't reinsert breakpoints here.
	(process_command, fork_command): Delete.
	(restart_command): Update comments to only mention checkpoints,
	not forks.
	(_initialize_linux_fork): Delete "fork", "process", "info forks"
	commands.
	* linux-fork.h (fork_save_infrun_state, fork_list): Delete
	declarations.
	(linux_fork_checkpointing_p): Declare.
	* cli/cli-cmds.c (killlist): New.
	* cli/cli-cmds.h (killlist): Declare.
	* gdbcmd.h (killlist): Declare.
	* inferior.c: Include "gdbthread.h".
	(detach_inferior_command, kill_inferior_command)
	(inferior_command): New.
	(info_inferiors_command): Allow specifying a specific inferior id.
	(_initialize_inferiors): Register "inferior", "kill inferior" and
	"detach inferior" commands.
	* infcmd.c (_initialize_infcmd): Make "kill" a prefix command.
	* gdbthread.h (any_thread_of_process): Declare.
	* thread.c (any_thread_of_process): New.

	* NEWS: Mention multi-inferior debugging.  Mention 'info
	inferiors', 'inferior', 'detach inferior' and 'kill inferior' as
	new commands.
	(Removed commands): New section, mentioning that 'info forks',
	'fork', 'process', 'delete fork' and 'detach fork' are now gone.

gdb/testsuite/
2009-07-02  Pedro Alves  <pedro@codesourcery.com>

	* gdb.base/multi-forks.exp: Only run detach-on-fork tests on
	linux.  Adjust to use "inferior", "info inferiors", "detach
	inferior" and "kill inferior" instead of "restart", "info fork",
	"detach fork" and "delete fork".
	* gdb.base/ending-run.exp: Spell out "info".
	* gdb.base/help.exp: Adjust to use test_prefix_command_help for
	the "kill" command.

gdb/doc/
2009-07-02  Pedro Alves  <pedro@codesourcery.com>

	* gdb.texinfo (Debugging multiple inferiors): Document the
	"inferior", "detach inferior" and "kill inferior" commands.
	(Debugging Programs with Multiple Processes): Adjust to mention
	generic "inferior" commands.  Delete mention of "detach fork" and
	"delete fork".  Cross reference to "Debugging multiple inferiors"
	section.
2009-07-02 21:57:28 +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 ChangeLog: 2009-06-17 18:32:40 +00:00
annota3.c
annota3.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
args.c * gdb.base/args.c (main): Add breakpoint marker. 2006-09-15 20:06:42 +00:00
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 * gdb.base/attach.exp: Re-enable for spu*-*-* targets. 2009-04-03 14:37:04 +00:00
attach2.c
auxv.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
auxv.exp Fix a racy FAIL. 2009-03-22 21:11:45 +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 2009-07-01 Tristan Gingold <gingold@adacore.com> 2009-07-01 10:17:06 +00:00
bitfields.c
bitfields.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
bitfields2.c * gdb.base/bitfields2.exp: New test. 2004-11-29 09:11:20 +00:00
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 2009-05-29 Michael Snyder <msnyder@vmware.com> 2009-06-01 19:31:52 +00:00
break.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
break.exp gdb/ 2009-06-28 00:20:24 +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 * gdb.base/funcargs.exp: Set print frame-arguments to "all". 2009-04-01 22:08:03 +00:00
call-rt-st.c * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield 2003-10-13 09:13:43 +00:00
call-rt-st.exp gdb: 2009-03-20 23:04:40 +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 Fix a racy FAIL. 2009-03-22 21:11:45 +00:00
charset.c gdb 2009-06-23 16:26:05 +00:00
charset.exp gdb 2009-06-23 16:26:05 +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 New test to check that GDB does not crash due to memory corruption 2004-01-29 11:15:44 +00:00
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 gdb/testsuite/ 2009-06-30 21:33:20 +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 2006-11-09 Christophe Lyon <christophe.lyon@st.com> 2006-11-09 09:20:17 +00:00
constvars.exp gdb: 2009-03-20 23:04:40 +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 ChangeLog: 2009-07-02 12:14:01 +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 * gdb.base/remote.exp (get_sizeof): Remove. 2009-02-13 16:13:47 +00:00
display.c
display.exp gdb 2009-05-28 01:05:14 +00:00
dump.c * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include 2004-01-24 18:25:06 +00:00
dump.exp ChangeLog: 2009-06-17 18:49:37 +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 gdb/ 2009-07-02 21:57:28 +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
exe-lock.exp * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix 2009-06-25 22:40:23 +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 gdb/ 2006-06-13 08:55:22 +00:00
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 gdb/ 2008-05-16 12:58:49 +00:00
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 gdb/ 2009-05-17 19:20:33 +00:00
foll-fork.exp gdb/ 2009-05-17 19:20:33 +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 * gdb.base/funcargs.exp: Set print frame-arguments to "all". 2009-04-01 22:08:03 +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 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 Updated copyright notices for most files. 2009-01-03 05:58: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. 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 gdb/ 2009-07-02 21:57:28 +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 * gdb.base/huge.c: Allow CRASH_GDB to be set from command 2006-07-04 09:40:28 +00:00
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 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h, 2004-05-07 09:16:29 +00:00
lineinc.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
lineinc1.h * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h, 2004-05-07 09:16:29 +00:00
lineinc2.h * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h, 2004-05-07 09:16:29 +00:00
lineinc3.h * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h, 2004-05-07 09:16:29 +00:00
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 Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
long_long.exp gdb: 2009-03-20 23:04:40 +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 * gdb.base/macscp.exp (info_macro): Return undefined if undefined. 2009-05-30 07:58:42 +00:00
macscp1.c gdb 2008-12-11 18:30:28 +00:00
macscp2.h
macscp3.h
macscp4.h
maint.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
Makefile.in New test to check that GDB does not crash due to memory corruption 2004-01-29 11:15:44 +00:00
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 gdb/ 2009-07-02 21:57:28 +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 * gdb.base/overlays.exp: Add support for targets with only code 2007-05-11 20:00:29 +00:00
ovlymgr.h
page.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
pc-fp.c
pc-fp.exp * lib/gdb.exp (get_hexadecimal_valueof): New procedure. 2009-02-14 00:27:56 +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 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:29:26 +00:00
pointers.c gdb 2008-10-30 21:44:15 +00:00
pointers.exp gdb: 2009-03-20 23:04:40 +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 gdb 2009-04-28 01:03:24 +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 * gdb.base/psymtab.exp: Turn off pending breakpoints. 2009-06-26 16:08:20 +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 * gdb.base/ptype.c (highest): New struct type. 2007-12-22 05:28:19 +00:00
ptype.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
ptype1.c Reviewed and approved by Jim Blandy 2006-01-04 14:46:17 +00:00
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 * gdb.base/remote.exp (get_sizeof): Remove. 2009-02-13 16:13:47 +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 Switch the license of all .c files to GPLv3. 2007-08-23 18:08:50 +00:00
restore.exp Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
return-nodebug.c * return-nodebug.c: Don't include stdio.h. 2009-03-18 15:36:01 +00:00
return-nodebug.exp * return-nodebug.c: Don't include stdio.h. 2009-03-18 15:36:01 +00:00
return-nodebug1.c * return-nodebug.c: Don't include stdio.h. 2009-03-18 15:36:01 +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 gdb/testsuite/ 2009-06-30 18:28:12 +00:00
setvar.c
setvar.exp gdb: 2009-03-20 23:04:40 +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 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for 2005-05-18 01:38:46 +00:00
shreloc2.c * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for 2005-05-18 01:38:46 +00:00
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. 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 * lib/gdb.exp (get_valueof): Accept anything as a return value. 2009-02-13 23:37:24 +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-display-lib.c 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-03-05 23:45:14 +00:00
solib-display-main.c 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-03-05 23:45:14 +00:00
solib-display.exp 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-03-18 05:43:55 +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 * gdb.base/overlays.exp: Add support for targets with only code 2007-05-11 20:00:29 +00:00
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 * gdb.base/step-line.c: Switch license to GPL version 3, and 2007-08-18 02:13:15 +00:00
step-line.exp Updated copyright notices for most files. 2009-01-03 05:58: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 Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
store.c
store.exp gdb: 2009-03-20 23:04:40 +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 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 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 * breakpoint.c (fetch_watchpoint_value): New function. 2008-03-03 13:24:12 +00:00
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