old-cross-binutils/gdb/testsuite/gdb.base
Pedro Alves e48744a00a Make the maint.exp:'maint print objfiles' test less fragile.
I was "lucky" enough that an unrelated patch changed how many symtabs
GDB expands in a plain run to main, and that triggered a latent issue
in this test:

  PASS: gdb.base/maint.exp: maint print objfiles: header
  PASS: gdb.base/maint.exp: maint print objfiles: psymtabs
  FAIL: gdb.base/maint.exp: maint print objfiles: symtabs

The problem is in my case, expect is managing to alway put in the
buffer chunks like this:


  Psymtabs:
  ../../../src/gdb/testsuite/gdb.base/break1.c at 0x1ed2280, ../../../src/gdb/testsuite/gdb.base/break.c at 0x1ed21d0,

  Symtabs:
  ../../../src/gdb/testsuite/gdb.base/break.c at 0x1f044f0, /usr/include/stdio.h at 0x1ed25a0, /usr/include/libio.h at 0x1ed2510, /usr/include/bits/types.h at 0x1ed2480, /usr/lib/gcc/x86_64-redhat-linux/4.7.2/include/stddef.h at 0x1ed23f0,


  Object file /usr/lib/debug/lib64/ld-2.15.so.debug:  Objfile at 0x1f4bff0, bfd at 0x1f2d940, 0 minsyms

  Psymtabs:
  bsearch.c at 0x1f65340, ../sysdeps/x86_64/multiarch/init-arch.c at
  0x1f65290, ...

Note: Psymtabs:/Symtabs:/Psymtabs:.

So, the loop matches the first Psymtabs in the buffer.  Then we're
left with


  ../../../src/gdb/testsuite/gdb.base/break1.c at 0x1ed2280, ../../../src/gdb/testsuite/gdb.base/break.c at 0x1ed21d0,

  Symtabs:
  ../../../src/gdb/testsuite/gdb.base/break.c at 0x1f044f0, /usr/include/stdio.h at 0x1ed25a0, /usr/include/libio.h at 0x1ed2510, /usr/include/bits/types.h at 0x1ed2480, /usr/lib/gcc/x86_64-redhat-linux/4.7.2/include/stddef.h at 0x1ed23f0,


  Object file /usr/lib/debug/lib64/ld-2.15.so.debug:  Objfile at 0x1f4bff0, bfd at 0x1f2d940, 0 minsyms

  Psymtabs:
  bsearch.c at 0x1f65340, ../sysdeps/x86_64/multiarch/init-arch.c at
  0x1f65290, ...

In the next iteration, because the psymtabs regex comes first, we
match with the Psymtabs: line, then of course, end up with just

  bsearch.c at 0x1f65340, ../sysdeps/x86_64/multiarch/init-arch.c at
  0x1f65290, ...

in the buffer.  The "Symtabs:" line is lost.  expect then reads more
gdb output, and manages to again retrieve the same pattern.  Rinse,
repeat, and the test never matches any "Symtab:" line.

We don't know the order the matches lines will appear, so the fix is
to consume one line at a time, and run it through all three milestone
regexes.

gdb/testsuite/
2013-11-20  Pedro Alves  <palves@redhat.com>

	* gdb.base/maint.exp (maint print objfiles): Consume one line at a
	time, and run it through all three milestone regexes.
