binutils-gdb/gdb/testsuite/gdb.base
Jan Kratochvil 858174054d gdb/
* breakpoint.c (breakpoint_re_set): Remove the skip_re_set call.
	* infrun.c (handle_inferior_event): Rename the called function to
	function_name_is_marked_for_skip, pass it TMP_SAL.
	* skip.c (struct skiplist_entry): Update function_name comment.  Remove
	fields pc, gdbarch and pending.
	(skip_function_pc): Rename this forward declaration to ...
	(skip_function): ... here.
	(skip_file_command): Remove variable pending and its use, remove
	initialization of E fields pending and gdbarch.  Do not use SYMTAB
	filename, use the specified one.
	(skip_function_command): Remove variable func_pc, do not set it.
	Update the caller of skip_function.  Replace decode_line_1 call by
	a lookup_symbol call.  Remove variables orig_arg, decode_exception and
	sals.  Update the caller of skip_function.
	(skip_info): Remove variable address_width and its use.  Do not print
	address (PC).  Renumber column 5 to 4.
	(skip_function_pc): Rename to ...
	(skip_function): ... here and remove its parameters pc, arch and
	pending.  Update the function comment and no longer use those
	parameters.
	(function_pc_is_marked_for_skip): Rename to ...
	(function_name_is_marked_for_skip): ... here, update function comment
	just to a skip.h reference, replace pc parameter by function_name and
	function_sal.  No longer use E field pending and pc.  Remove variables
	searched_for_sal, sal and filename.  Call compare_filenames_for_search
	instead of just strcmp.
	(skip_re_set): Remove the function.
	* skip.h (struct symtab_and_line): New declaration.
	(function_pc_is_marked_for_skip): Rename to ...
	(function_name_is_marked_for_skip): ... here, replace pc parameter by
	function_name and function_sal, update the function comment.

gdb/testsuite/
	* gdb.base/skip-solib.exp (info skip with pending file): Update the
	expected output.
	(info skip with pending file): Remove.
	(ignoring function in solib, info skip for function multiply): Update
	the expected output.
	* gdb.base/skip.ex (skip (main), skip function baz, info skip)
	(info skip (delete 1), info skip after disabling all)
	(info skip after enabling all, info skip after disabling 4 2-3)
	(info skip after enabling 2-3, info skip 2-3)
	(info skip after deleting 2 3): Update the expected output.
	* gdb.linespec/base/two/thefile.cc (n): New variable v, split the
	statement to its initialization and return.
	* gdb.linespec/skip-two.exp: New file.