2013-11-20 17:12:37 +00:00
..
comp-dir/subdir
a2-run.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
advance.c
advance.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
alias.exp
all-bin.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
all-types.c
annota1.c
annota1.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
annota3.c
annota3.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
anon.c
anon.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
args.c
args.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
argv0-symlink.c PR gdb/15415 2013-08-28 17:52:03 +00:00
argv0-symlink.exp fix argv0-symlink.exp for parallel mode 2013-11-04 11:02:10 -07:00
arithmet.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
arrayidx.c
arrayidx.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
assign.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
async-shell.c
async-shell.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
async.c
async.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
attach-pie-misread.c
attach-pie-misread.exp * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs. 2013-09-20 21:47:06 +00:00
attach-pie-noexec.c
attach-pie-noexec.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
attach-twice.c
attach-twice.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
attach.c
attach.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
attach2.c
auxv.c
auxv.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
average.c
bang.exp testsuite: Fix gdb.base/bang.exp for remote stubs without exit 2013-10-25 14:03:01 +00:00
bar.c
baz.c
bfp-test.c
bfp-test.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
bigcore.c
bigcore.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
bitfields.c
bitfields.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
bitfields2.c
bitfields2.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
bitops.exp
branches.c
break-always.c
break-always.exp * gdb.base/break-always.exp: Explicitly specify test name. 2013-06-06 15:50:37 +00:00
break-caller-line.c
break-caller-line.exp
break-entry.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
break-inline.c
break-inline.exp
break-interp-lib.c
break-interp-main.c
break-interp.exp * gdb.base/break-interp.exp: Fix indentation. 2013-09-16 23:42:58 +00:00
break-on-linker-gcd-function.cc Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
break-on-linker-gcd-function.exp gdb/testsuite/ 2013-07-02 20:06:12 +00:00
break-probes-solib.c
break-probes.c
break-probes.exp
break.c
break.exp ? .deps 2013-08-12 11:54:04 +00:00
break1.c
breakpoint-shadow.c
breakpoint-shadow.exp test suite update - gdb.base/[ab] 2013-06-27 18:47:53 +00:00
call-ar-st.c
call-ar-st.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
call-rt-st.c
call-rt-st.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
call-sc.c
call-sc.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
call-signal-resume.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
call-signals.c
call-strs.c
call-strs.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
callexit.c
callexit.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
callfuncs.c
callfuncs.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
catch-load-so.c
catch-load.c gdb/testsuite/ 2013-09-17 07:00:50 +00:00
catch-load.exp gdb/testsuite/ 2013-09-17 07:00:50 +00:00
catch-signal-fork.c
catch-signal-fork.exp
catch-signal.c
catch-signal.exp
catch-syscall.c
catch-syscall.exp Uniquefy gdb.base/catch-syscall.exp test names. 2013-10-09 14:31:35 +00:00
charset-malloc.c
charset.c
charset.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
checkpoint.c update checkpoint test 2013-11-04 11:02:07 -07:00
checkpoint.exp update checkpoint test 2013-11-04 11:02:07 -07:00
chng-syms.c
chng-syms.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
code-expr.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
code_elim.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
code_elim1.c gdb.base/code_elim.exp - force .bss creation. 2013-08-30 16:36:03 +00:00
code_elim2.c
commands.exp 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com> 2013-10-21 12:42:02 +00:00
completion.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
complex.c
complex.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
comprdebug.exp * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs. 2013-09-20 21:47:06 +00:00
cond-eval-mode.exp
cond-expr.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
condbreak.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
consecutive.c
consecutive.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
constvars.c
constvars.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
corefile.exp This patch adds a new convenience variable called "$_exitsignal", which 2013-10-07 05:34:11 +00:00
coremaker.c
coremaker2.c
ctxobj-f.c
ctxobj-m.c
ctxobj-v.c
ctxobj.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
cursal.c
cursal.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
cvexpr.c
cvexpr.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
d10v.ld
d10vovly.c
dbx.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
debug-expr.c
debug-expr.exp
default.exp This commit fixes a regression introduced by the new $_isvoid convenience 2013-09-17 19:24:51 +00:00
define.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
del.c
del.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
detach.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
dfp-exprs.exp
dfp-test.c
dfp-test.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
disabled-location.c
disabled-location.exp
disasm-end-cu-1.c
disasm-end-cu-2.c
disasm-end-cu.exp
disp-step-fork.c
disp-step-syscall.exp gdb/testsuite/gdb.base: Enable disp-step-syscall.exp tests for ARM. 2013-07-19 10:24:34 +00:00
disp-step-vfork.c
display.c
display.exp Add new 'z' format for print command. 2013-07-25 10:16:08 +00:00
dmsym.c
dmsym.exp test suite update - gdb.base/[cd] 2013-06-27 18:49:03 +00:00
dmsym_main.c
dprintf-next.c 2013-06-25 Yao Qi <yao@codesourcery.com> 2013-06-25 11:37:48 +00:00
dprintf-next.exp 2013-06-25 Yao Qi <yao@codesourcery.com> 2013-06-25 11:37:48 +00:00
dprintf-non-stop.c 2013-06-25 Yao Qi <yao@codesourcery.com> 2013-06-25 11:37:48 +00:00
dprintf-non-stop.exp 2013-06-25 Yao Qi <yao@codesourcery.com> 2013-06-25 11:37:48 +00:00
dprintf-pending.c
dprintf-pending.exp
dprintf-pendshr.c
dprintf.c
dprintf.exp 2013-06-25 Yao Qi <yao@codesourcery.com> 2013-06-25 11:37:48 +00:00
dump.c
dump.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
dup-sect.exp * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs. 2013-09-20 21:47:06 +00:00
dup-sect.S
duplicate-bp.c
duplicate-bp.exp
echo.exp
empty_exe.exp
ena-dis-br.exp 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com> 2013-08-23 06:22:10 +00:00
ending-run.c
ending-run.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
enum_cond.c
enum_cond.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
enumval.c * dwarf2read.c (queue_and_load_all_dwo_tus): New function. 2013-09-04 23:05:32 +00:00
enumval.exp * dwarf2read.c (queue_and_load_all_dwo_tus): New function. 2013-09-04 23:05:32 +00:00
environ.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
eu-strip-infcall.c
eu-strip-infcall.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
eval-avoid-side-effects.exp test: test eval routines with EVAL_AVOID_SIDE_EFFECTS flag set 2013-11-20 13:50:14 +00:00
eval-skip.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
eval.exp
exe-lock.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
execd-prog.c
exitsignal.exp This patch adds a new convenience variable called "$_exitsignal", which 2013-10-07 05:34:11 +00:00
expand-psymtabs.c
expand-psymtabs.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
exprs.c
exprs.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
fileio.c update fileio test 2013-11-04 11:02:08 -07:00
fileio.exp * gdb.base/fileio.exp: Make $dir2 writable after the test is done 2013-11-12 14:27:04 -08:00
filesym.c
filesym.exp
find-unmapped.c
find-unmapped.exp
find.c
find.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
finish.exp
fixsection.c
fixsection.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
fixsectshr.c
float.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
float.exp
foll-exec.c fix some "exec" tests 2013-11-04 11:02:10 -07:00
foll-exec.exp fix some "exec" tests 2013-11-04 11:02:10 -07:00
foll-fork.c
foll-fork.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
foll-vfork-exit.c
foll-vfork.c fix some "exec" tests 2013-11-04 11:02:10 -07:00
foll-vfork.exp fix some "exec" tests 2013-11-04 11:02:10 -07:00
foo.c
fortran-sym-case.c
fortran-sym-case.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
frame-args.c
frame-args.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
freebpcmd.c
freebpcmd.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
fullname.c
fullname.exp introduce relative_filename and use it 2013-11-04 11:02:08 -07:00
fullpath-expand-func.c
fullpath-expand.c
fullpath-expand.exp
func-ptr.c PR symtab/15695 2013-08-01 23:59:48 +00:00
func-ptr.exp PR symtab/15695 2013-08-01 23:59:48 +00:00
funcargs.c
funcargs.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gcore-buffer-overflow.c
gcore-buffer-overflow.exp fix some simple thinkos in the test suite 2013-11-04 10:55:58 -07:00
gcore-relro-lib.c
gcore-relro-main.c
gcore-relro-pie.c PR 11786 2013-11-07 16:43:39 -08:00
gcore-relro-pie.exp PR 11786 2013-11-07 16:43:39 -08:00
gcore-relro.exp
gcore.c
gcore.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gdb1056.exp
gdb1090.c
gdb1090.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gdb1250.c
gdb1250.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gdb1555-main.c
gdb1555.c
gdb1555.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gdb1821.c
gdb1821.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gdb11530.c
gdb11530.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gdb11531.c
gdb11531.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gdb_history
gdbindex-stabs-dwarf.c
gdbindex-stabs.c
gdbindex-stabs.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gdbvars.c Based on the discussion at: 2013-09-16 17:47:30 +00:00
gdbvars.exp Based on the discussion at: 2013-09-16 17:47:30 +00:00
gnu-debugdata.c
gnu-debugdata.exp * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs. 2013-09-20 21:47:06 +00:00
gnu-ifunc-lib.c gdb/testsuite/gdb.base/gnu-ifunc-lib.c: Use %function syntax. 2013-07-05 10:40:10 +00:00
gnu-ifunc.c
gnu-ifunc.exp test suite update - gdb.base/[efg] 2013-06-27 18:50:30 +00:00
gnu_vector.c
gnu_vector.exp 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com> 2013-10-21 12:34:25 +00:00
grbx.c
hashline1.exp introduce relative_filename and use it 2013-11-04 11:02:08 -07:00
hashline2.exp introduce relative_filename and use it 2013-11-04 11:02:08 -07:00
hashline3.exp introduce relative_filename and use it 2013-11-04 11:02:08 -07:00
hbreak.c
hbreak.exp
hbreak2.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
help.exp
hook-stop-continue.c
hook-stop-continue.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
hook-stop-frame.c
hook-stop-frame.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
huge.c
huge.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
ifelse.exp
included.c
included.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
included.h
inferior-died.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
inferior-died.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
infnan.c
infnan.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
info-fun-solib.c
info-fun.c
info-fun.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
info-macros.c
info-macros.exp * lib/gdb.exp (using_fission): New proc. 2013-09-16 23:59:02 +00:00
info-os.c
info-os.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
info-proc.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
info-shared-solib1.c
info-shared-solib2.c
info-shared.c
info-shared.exp
info-target.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
infoline.c
infoline.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
int-type.c
interact.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
interp.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
interp.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
interrupt-noterm.c GDB kills itself instead of interrupting inferior 2013-07-26 11:15:45 +00:00
interrupt-noterm.exp GDB kills itself instead of interrupting inferior 2013-07-26 11:15:45 +00:00
interrupt.c
interrupt.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
jit-dlmain.c
jit-main.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
jit-simple.c
jit-simple.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
jit-so.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
jit-solib.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
jit.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
jump.c
jump.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
kill-after-signal.c
kill-after-signal.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
label.c
label.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
langs.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
langs0.c
langs1.c
langs1.f
langs2.c
langs2.cxx
ldbl_e308.c
ldbl_e308.exp
lineinc.c
lineinc.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
lineinc1.h
lineinc2.h
lineinc3.h
linespecs.exp
list.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
list0.c
list0.h
list1.c
logical.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
long_long.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
long_long.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
longest-types.c
longest-types.exp
longjmp.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
longjmp.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
m32r.ld
m32rovly.c
macscp.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
macscp1.c
macscp2.h
macscp3.h
macscp4.h
maint.exp Make the maint.exp:'maint print objfiles' test less fragile. 2013-11-20 17:12:37 +00:00
Makefile.in
memattr.c
memattr.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
mips_pro.c
mips_pro.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
miscexprs.c
miscexprs.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
morestack.c
morestack.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
moribund-step.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
multi-forks.c
multi-forks.exp test suite update - gdb.base/[h-m] 2013-06-27 18:51:31 +00:00
nextoverexit.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
nextoverexit.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
nodebug.c
nodebug.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
nofield.c
nofield.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
normal.c This patch adds a new convenience variable called "$_exitsignal", which 2013-10-07 05:34:11 +00:00
nostdlib.c
nostdlib.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
opaque.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
opaque0.c
opaque1.c
overlays.c
overlays.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
ovlymgr.c
ovlymgr.h
page.exp
pc-fp.c
pc-fp.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
pending.c
pending.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
pendshr.c
permissions.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
pi.txt
pie-execl.c
pie-execl.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
pointers.c
pointers.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
pr10179-a.c
pr10179-b.c
pr10179.exp
pr11022.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
pr11022.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
prelink-lib.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
prelink.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
prelink.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
print-file-var-lib1.c
print-file-var-lib2.c
print-file-var-main.c
print-file-var.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
printcmds.c
printcmds.exp fix for PR gdb/15995 2013-10-17 18:29:28 +00:00
prologue-include.c
prologue-include.exp
prologue-include.h
prologue.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
prologue.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
psymtab.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
psymtab1.c
psymtab2.c
ptr-typedef.c
ptr-typedef.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
ptype.c
ptype.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
ptype1.c
radix.exp
random-signal.c Fix PR cli/15603 2013-06-18 19:57:49 +00:00
random-signal.exp Fix PR cli/15603 2013-06-18 19:57:49 +00:00
randomize.c
randomize.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
range-stepping.c
range-stepping.exp
readline-ask.c
readline-ask.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
readline-ask.inputrc
readline.exp
realname-expand-real.c
realname-expand.c
realname-expand.exp
recpar.c
recpar.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
recurse.c
recurse.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
relational.exp
relativedebug.c
relativedebug.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
relocate.c
relocate.exp 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com> 2013-09-04 06:17:08 +00:00
remote.c
remote.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
remotetimeout.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
reread.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
reread1.c
reread2.c
restore.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
restore.exp
return-nodebug.c
return-nodebug.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
return-nodebug1.c
return.c
return.exp
return2.c
return2.exp test suite update - gdb.base/[n-r] 2013-06-27 18:53:49 +00:00
run.c 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com> 2013-10-21 12:42:02 +00:00
save-bp.c
save-bp.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
savedregs.c
savedregs.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
scope.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
scope0.c
scope1.c
sect-cmd.exp
segv.c This patch adds a new convenience variable called "$_exitsignal", which 2013-10-07 05:34:11 +00:00
sep-proc.c
sep.c
sep.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
sepdebug.c
sepdebug.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
sepdebug2.c
sepsymtab.c
sepsymtab.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
set-lang-auto.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
set-noassign.exp
setshow.c
setshow.exp 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com> 2013-07-30 12:06:04 +00:00
setvar.c
setvar.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
shell.exp
shlib-call.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
shmain.c
shr1.c
shr2.c
shreloc.c
shreloc.exp gdb/testsuite/ 2013-09-29 14:05:36 +00:00
shreloc1.c
shreloc2.c
sigall.c
sigall.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
sigaltstack.c
sigaltstack.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
sigbpt.c
sigbpt.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
sigchld.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
sigchld.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
siginfo-addr.c
siginfo-addr.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
siginfo-infcall.c
siginfo-infcall.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
siginfo-obj.c
siginfo-obj.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
siginfo-thread.c
siginfo-thread.exp
siginfo.c
siginfo.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
signals.c
signals.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
signest.c
signest.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
signull.c
signull.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
sigrepeat.c
sigrepeat.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
sigstep.c
sigstep.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
sizeof.c
sizeof.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
skip-solib-lib.c
skip-solib-main.c
skip-solib.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
skip.c testsuite/gdb.base: Make skip test use defined behaviour. 2013-06-18 18:16:16 +00:00
skip.exp
skip1.c testsuite/gdb.base: Make skip test use defined behaviour. 2013-06-18 18:16:16 +00:00
so-disc-shr.c
so-impl-ld.c
so-impl-ld.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
so-indr-cl.c
so-indr-cl.exp
solib-corrupted.exp
solib-disc.c
solib-disc.exp
solib-display-lib.c
solib-display-main.c
solib-display.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
solib-nodir.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
solib-overlap-lib.c
solib-overlap-main.c
solib-overlap.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
solib-search-lib1.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
solib-search-lib2.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
solib-search.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
solib-search.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
solib-search.h Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
solib-symbol-lib.c
solib-symbol-main.c
solib-symbol.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
solib-weak.c
solib-weak.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
solib.c
solib.exp
solib1.c
solib2.c
source-error.gdb
source-nofile.gdb warn if "source" fails to open the file when from_tty == 0 2013-10-11 08:23:11 +00:00
source-test.gdb
source.exp warn if "source" fails to open the file when from_tty == 0 2013-10-11 08:23:11 +00:00
spu.ld
ss.h
stack-checking.c
stack-checking.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
stale-infcall.c
stale-infcall.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
stap-probe.c
stap-probe.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
start.c
start.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
step-break.c
step-break.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
step-bt.c
step-bt.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
step-line.c
step-line.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
step-line.inp
step-resume-infcall.c
step-resume-infcall.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
step-symless.c
step-symless.exp * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs. 2013-09-20 21:47:06 +00:00
step-test.c
step-test.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
store.c
store.exp
structs.c
structs.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
structs2.c
structs2.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
structs3.c
structs3.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
subst.exp * gdb.base/subst.exp: Delete default rules before further 2013-06-19 20:37:26 +00:00
sum.c
sym-file-lib.c Test adding and removing a symbol file at runtime. 2013-10-29 10:56:45 +01:00
sym-file-loader.c Test adding and removing a symbol file at runtime. 2013-10-29 10:56:45 +01:00
sym-file-loader.h Test adding and removing a symbol file at runtime. 2013-10-29 10:56:45 +01:00
sym-file-main.c Test adding and removing a symbol file at runtime. 2013-10-29 10:56:45 +01:00
sym-file.exp Test adding and removing a symbol file at runtime. 2013-10-29 10:56:45 +01:00
symbol-without-target_section.c
symbol-without-target_section.exp test suite update - gdb.base/s* 2013-06-27 18:58:28 +00:00
term.c
term.exp
testenv.c
testenv.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
trace-commands.exp simple changes in gdb.base 2013-11-04 11:02:07 -07:00
tui-layout.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
twice.c
twice.exp fix some simple thinkos in the test suite 2013-11-04 10:55:58 -07:00
type-opaque-lib.c
type-opaque-main.c
type-opaque.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
ui-redirect.exp
unload.c
unload.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
unloadshr.c
unloadshr2.c
until.exp
unwindonsignal.c
unwindonsignal.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
valgrind-db-attach.c
valgrind-db-attach.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
valgrind-infcall.c
valgrind-infcall.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
value-double-free.c
value-double-free.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
varargs.c
varargs.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
vforked-prog.c
volatile.exp
watch-cond-infcall.c
watch-cond-infcall.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watch-cond.c
watch-cond.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watch-non-mem.c
watch-non-mem.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watch-read.c
watch-read.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watch-vfork.c
watch-vfork.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watch_thread_num.c
watch_thread_num.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watchpoint-cond-gone-stripped.c
watchpoint-cond-gone.c
watchpoint-cond-gone.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watchpoint-delete.c
watchpoint-delete.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watchpoint-hw-hit-once.c
watchpoint-hw-hit-once.exp
watchpoint-hw.c
watchpoint-hw.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watchpoint-solib-shr.c
watchpoint-solib.c
watchpoint-solib.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
watchpoint.c fix PR symtab/15719 2013-08-02 16:41:08 +00:00
watchpoint.exp Extra error message from update_watchpoint 2013-10-31 12:52:35 +00:00
watchpoints.c
watchpoints.exp Extra error message from update_watchpoint 2013-10-31 12:52:35 +00:00
wchar.c
wchar.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00
weaklib1.c
weaklib2.c
whatis-exp.exp
whatis.c Fix formating in copyright headers. 2013-06-07 14:39:33 +00:00
whatis.exp test suite update - gdb.base/[t-z] 2013-06-27 19:00:47 +00:00