2012-12-24 19:40:05 +00:00
..
comp-dir/subdir
Makefile.in * Makefile.in (clean): Remove Fission .dwo and .dwp files. 2012-05-17 19:03:59 +00:00
a2-run.exp
advance.c
advance.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
alias.exp
all-bin.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
all-types.c
annota1.c
annota1.exp * gdb.base/annota1.exp: Accept no frames-invalid notification 2012-08-02 15:59:59 +00:00
annota3.c
annota3.exp
anon.c
anon.exp
args.c
args.exp
arithmet.exp
arrayidx.c
arrayidx.exp
assign.exp
async-shell.c
async-shell.exp gdb/testsuite/ 2012-07-27 21:34:30 +00:00
async.c
async.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
attach-pie-misread.c
attach-pie-misread.exp
attach-pie-noexec.c
attach-pie-noexec.exp Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
attach-twice.c
attach-twice.exp gdb/testsuite/ 2012-08-14 18:47:37 +00:00
attach.c
attach.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
attach2.c
auxv.c gdb/testsuite/ 2012-03-19 18:38:56 +00:00
auxv.exp * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd. 2012-11-06 15:21:24 +00:00
average.c
bang.exp
bar.c
baz.c
bfp-test.c
bfp-test.exp
bigcore.c
bigcore.exp
bitfields.c
bitfields.exp
bitfields2.c
bitfields2.exp
bitops.exp
branches.c
break-always.c
break-always.exp
break-caller-line.c gdb/ 2012-08-27 16:55:39 +00:00
break-caller-line.exp gdb/ 2012-08-27 16:55:39 +00:00
break-entry.exp
break-inline.c
break-inline.exp
break-interp-lib.c
break-interp-main.c
break-interp.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
break-on-linker-gcd-function.cc
break-on-linker-gcd-function.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
break.c
break.exp gdb/ 2012-06-11 19:16:24 +00:00
break1.c * ada-lang.c (ada_make_symbol_completion_list): Add 'code' 2012-12-07 20:09:11 +00:00
breakpoint-shadow.c
breakpoint-shadow.exp
call-ar-st.c
call-ar-st.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
call-rt-st.c
call-rt-st.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
call-sc.c
call-sc.exp * c-typeprint.c (find_typedef_for_canonicalize, 2012-11-12 17:37:38 +00:00
call-signal-resume.exp gdb/ 2012-06-18 17:28:38 +00:00
call-signals.c
call-strs.c
call-strs.exp PR exp/13907: 2012-05-18 15:31:42 +00:00
callexit.c
callexit.exp
callfuncs.c * c-exp.y (check_parameter_typelist): New function. 2012-07-09 14:20:52 +00:00
callfuncs.exp * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed. 2012-10-24 14:59:24 +00:00
catch-load-so.c
catch-load.c
catch-load.exp * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs. 2012-08-01 13:07:51 +00:00
catch-syscall.c
catch-syscall.exp * breakpoint.c (catch_syscall_completer): Pass 'word' as second 2012-11-02 19:05:12 +00:00
charset-malloc.c
charset.c
charset.exp 2012-12-10 Paul Koning <paul_koning@dell.com> 2012-12-10 21:22:21 +00:00
checkpoint.c
checkpoint.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
chng-syms.c
chng-syms.exp
code-expr.exp
code_elim.exp gdb/testsuite/ 2012-06-03 17:10:28 +00:00
code_elim1.c
code_elim2.c
commands.exp
completion.exp * ada-lang.c (ada_make_symbol_completion_list): Add 'code' 2012-12-07 20:09:11 +00:00
complex.c
complex.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
comprdebug.exp PR gdb/14704: 2012-11-08 19:52:42 +00:00
cond-eval-mode.exp gdb/testsuite/ 2012-03-19 09:34:13 +00:00
cond-expr.exp
condbreak.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
consecutive.c
consecutive.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
constvars.c
constvars.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
corefile.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
coremaker.c
coremaker2.c
ctxobj-f.c Make ctxobj.exp and print-file-var.exp work on all platforms. 2012-06-05 13:50:31 +00:00
ctxobj-m.c Make ctxobj.exp and print-file-var.exp work on all platforms. 2012-06-05 13:50:31 +00:00
ctxobj-v.c New testcase: gdb.base/ctxobj.exp 2012-05-10 16:24:58 +00:00
ctxobj.exp * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true. 2012-10-19 07:36:19 +00:00
cursal.c
cursal.exp
cvexpr.c
cvexpr.exp
d10v.ld
d10vovly.c
dbx.exp
debug-expr.c * eval.c (evaluate_subexp_standard): Fix thinko in handling 2012-08-08 21:17:04 +00:00
debug-expr.exp * eval.c (evaluate_subexp_standard): Fix thinko in handling 2012-08-08 21:17:04 +00:00
default.exp PR c++/13356 2012-08-17 17:37:03 +00:00
define.exp
del.c
del.exp
detach.exp
dfp-exprs.exp
dfp-test.c
dfp-test.exp
disabled-location.c gdb/ 2012-11-06 15:25:05 +00:00
disabled-location.exp gdb/ 2012-11-06 15:25:05 +00:00
disasm-end-cu-1.c
disasm-end-cu-2.c
disasm-end-cu.exp
disp-step-fork.c
disp-step-syscall.exp
disp-step-vfork.c
display.c
display.exp
dmsym.c
dmsym.exp
dmsym_main.c
dprintf.c gdb/testsuite/ 2012-06-06 08:51:22 +00:00
dprintf.exp gdb/testsuite/ 2012-07-04 14:57:23 +00:00
dump.c
dump.exp
dup-sect.S
dup-sect.exp
duplicate-bp.c http://sourceware.org/ml/gdb-patches/2012-09/msg00403.html 2012-09-26 16:36:00 +00:00
duplicate-bp.exp http://sourceware.org/ml/gdb-patches/2012-09/msg00403.html 2012-09-26 16:36:00 +00:00
echo.exp
empty_exe.exp Do not crash when calling GDB with empty executable name. 2012-11-26 17:41:44 +00:00
ena-dis-br.exp
ending-run.c
ending-run.exp
enum_cond.c Testcase for: "ax-gdb: Do not treat enums and bools as integers". 2012-03-14 01:39:12 +00:00
enum_cond.exp Testcase for: "ax-gdb: Do not treat enums and bools as integers". 2012-03-14 01:39:12 +00:00
enumval.c Forgotten commit for: 2012-04-18 06:51:05 +00:00
enumval.exp gdb/testsuite/ 2012-11-26 18:13:24 +00:00
environ.exp
eu-strip-infcall.c
eu-strip-infcall.exp
eval-skip.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
eval.exp
exe-lock.exp
execd-prog.c
expand-psymtabs.c
expand-psymtabs.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
exprs.c
exprs.exp 2012-12-06 Pedro Alves <palves@redhat.com> 2012-12-06 21:41:07 +00:00
fileio.c
fileio.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
find-unmapped.c http://sourceware.org/ml/gdb-patches/2012-09/msg00568.html 2012-10-01 12:02:13 +00:00
find-unmapped.exp http://sourceware.org/ml/gdb-patches/2012-09/msg00568.html 2012-10-01 12:02:13 +00:00
find.c
find.exp gdb/ 2012-07-06 15:51:40 +00:00
finish.exp
fixsection.c
fixsection.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
fixsectshr.c
float.c
float.exp
foll-exec.c
foll-exec.exp gdb/testsuite: 2012-05-03 02:05:15 +00:00
foll-fork.c
foll-fork.exp gdb/testsuite: 2012-05-03 02:05:15 +00:00
foll-vfork-exit.c 2012-11-02 Pedro Alves <palves@redhat.com> 2012-11-02 18:10:29 +00:00
foll-vfork.c 2012-11-05 Pedro Alves <palves@redhat.com> 2012-11-05 16:23:36 +00:00
foll-vfork.exp gdb/ 2012-11-05 18:56:45 +00:00
foo.c
fortran-sym-case.c
fortran-sym-case.exp
frame-args.c
frame-args.exp
freebpcmd.c
freebpcmd.exp gdb/testsuite/ 2012-06-05 19:06:20 +00:00
fullname.c
fullname.exp
funcargs.c
funcargs.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
gcore-buffer-overflow.c
gcore-buffer-overflow.exp * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd. 2012-11-06 15:21:24 +00:00
gcore-relro-lib.c gdb/ 2012-08-07 13:26:33 +00:00
gcore-relro-main.c gdb/ 2012-08-07 13:26:33 +00:00
gcore-relro.exp * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd. 2012-11-06 15:21:24 +00:00
gcore.c
gcore.exp * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd. 2012-11-06 15:21:24 +00:00
gdb1056.exp
gdb1090.c
gdb1090.exp
gdb1250.c
gdb1250.exp
gdb1555-main.c
gdb1555.c
gdb1555.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
gdb1821.c
gdb1821.exp
gdb11530.c
gdb11530.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
gdb11531.c
gdb11531.exp
gdb_history * NEWS: Mention symbol-reloading has been deleted. 2012-03-13 21:02:40 +00:00
gdbindex-stabs-dwarf.c
gdbindex-stabs.c
gdbindex-stabs.exp
gdbvars.c
gdbvars.exp
gnu-debugdata.c 2012-11-26 Alexander Larsson <alexl@redhat.com> 2012-11-26 19:23:56 +00:00
gnu-debugdata.exp * gdb.base/gnu-debugdata.exp: Also include "D" symbols in 2012-12-05 17:07:56 +00:00
gnu-ifunc-lib.c
gnu-ifunc.c
gnu-ifunc.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
gnu_vector.c http://sourceware.org/ml/gdb-patches/2012-10/msg00525.html 2012-10-31 09:26:22 +00:00
gnu_vector.exp http://sourceware.org/ml/gdb-patches/2012-10/msg00525.html 2012-10-31 09:26:22 +00:00
grbx.c
hashline1.exp
hashline2.exp
hashline3.exp
hbreak.c
hbreak.exp
hbreak2.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
help.exp * gdb.base/help.exp: Remove testing of individual command help text, 2012-09-12 18:55:49 +00:00
hook-stop-continue.c
hook-stop-continue.exp
hook-stop-frame.c
hook-stop-frame.exp
huge.c
huge.exp
ifelse.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
included.c
included.exp
included.h
inferior-died.c
inferior-died.exp
infnan.c
infnan.exp
info-fun-solib.c * symtab.h (minimal_symbol): New member created_by_gdb. 2012-06-19 00:53:35 +00:00
info-fun.c * symtab.h (minimal_symbol): New member created_by_gdb. 2012-06-19 00:53:35 +00:00
info-fun.exp * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x. 2012-08-02 22:27:47 +00:00
info-macros.c * gdb.base/info-macros.c: Fix whitespace. 2012-09-05 18:20:53 +00:00
info-macros.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
info-os.c * gdb.base/info-os.c (main): Retry resource acquisition until an 2012-07-03 23:17:13 +00:00
info-os.exp gdb/testsuite: 2012-10-23 15:49:11 +00:00
info-proc.exp gdb 2012-12-14 15:30:38 +00:00
info-target.exp
infoline.c
infoline.exp
int-type.c
interact.exp
interp.c
interp.exp
interrupt.c
interrupt.exp
jit-dlmain.c
jit-main.c
jit-simple.c
jit-simple.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
jit-so.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
jit-solib.c
jit.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
jump.c
jump.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
kill-after-signal.c
kill-after-signal.exp 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com> 2012-12-14 11:24:26 +00:00
label.c
label.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
langs.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
langs0.c
langs1.c
langs1.f
langs2.c
langs2.cxx
ldbl_e308.c off-by-one max exponent computation in convert_doublest_to_floatformat 2012-10-24 18:11:21 +00:00
ldbl_e308.exp gdb.base/ldbl_e308.exp: Do not allow "inf" in value output. 2012-10-25 11:16:18 +00:00
lineinc.c
lineinc.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
lineinc1.h
lineinc2.h
lineinc3.h
linespecs.exp
list.exp gdb/ 2012-09-17 08:42:14 +00:00
list0.c
list0.h
list1.c
logical.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
long_long.c
long_long.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
longest-types.c gdb/ChangeLog: 2012-09-25 12:20:42 +00:00
longest-types.exp gdb/ChangeLog: 2012-09-25 12:20:42 +00:00
longjmp.c * infrun.c (handle_inferior_event) 2012-06-11 15:15:06 +00:00
longjmp.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
m32r.ld
m32rovly.c
macscp.exp PR macros/7961: 2012-06-27 18:08:41 +00:00
macscp1.c PR macros/7961: 2012-06-27 18:08:41 +00:00
macscp2.h
macscp3.h
macscp4.h
maint.exp * gdb.base/maint.exp: Handle testing with .gdb_index. 2012-12-20 05:05:49 +00:00
memattr.c
memattr.exp 2012-08-27 Wei-cheng Wang <cole945@gmail.com> 2012-08-27 08:58:01 +00:00
mips_pro.c
mips_pro.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
miscexprs.c
miscexprs.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
morestack.c
morestack.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
moribund-step.exp
multi-forks.c
multi-forks.exp
nextoverexit.c
nextoverexit.exp
nodebug.c
nodebug.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
nofield.c
nofield.exp
nostdlib.c
nostdlib.exp
opaque.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
opaque0.c
opaque1.c
overlays.c
overlays.exp
ovlymgr.c
ovlymgr.h
page.exp
pc-fp.c
pc-fp.exp 2012-08-28 Pedro Alves <palves@redhat.com> 2012-08-28 09:05:35 +00:00
pending.c
pending.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
pendshr.c
permissions.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
pi.txt
pie-execl.c
pie-execl.exp
pointers.c
pointers.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
pr10179-a.c
pr10179-b.c
pr10179.exp Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
pr11022.c
pr11022.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
prelink-lib.c
prelink.c
prelink.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
print-file-var-lib1.c Add print 'file'::var testcase with two libs defining the same global variable 2012-05-10 16:25:19 +00:00
print-file-var-lib2.c Add print 'file'::var testcase with two libs defining the same global variable 2012-05-10 16:25:19 +00:00
print-file-var-main.c Make ctxobj.exp and print-file-var.exp work on all platforms. 2012-06-05 13:50:31 +00:00
print-file-var.exp * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true. 2012-10-19 07:36:19 +00:00
printcmds.c PR gdb/14288 2012-11-10 20:19:01 +00:00
printcmds.exp PR gdb/14288 2012-11-10 20:19:01 +00:00
prologue.c
prologue.exp
psymtab.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
psymtab1.c
psymtab2.c
ptr-typedef.c
ptr-typedef.exp
ptype.c
ptype.exp http://sourceware.org/ml/gdb-patches/2012-09/msg00013.html 2012-09-11 09:03:08 +00:00
ptype1.c
radix.exp
randomize.c
randomize.exp
readline-ask.c
readline-ask.exp
readline-ask.inputrc
readline.exp
recpar.c
recpar.exp
recurse.c
recurse.exp
relational.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
relativedebug.c
relativedebug.exp
relocate.c
relocate.exp
remote.c
remote.exp
remotetimeout.exp
reread.exp
reread1.c
reread2.c
restore.c
restore.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
return-nodebug.c
return-nodebug.exp gdb/ 2012-05-16 14:35:09 +00:00
return-nodebug1.c
return.c
return.exp
return2.c
return2.exp
run.c
save-bp.c
save-bp.exp
savedregs.c
savedregs.exp
scope.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
scope0.c
scope1.c
sect-cmd.exp
sep-proc.c
sep.c
sep.exp
sepdebug.c
sepdebug.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
sepdebug2.c
sepsymtab.c
sepsymtab.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
set-lang-auto.exp
set-noassign.exp 2012-05-04 Tristan Gingold <gingold@adacore.com> 2012-05-04 07:58:00 +00:00
setshow.c
setshow.exp PR c++/13356 2012-08-17 17:37:03 +00:00
setvar.c gdb: 2012-11-02 00:14:39 +00:00
setvar.exp gdb: 2012-11-02 00:14:39 +00:00
shell.exp
shlib-call.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
shmain.c
shr1.c
shr2.c
shreloc.c
shreloc.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
shreloc1.c
shreloc2.c
sigall.c
sigall.exp 2012-07-19 Pedro Alves <palves@redhat.com> 2012-07-19 20:00:59 +00:00
sigaltstack.c
sigaltstack.exp
sigbpt.c
sigbpt.exp
sigchld.c
sigchld.exp
siginfo-addr.c
siginfo-addr.exp
siginfo-infcall.c
siginfo-infcall.exp
siginfo-obj.c
siginfo-obj.exp gdb 2012-11-08 21:16:43 +00:00
siginfo-thread.c gdb 2012-11-08 21:16:43 +00:00
siginfo-thread.exp gdb 2012-11-08 21:16:43 +00:00
siginfo.c
siginfo.exp
signals.c
signals.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
signest.c
signest.exp
signull.c
signull.exp
sigrepeat.c
sigrepeat.exp
sigstep.c
sigstep.exp
sizeof.c
sizeof.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
skip-solib-lib.c
skip-solib-main.c
skip-solib.exp gdb/ 2012-12-24 19:40:05 +00:00
skip.c
skip.exp gdb/ 2012-12-24 19:40:05 +00:00
skip1.c
so-disc-shr.c
so-impl-ld.c
so-impl-ld.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
so-indr-cl.c
so-indr-cl.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
solib-corrupted.exp gdb/testsuite/ 2012-08-18 07:02:09 +00:00
solib-disc.c
solib-disc.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
solib-display-lib.c
solib-display-main.c
solib-display.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
solib-nodir.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
solib-overlap-lib.c
solib-overlap-main.c
solib-overlap.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
solib-symbol-lib.c
solib-symbol-main.c
solib-symbol.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
solib-weak.c
solib-weak.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
solib.c
solib.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
solib1.c
solib2.c
source-error.gdb
source-test.gdb
source.exp
spu.ld
ss.h
stack-checking.c
stack-checking.exp
stale-infcall.c gdb/testsuite/ 2012-07-02 12:06:56 +00:00
stale-infcall.exp Fix gdb.base/stale-infcall.exp's copyright line. 2012-12-07 10:18:59 +00:00
stap-probe.c gdb/doc/ChangeLog: 2012-04-27 20:52:06 +00:00
stap-probe.exp gdb/testsuite/ChangeLog: 2012-05-14 20:33:16 +00:00
start.c
start.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
step-break.c
step-break.exp
step-bt.c
step-bt.exp 2012-01-16 Pedro Alves <palves@redhat.com> 2012-01-16 16:21:53 +00:00
step-line.c
step-line.exp
step-line.inp
step-resume-infcall.c
step-resume-infcall.exp
step-symless.c gdb/ 2012-10-06 21:10:33 +00:00
step-symless.exp gdb/ 2012-10-06 21:10:33 +00:00
step-test.c
step-test.exp
store.c
store.exp gdb/testsuite/ 2012-07-16 19:17:54 +00:00
structs.c
structs.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
structs2.c
structs2.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
structs3.c
structs3.exp 2012-11-14 Luis Machado <lgustavo@codesourcery.com> 2012-11-14 19:10:33 +00:00
subst.exp
sum.c
symbol-without-target_section.c
symbol-without-target_section.exp
term.c
term.exp
testenv.c
testenv.exp
trace-commands.exp
tui-layout.exp
twice.c
twice.exp
type-opaque-lib.c
type-opaque-main.c
type-opaque.exp * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true. 2012-10-19 07:36:19 +00:00
ui-redirect.exp
unload.c
unload.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
unloadshr.c
unloadshr2.c
until.exp linespec rewrite: 2012-04-05 18:50:29 +00:00
unwindonsignal.c
unwindonsignal.exp
valgrind-db-attach.c
valgrind-db-attach.exp gdb/testsuite/ 2012-07-31 07:35:18 +00:00
valgrind-infcall.c gdb/ 2012-07-31 07:33:16 +00:00
valgrind-infcall.exp gdb/testsuite/ 2012-09-13 05:32:09 +00:00
value-double-free.c
value-double-free.exp
varargs.c
varargs.exp gdb/testsuite: 2012-10-25 14:56:09 +00:00
vforked-prog.c 2012-11-02 Pedro Alves <palves@redhat.com> 2012-11-02 17:59:13 +00:00
volatile.exp * c-typeprint.c (find_typedef_for_canonicalize, 2012-11-12 17:37:38 +00:00
watch-cond-infcall.c
watch-cond-infcall.exp
watch-cond.c
watch-cond.exp
watch-non-mem.c
watch-non-mem.exp
watch-read.c
watch-read.exp
watch-vfork.c
watch-vfork.exp
watch_thread_num.c
watch_thread_num.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
watchpoint-cond-gone-stripped.c
watchpoint-cond-gone.c
watchpoint-cond-gone.exp
watchpoint-delete.c
watchpoint-delete.exp
watchpoint-hw-hit-once.c
watchpoint-hw-hit-once.exp
watchpoint-hw.c
watchpoint-hw.exp
watchpoint-solib-shr.c
watchpoint-solib.c
watchpoint-solib.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
watchpoint.c * gdb.base/watchpoint.c (func2): Initialize local_a. Add 2012-08-02 15:55:45 +00:00
watchpoint.exp gdb/testsuite/ 2012-08-07 13:13:49 +00:00
watchpoints.c
watchpoints.exp * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests) 2012-06-21 20:46:25 +00:00
wchar.c PR gdb/14288 2012-11-10 20:19:01 +00:00
wchar.exp PR gdb/14288 2012-11-10 20:19:01 +00:00
weaklib1.c
weaklib2.c
whatis-exp.exp
whatis.c
whatis.exp * c-exp.y (check_parameter_typelist): New function. 2012-07-09 14:20:52 +00:00