summaryrefslogtreecommitdiff
path: root/gdb/kepler.SCHWINGE/test
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/kepler.SCHWINGE/test')
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum9
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum69
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum44
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum33
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum15
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum43
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum7
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum4
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum7
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum24
-rw-r--r--gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum4
29 files changed, 241 insertions, 90 deletions
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum
index 41e2bd6b..28e70bc9 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:31:18 2013
+Test Run By thomas on Sat Sep 7 13:53:14 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -65,6 +65,9 @@ PASS: gdb.ada/arrayptr.exp: print arr_ptr
PASS: gdb.ada/arrayptr.exp: print arr_ptr (2)
PASS: gdb.ada/arrayptr.exp: print arr_ptr (3..4)
PASS: gdb.ada/arrayptr.exp: ptype string_access
+PASS: gdb.ada/arrayptr.exp: print pa_ptr.all
+PASS: gdb.ada/arrayptr.exp: print pa_ptr(3)
+PASS: gdb.ada/arrayptr.exp: print pa_ptr.all(3)
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/assign_1.exp ...
PASS: gdb.ada/assign_1.exp: Changing the language to ada
PASS: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
@@ -552,10 +555,10 @@ PASS: gdb.ada/win_fu_syms.exp: info line on Do_Nothing call
=== gdb Summary ===
-# of expected passes 438
+# of expected passes 441
# of unexpected failures 16
# of expected failures 1
# of known failures 1
# of unsupported tests 2
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum
index 554f6bed..d7b302c0 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:32:05 2013
+Test Run By thomas on Sat Sep 7 13:54:03 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -257,5 +257,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/vsx-regs.exp ...
# of expected passes 186
# of known failures 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum
index 18462466..f354a51b 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:32:10 2013
+Test Run By thomas on Sat Sep 7 13:54:08 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -40,5 +40,5 @@ PASS: gdb.asm/asm-source.exp: look at static function
=== gdb Summary ===
# of expected passes 28
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum
index 85a6af2a..a9240c1c 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:25:03 2013
+Test Run By thomas on Sat Sep 7 13:46:52 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -1061,8 +1061,8 @@ PASS: gdb.base/inferior-died.exp: inferior 2
PASS: gdb.base/inferior-died.exp: continue
PASS: gdb.base/inferior-died.exp: p 1
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/corefile.exp ...
-PASS: gdb.base/corefile.exp: args: -core=coremaker.core (with bad program name)
-PASS: gdb.base/corefile.exp: args: execfile -core=coremaker.core (with bad program name)
+PASS: gdb.base/corefile.exp: args: -core=corefile.core (with bad program name)
+PASS: gdb.base/corefile.exp: args: execfile -core=corefile.core (with bad program name)
PASS: gdb.base/corefile.exp: core-file command (with bad program name)
PASS: gdb.base/corefile.exp: print coremaker_data
PASS: gdb.base/corefile.exp: print coremaker_bss
@@ -1145,6 +1145,10 @@ PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable $bp_num_3
PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: step
PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: delete $bp_num_2
PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable #3, delete #2, stop at #1
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dprintf-next.exp ...
+PASS: gdb.base/dprintf-next.exp: dprintf 24, "%d\n", x
+PASS: gdb.base/dprintf-next.exp: next 1
+PASS: gdb.base/dprintf-next.exp: next 2
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/debug-expr.exp ...
PASS: gdb.base/debug-expr.exp: set variable array[0] = 0
PASS: gdb.base/debug-expr.exp: set variable array[1] = 1
@@ -1162,7 +1166,7 @@ PASS: gdb.base/info-proc.exp: info proc without a process
PASS: gdb.base/info-proc.exp: info proc with process
PASS: gdb.base/info-proc.exp: info proc mapping
PASS: gdb.base/info-proc.exp: save a core file
-PASS: gdb.base/info-proc.exp: core break.gcore
+PASS: gdb.base/info-proc.exp: core info-proc.gcore
PASS: gdb.base/info-proc.exp: info proc mapping with core file
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/longest-types.exp ...
UNTESTED: gdb.base/longest-types.exp: longest-types.exp
@@ -1862,6 +1866,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/infoline.exp ...
PASS: gdb.base/infoline.exp: info line infoline.c:18
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/fixsection.exp ...
PASS: gdb.base/fixsection.exp: breakpoint at static_fun
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/argv0-symlink.exp ...
+UNSUPPORTED: gdb.base/argv0-symlink.exp: kept file symbolic link name (host does not support symbolic links)
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/annota3.exp ...
PASS: gdb.base/annota3.exp: set height 0
PASS: gdb.base/annota3.exp: breakpoint main
@@ -2682,7 +2688,7 @@ PASS: gdb.base/display.exp: printf "\w"
PASS: gdb.base/display.exp: printf "%d" j
PASS: gdb.base/display.exp: printf "%p\n", 0
PASS: gdb.base/display.exp: printf "%p\n", 1
-PASS: gdb.base/display.exp: print/z j
+PASS: gdb.base/display.exp: print/k j
PASS: gdb.base/display.exp: debug test output 1
PASS: gdb.base/display.exp: debug test output 1a
PASS: gdb.base/display.exp: debug test output 2
@@ -2923,6 +2929,14 @@ PASS: gdb.base/memattr.exp: 0x30 0x0: 0x30 0x0: overlap
PASS: gdb.base/memattr.exp: 0x30 0x0: 0x40 0x0: overlap
PASS: gdb.base/memattr.exp: 0x30 0x0: 0x20 0x30: no-overlap
PASS: gdb.base/memattr.exp: 0x30 0x0: 0x00 0x10: no-overlap
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dprintf-non-stop.exp ...
+PASS: gdb.base/dprintf-non-stop.exp: set target-async on
+PASS: gdb.base/dprintf-non-stop.exp: set non-stop on
+PASS: gdb.base/dprintf-non-stop.exp: dprintf foo,"At foo entry\n"
+PASS: gdb.base/dprintf-non-stop.exp: continue &
+PASS: gdb.base/dprintf-non-stop.exp: dprintf triggered
+PASS: gdb.base/dprintf-non-stop.exp: interrupt
+PASS: gdb.base/dprintf-non-stop.exp: inferior stopped
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dmsym.exp ...
PASS: gdb.base/dmsym.exp: set lang ada
PASS: gdb.base/dmsym.exp: break pck__foo__bar__minsym
@@ -3688,6 +3702,28 @@ PASS: gdb.base/ena-dis-br.exp: prepare to continue with ignore count
PASS: gdb.base/ena-dis-br.exp: continue with ignore count
PASS: gdb.base/ena-dis-br.exp: step
PASS: gdb.base/ena-dis-br.exp: continue with ignore count, not stopped at bpt
+PASS: gdb.base/ena-dis-br.exp: break main
+PASS: gdb.base/ena-dis-br.exp: break main
+PASS: gdb.base/ena-dis-br.exp: break main
+PASS: gdb.base/ena-dis-br.exp: break main
+PASS: gdb.base/ena-dis-br.exp: disable $b1.1 $b2.1
+PASS: gdb.base/ena-dis-br.exp: disabled $b1.1 and $b2.1
+PASS: gdb.base/ena-dis-br.exp: disable $b1 fooo.1
+PASS: gdb.base/ena-dis-br.exp: disabled $b1
+PASS: gdb.base/ena-dis-br.exp: enable $b3
+PASS: gdb.base/ena-dis-br.exp: disable $b4 $b3.1
+PASS: gdb.base/ena-dis-br.exp: disabled $b4 and $b3.1,remain enabled $b3
+PASS: gdb.base/ena-dis-br.exp: disable $b4.1 fooobar
+PASS: gdb.base/ena-dis-br.exp: disabled $b4.1
+PASS: gdb.base/ena-dis-br.exp: enable $b1.1 $b2.1
+PASS: gdb.base/ena-dis-br.exp: enabled $b1.1 and $b2.1
+PASS: gdb.base/ena-dis-br.exp: enable $b1 fooo.1
+PASS: gdb.base/ena-dis-br.exp: enabled $b1
+PASS: gdb.base/ena-dis-br.exp: disable $b3
+PASS: gdb.base/ena-dis-br.exp: enable $b4 $b3.1
+PASS: gdb.base/ena-dis-br.exp: enabled $b4 and $b3.1,remain disabled $b3
+PASS: gdb.base/ena-dis-br.exp: enable $b4.1 fooobar
+PASS: gdb.base/ena-dis-br.exp: enabled $b4.1
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/alias.exp ...
PASS: gdb.base/alias.exp: alias -a set2=set
PASS: gdb.base/alias.exp: set2 print elements 42
@@ -3934,6 +3970,7 @@ PASS: gdb.base/default.exp: set environment
PASS: gdb.base/default.exp: set height
PASS: gdb.base/default.exp: set history expansion
PASS: gdb.base/default.exp: set history filename
+PASS: gdb.base/default.exp: set the history filename
PASS: gdb.base/default.exp: set history save
PASS: gdb.base/default.exp: set history size
PASS: gdb.base/default.exp: set history
@@ -4093,6 +4130,7 @@ PASS: gdb.base/call-strs.exp: print str_func(s,s,s,s,s,s,s)
PASS: gdb.base/call-strs.exp: call str_func(s,s,s,s,s,s,s)
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dump.exp ...
PASS: gdb.base/dump.exp: inaccessible memory is reported
+PASS: gdb.base/dump.exp: get hexadecimal valueof "&intarray"
PASS: gdb.base/dump.exp: endianness: little
PASS: gdb.base/dump.exp: dump array as value, default
PASS: gdb.base/dump.exp: dump struct as value, default
@@ -4528,6 +4566,7 @@ PASS: gdb.base/enumval.exp: print e
PASS: gdb.base/enumval.exp: print f
PASS: gdb.base/enumval.exp: print J
PASS: gdb.base/enumval.exp: print K
+PASS: gdb.base/enumval.exp: p ZERO
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/enum_cond.exp ...
PASS: gdb.base/enum_cond.exp: break call_me if param.e == 1
PASS: gdb.base/enum_cond.exp: continue to conditional breakpoint in call_me
@@ -4748,6 +4787,9 @@ PASS: gdb.base/break.exp: run until breakpoint set at small function, optimized
PASS: gdb.base/break.exp: rbreak junk pending setup
PASS: gdb.base/break.exp: rbreak junk set breakpoint
PASS: gdb.base/break.exp: rbreak junk
+PASS: gdb.base/break.exp: set $l = 92
+PASS: gdb.base/break.exp: set convenience variable $foo to 81.5
+PASS: gdb.base/break.exp: set breakpoint via non-integer convenience variable disallowed
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/miscexprs.exp ...
PASS: gdb.base/miscexprs.exp: continue to marker1
PASS: gdb.base/miscexprs.exp: up from marker1
@@ -4792,6 +4834,8 @@ FAIL: gdb.base/longjmp.exp: next over call_longjmp (2)
PASS: gdb.base/longjmp.exp: breakpoint at pattern 3 start
PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 3 start
FAIL: gdb.base/longjmp.exp: next over patt3
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/func-ptr.exp ...
+PASS: gdb.base/func-ptr.exp: print pbar->baz
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/code-expr.exp ...
PASS: gdb.base/code-expr.exp: set print sevenbit-strings
PASS: gdb.base/code-expr.exp: set print address off
@@ -6301,6 +6345,15 @@ PASS: gdb.base/macscp.exp: define si_addr macro
PASS: gdb.base/macscp.exp: macro expand siginfo.si_addr
PASS: gdb.base/macscp.exp: print __FILE__
PASS: gdb.base/macscp.exp: print __LINE__
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/interrupt-noterm.exp ...
+PASS: gdb.base/interrupt-noterm.exp: set interactive-mode off
+PASS: gdb.base/interrupt-noterm.exp: set target-async on
+PASS: gdb.base/interrupt-noterm.exp: set confirm off
+PASS: gdb.base/interrupt-noterm.exp: delete
+PASS: gdb.base/interrupt-noterm.exp: set confirm on
+PASS: gdb.base/interrupt-noterm.exp: continue &
+PASS: gdb.base/interrupt-noterm.exp: interrupt
+PASS: gdb.base/interrupt-noterm.exp: inferior received SIGINT
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb11530.exp ...
PASS: gdb.base/gdb11530.exp: print a.i
PASS: gdb.base/gdb11530.exp: print sizeof (a.i)
@@ -6311,11 +6364,11 @@ PASS: gdb.base/gdb1090.exp: print s24
=== gdb Summary ===
-# of expected passes 6074
+# of expected passes 6121
# of unexpected failures 7
# of expected failures 25
# of known failures 21
# of untested testcases 2
-# of unsupported tests 2
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+# of unsupported tests 3
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum
index dd541949..344a6530 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:29:26 2013
+Test Run By thomas on Sat Sep 7 13:51:24 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -305,6 +305,7 @@ PASS: gdb.base/watchpoint.exp: reenable watchpoint `$pc'
PASS: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
PASS: gdb.base/watchpoint.exp: delete watchpoint `$pc'
PASS: gdb.base/watchpoint.exp: continue to breakpoint: func5 breakpoint here
+PASS: gdb.base/watchpoint.exp: watch -location nullptr->p->x
PASS: gdb.base/watchpoint.exp: watch -location .x
PASS: gdb.base/watchpoint.exp: continue with watch -location
PASS: gdb.base/watchpoint.exp: delete watch -location
@@ -436,6 +437,7 @@ PASS: gdb.base/watchpoint.exp: no-hw: reenable watchpoint `$pc'
PASS: gdb.base/watchpoint.exp: no-hw: watchpoint `$pc' is enabled
PASS: gdb.base/watchpoint.exp: no-hw: delete watchpoint `$pc'
PASS: gdb.base/watchpoint.exp: no-hw: continue to breakpoint: func5 breakpoint here
+PASS: gdb.base/watchpoint.exp: no-hw: watch -location nullptr->p->x
PASS: gdb.base/watchpoint.exp: no-hw: watch -location .x
PASS: gdb.base/watchpoint.exp: no-hw: continue with watch -location
PASS: gdb.base/watchpoint.exp: no-hw: delete watch -location
@@ -481,6 +483,12 @@ PASS: gdb.base/signals.exp: override SIGINT
PASS: gdb.base/signals.exp: signal without arguments disallowed
PASS: gdb.base/signals.exp: signal SIGUSR1
PASS: gdb.base/signals.exp: backtrace for SIGUSR1
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/set-lang-auto.exp ...
+PASS: gdb.base/set-lang-auto.exp: show lang after loading binary
+PASS: gdb.base/set-lang-auto.exp: forcing the language to ada
+PASS: gdb.base/set-lang-auto.exp: show lang after switching language to ada
+PASS: gdb.base/set-lang-auto.exp: switching the language back to auto
+PASS: gdb.base/set-lang-auto.exp: show lang after having switched back to auto
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/randomize.exp ...
PASS: gdb.base/randomize.exp: set disable-randomization off
PASS: gdb.base/randomize.exp: show disable-randomization off
@@ -525,12 +533,6 @@ PASS: gdb.base/return-nodebug.exp: double: return from function with no debug in
PASS: gdb.base/return-nodebug.exp: double: return from function with no debug info with a cast
PASS: gdb.base/return-nodebug.exp: double: advance to marker
PASS: gdb.base/return-nodebug.exp: double: full width of the returned result
-Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/set-lang-auto.exp ...
-PASS: gdb.base/set-lang-auto.exp: show lang after loading binary
-PASS: gdb.base/set-lang-auto.exp: forcing the language to ada
-PASS: gdb.base/set-lang-auto.exp: show lang after switching language to ada
-PASS: gdb.base/set-lang-auto.exp: switching the language back to auto
-PASS: gdb.base/set-lang-auto.exp: show lang after having switched back to auto
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/structs2.exp ...
PASS: gdb.base/structs2.exp: set width 0
PASS: gdb.base/structs2.exp: structs2 sanity check
@@ -1260,6 +1262,14 @@ PASS: gdb.base/printcmds.exp: printf "x=%d,y=%f,z=%d\n", 5, 6.0, 7
PASS: gdb.base/printcmds.exp: printf "%x %f, %c %x, %x, %f\n", 0xbad, -99.541, 'z', 0xfeedface, 0xdeadbeef, 5.0
PASS: gdb.base/printcmds.exp: printf "%c\n", "x"[1,0]
PASS: gdb.base/printcmds.exp: printf "%%%d%%\n", 5
+PASS: gdb.base/printcmds.exp: printf "%", 0
+PASS: gdb.base/printcmds.exp: printf "%.234", 0
+PASS: gdb.base/printcmds.exp: printf "%-", 0
+PASS: gdb.base/printcmds.exp: printf "%-23", 0
+PASS: gdb.base/printcmds.exp: printf "%#p", 0
+PASS: gdb.base/printcmds.exp: printf "% p", 0
+PASS: gdb.base/printcmds.exp: printf "%0p", 0
+PASS: gdb.base/printcmds.exp: printf "%+p", 0
PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2df
PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1.2df
PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.234567df
@@ -1772,6 +1782,10 @@ PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_errno from core file
PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_code from core file
PASS: gdb.base/siginfo-obj.exp: p $_siginfo._sifields._sigfault.si_addr from core file
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/relocate.exp ...
+PASS: gdb.base/relocate.exp: add-symbol-file: unknown option -raednow
+PASS: gdb.base/relocate.exp: add-symbol-file: unknown option readnow
+PASS: gdb.base/relocate.exp: add-symbol-file: unknown option foo
+PASS: gdb.base/relocate.exp: add-symbol-file: unknown option -readnow s
PASS: gdb.base/relocate.exp: add-symbol-file relocate.o 0
PASS: gdb.base/relocate.exp: get address of static_foo
PASS: gdb.base/relocate.exp: get address of static_bar
@@ -2982,8 +2996,12 @@ PASS: gdb.base/setshow.exp: show height
PASS: gdb.base/setshow.exp: set height unlimited
PASS: gdb.base/setshow.exp: set history expansion on
PASS: gdb.base/setshow.exp: show history expansion
+PASS: gdb.base/setshow.exp: show environment HOME
+PASS: gdb.base/setshow.exp: set history filename ~/foobar.baz
+PASS: gdb.base/setshow.exp: show history filename (~/foobar.baz)
+PASS: gdb.base/setshow.exp: show working directory
PASS: gdb.base/setshow.exp: set history filename foobar.baz
-PASS: gdb.base/setshow.exp: show history filename (foobar.baz)
+PASS: gdb.base/setshow.exp: show history filename (current_directory/foobar.baz)
PASS: gdb.base/setshow.exp: set history save on
PASS: gdb.base/setshow.exp: show history save (on)
PASS: gdb.base/setshow.exp: set history save off
@@ -3765,6 +3783,7 @@ PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-td
PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf-td
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/subst.exp ...
PASS: gdb.base/subst.exp: deactivate GDB's confirmation interface
+PASS: gdb.base/subst.exp: remove default substitution rules
PASS: gdb.base/subst.exp: show substitute-path, no rule entered yet
PASS: gdb.base/subst.exp: show substitute-path from, no rule entered yet
PASS: gdb.base/subst.exp: show substitute-path, too many arguments
@@ -4529,6 +4548,11 @@ PASS: gdb.base/solib-display.exp: SEP: continue
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sigrepeat.exp ...
PASS: gdb.base/sigrepeat.exp: advance to infinite loop
PASS: gdb.base/sigrepeat.exp: next
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/random-signal.exp ...
+PASS: gdb.base/random-signal.exp: set can-use-hw-watchpoints 0
+PASS: gdb.base/random-signal.exp: watch v
+PASS: gdb.base/random-signal.exp: continue
+PASS: gdb.base/random-signal.exp: stop with control-c
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watch_thread_num.exp ...
PASS: gdb.base/watch_thread_num.exp: successfully compiled posix threads test case
PASS: gdb.base/watch_thread_num.exp: Watchpoint on invalid thread
@@ -4729,11 +4753,11 @@ PASS: gdb.base/nostdlib.exp: continue to marker
=== gdb Summary ===
-# of expected passes 4511
+# of expected passes 4534
# of unexpected failures 58
# of expected failures 3
# of known failures 7
# of untested testcases 5
# of unsupported tests 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum
index 524d5569..1aa4b3f0 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:32:11 2013
+Test Run By thomas on Sat Sep 7 13:54:08 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -13,5 +13,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.btrace/instruction_history.e
=== gdb Summary ===
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum
index 87d8ce03..89b90325 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:32:11 2013
+Test Run By thomas on Sat Sep 7 13:54:09 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -28,5 +28,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cell/solib.exp ...
=== gdb Summary ===
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum
index a0aa6cf4..8b7ea41d 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:32:11 2013
+Test Run By thomas on Sat Sep 7 13:54:09 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -4189,5 +4189,5 @@ PASS: gdb.cp/virtfunc2.exp: print o
# of known failures 22
# of untested testcases 1
# of unsupported tests 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum
index e9c40f1e..2bd3a391 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:33:10 2013
+Test Run By thomas on Sat Sep 7 13:55:06 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -28,5 +28,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.disasm/t13_otr.exp ...
=== gdb Summary ===
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum
index 75082c1d..a5220e40 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:33:10 2013
+Test Run By thomas on Sat Sep 7 13:55:06 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -449,6 +449,7 @@ PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_nofb print
PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_nofb backtrace
PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_loopfb print
PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_loopfb backtrace
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-reg-undefined.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-restore.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-restrict.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.exp ...
@@ -480,12 +481,27 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp ...
PASS: gdb.dwarf2/dw4-sig-types.exp: maint set dwarf2 max-cache-age 0
PASS: gdb.dwarf2/dw4-sig-types.exp: p myset
PASS: gdb.dwarf2/dw4-sig-types.exp: continue to foo
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dwz.exp ...
+PASS: gdb.dwarf2/dwz.exp: p other_int
+PASS: gdb.dwarf2/dwz.exp: p the_int
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/fission-base.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/fission-loclists.exp ...
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/fission-mix.exp ...
+PASS: gdb.dwarf2/fission-mix.exp: break main
+PASS: gdb.dwarf2/fission-mix.exp: break func2
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/fission-reread.exp ...
+PASS: gdb.dwarf2/fission-reread.exp: set debug-file-directory
PASS: gdb.dwarf2/fission-reread.exp: break main
PASS: gdb.dwarf2/fission-reread.exp: fission-reread
PASS: gdb.dwarf2/fission-reread.exp: fission-reread - unload
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/gdb-index.exp ...
+PASS: gdb.dwarf2/gdb-index.exp: save gdb-index for file gdb-index
+PASS: gdb.dwarf2/gdb-index.exp: gdb-index file created
+PASS: gdb.dwarf2/gdb-index.exp: objcopy
+PASS: gdb.dwarf2/gdb-index.exp: .gdb_index used
+PASS: gdb.dwarf2/gdb-index.exp: shell sleep 1
+PASS: gdb.dwarf2/gdb-index.exp: touch binary
+PASS: gdb.dwarf2/gdb-index.exp: .gdb_index used after symbol reloading
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/implptr-64bit.exp ...
UNTESTED: gdb.dwarf2/implptr-64bit.exp: implptr-64bit.exp
UNTESTED: gdb.dwarf2/implptr-64bit.exp: implptr-64bit.exp
@@ -523,6 +539,9 @@ PASS: gdb.dwarf2/implptr.exp: print invalid offset from *p[0].x in implptr:foo
PASS: gdb.dwarf2/implptr.exp: print j in implptr:foo
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/implptrconst.exp ...
PASS: gdb.dwarf2/implptrconst.exp: print *c
+PASS: gdb.dwarf2/implptrconst.exp: print d[-2]
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/implptrpiece.exp ...
+PASS: gdb.dwarf2/implptrpiece.exp: print/d p[-1]
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/mac-fileno.exp ...
PASS: gdb.dwarf2/mac-fileno.exp: set listsize 1
PASS: gdb.dwarf2/mac-fileno.exp: list func_cu1
@@ -537,6 +556,14 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/missing-sig-type.exp
PASS: gdb.dwarf2/missing-sig-type.exp: ptype foo
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/nostaticblock.exp ...
PASS: gdb.dwarf2/nostaticblock.exp: alive
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/pieces-optimized-out.exp ...
+PASS: gdb.dwarf2/pieces-optimized-out.exp: move up a frame
+PASS: gdb.dwarf2/pieces-optimized-out.exp: print s
+PASS: gdb.dwarf2/pieces-optimized-out.exp: print s.a
+PASS: gdb.dwarf2/pieces-optimized-out.exp: print s.b
+PASS: gdb.dwarf2/pieces-optimized-out.exp: print s.c
+PASS: gdb.dwarf2/pieces-optimized-out.exp: print s.d
+PASS: gdb.dwarf2/pieces-optimized-out.exp: print s.d + 1
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/pieces.exp ...
PASS: gdb.dwarf2/pieces.exp: set f1 breakpoint for pieces
PASS: gdb.dwarf2/pieces.exp: continue to breakpoint: continue to f1 breakpoint for pieces
@@ -620,9 +647,9 @@ PASS: gdb.dwarf2/watch-notconst.exp: watch x
=== gdb Summary ===
-# of expected passes 520
+# of expected passes 541
# of known failures 1
# of untested testcases 9
# of unsupported tests 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum
index 78742373..6bfb98c1 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:33:28 2013
+Test Run By thomas on Sat Sep 7 13:55:27 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -269,5 +269,5 @@ PASS: gdb.fortran/types.exp: pt 10e20
# of expected passes 243
# of unexpected failures 2
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum
index 2a3f79fc..c1777177 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:33:33 2013
+Test Run By thomas on Sat Sep 7 13:55:32 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -187,5 +187,5 @@ PASS: gdb.gdb/xfullpath.exp: An empty filename
# of expected passes 169
# of unexpected failures 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum
index 915b9040..821bef4d 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:33:39 2013
+Test Run By thomas on Sat Sep 7 13:55:37 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -90,5 +90,5 @@ UNTESTED: gdb.go/unsafe.exp: unsafe.exp
# of expected passes 44
# of expected failures 4
# of untested testcases 9
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum
index 813a6a32..0dd7f9f7 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:33:39 2013
+Test Run By thomas on Sat Sep 7 13:55:38 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -116,5 +116,5 @@ PASS: gdb.java/jv-print.exp: reject p 1.1dd
# of unknown successes 1
# of known failures 2
# of unsupported tests 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum
index 7f4c1741..b9dfc979 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:33:50 2013
+Test Run By thomas on Sat Sep 7 13:55:49 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -222,5 +222,5 @@ PASS: gdb.linespec/thread.exp: continue to breakpoint: thread function
=== gdb Summary ===
# of expected passes 204
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum
index cfb18c45..904d6fac 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:33:53 2013
+Test Run By thomas on Sat Sep 7 13:55:52 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -541,6 +541,7 @@ PASS: gdb.mi/mi-record-changed.exp: mi runto main
PASS: gdb.mi/mi-record-changed.exp: record
PASS: gdb.mi/mi-record-changed.exp: record end
PASS: gdb.mi/mi-record-changed.exp: target record
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-reg-undefined.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-regs.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-return.exp ...
PASS: gdb.mi/mi-return.exp: breakpoint at callee4
@@ -675,7 +676,11 @@ PASS: gdb.mi/mi-var-block.exp: delete var foo 2
PASS: gdb.mi/mi-var-block.exp: delete var foo2
PASS: gdb.mi/mi-var-block.exp: delete var cb
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-var-child-f.exp ...
-UNSUPPORTED: gdb.mi/mi-var-child-f.exp: compilation array.f
+PASS: gdb.mi/mi-var-child-f.exp: breakpoint at MAIN__
+PASS: gdb.mi/mi-var-child-f.exp: mi runto MAIN__
+PASS: gdb.mi/mi-var-child-f.exp: create local variable array
+PASS: gdb.mi/mi-var-child-f.exp: get children of array
+PASS: gdb.mi/mi-var-child-f.exp: get grandchildren of array (children of first element of second index)
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-var-child.exp ...
PASS: gdb.mi/mi-var-child.exp: breakpoint at do_children_tests
PASS: gdb.mi/mi-var-child.exp: mi runto do_children_tests
@@ -1902,10 +1907,10 @@ PASS: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2
=== gdb Summary ===
-# of expected passes 1814
+# of expected passes 1819
# of unexpected successes 1
# of expected failures 8
# of known failures 6
-# of unsupported tests 2
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+# of unsupported tests 1
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum
index 8c29e946..e2f76f06 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:34:41 2013
+Test Run By thomas on Sat Sep 7 13:56:38 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -20,5 +20,5 @@ PASS: gdb.modula2/unbounded-array.exp: print the 5th element of array a
=== gdb Summary ===
# of expected passes 8
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum
index 945f60a8..416038da 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:34:42 2013
+Test Run By thomas on Sat Sep 7 13:56:39 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -63,5 +63,5 @@ PASS: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1
=== gdb Summary ===
# of expected passes 47
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum
index 066e61df..73825a8e 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:34:44 2013
+Test Run By thomas on Sat Sep 7 13:56:40 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -32,5 +32,5 @@ PASS: gdb.objc/print.exp: reject p 1.1ll
# of expected passes 13
# of unsupported tests 3
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum
index 93e932d9..0a4ea555 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:34:46 2013
+Test Run By thomas on Sat Sep 7 13:56:43 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -15,5 +15,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.opencl/vec_comps.exp ...
=== gdb Summary ===
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum
index e9d3ac03..eed6ed5c 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:34:46 2013
+Test Run By thomas on Sat Sep 7 13:56:43 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -115,5 +115,5 @@ PASS: gdb.opt/inline-locals.exp: print local (3)
# of expected passes 95
# of expected failures 1
# of known failures 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum
index e28b72f7..edfa2f17 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:34:49 2013
+Test Run By thomas on Sat Sep 7 13:56:45 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -50,5 +50,5 @@ PASS: gdb.pascal/types.exp: pt 10E20
# of known failures 1
# of untested testcases 2
# of unsupported tests 4
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum
index d2c96666..d1b08005 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:34:49 2013
+Test Run By thomas on Sat Sep 7 13:56:46 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -50,6 +50,8 @@ PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A')
PASS: gdb.python/lib-types.exp: python print (struct_a.keys ())
PASS: gdb.python/lib-types.exp: python print ([k for k,v in gdb.types.deep_items(struct_a)])
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-arch.exp ...
+PASS: gdb.python/py-arch.exp: Test empty architecture.name does not trigger an assert
+PASS: gdb.python/py-arch.exp: Test empty architecture.disassemble does not trigger an assert
PASS: gdb.python/py-arch.exp: test number of instructions 1
PASS: gdb.python/py-arch.exp: test number of instructions 2
PASS: gdb.python/py-arch.exp: test number of instructions 3
@@ -265,9 +267,9 @@ PASS: gdb.python/py-error.exp: set host-charset IBM1047
PASS: gdb.python/py-error.exp: main reached
PASS: gdb.python/py-error.exp: no delayed error
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-events.exp ...
-PASS: gdb.python/py-events.exp: Register new objfile event handler
+PASS: gdb.python/py-events.exp: test-objfile-events
PASS: gdb.python/py-events.exp: New objfile notification
-PASS: gdb.python/py-events.exp: Test_Events
+PASS: gdb.python/py-events.exp: test-events
PASS: gdb.python/py-events.exp: continue
PASS: gdb.python/py-events.exp: step 3
PASS: gdb.python/py-events.exp: Inferior 1 terminated.
@@ -275,13 +277,13 @@ PASS: gdb.python/py-events.exp: inferior 2
PASS: gdb.python/py-events.exp: Inferior 2 terminated.
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-evsignal.exp ...
PASS: gdb.python/py-evsignal.exp: successfully compiled posix threads test case
-PASS: gdb.python/py-evsignal.exp: Test_Events
+PASS: gdb.python/py-evsignal.exp: test-events
PASS: gdb.python/py-evsignal.exp: set non-stop on
PASS: gdb.python/py-evsignal.exp: set target-async on
PASS: gdb.python/py-evsignal.exp: thread 3 was signaled
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-evthreads.exp ...
PASS: gdb.python/py-evthreads.exp: successfully compiled posix threads test case
-PASS: gdb.python/py-evthreads.exp: Test_Events
+PASS: gdb.python/py-evthreads.exp: test-events
PASS: gdb.python/py-evthreads.exp: set non-stop on
PASS: gdb.python/py-evthreads.exp: set target-async on
PASS: gdb.python/py-evthreads.exp: Run to breakpoint 1
@@ -444,6 +446,23 @@ PASS: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
PASS: gdb.python/py-finish-breakpoint2.exp: continue to second exception
PASS: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
PASS: gdb.python/py-finish-breakpoint2.exp: FinishBreakpoint with exception thrown not caught
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-frame-args.exp ...
+PASS: gdb.python/py-frame-args.exp: python exec (open ('py-frame-args.py').read ())
+PASS: gdb.python/py-frame-args.exp: continue to breakpoint: break-here
+PASS: gdb.python/py-frame-args.exp: set print raw frame-arguments off
+PASS: gdb.python/py-frame-args.exp: set print frame-arguments none
+PASS: gdb.python/py-frame-args.exp: frame pretty,none
+PASS: gdb.python/py-frame-args.exp: set print frame-arguments scalars
+PASS: gdb.python/py-frame-args.exp: frame pretty,scalars
+PASS: gdb.python/py-frame-args.exp: set print frame-arguments all
+PASS: gdb.python/py-frame-args.exp: frame pretty,all
+PASS: gdb.python/py-frame-args.exp: set print raw frame-arguments on
+PASS: gdb.python/py-frame-args.exp: set print frame-arguments none
+PASS: gdb.python/py-frame-args.exp: frame raw,none
+PASS: gdb.python/py-frame-args.exp: set print frame-arguments scalars
+PASS: gdb.python/py-frame-args.exp: frame raw,scalars
+PASS: gdb.python/py-frame-args.exp: set print frame-arguments all
+PASS: gdb.python/py-frame-args.exp: frame raw,all
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-frame-inline.exp ...
PASS: gdb.python/py-frame-inline.exp: continue to breakpoint: Block break here.
PASS: gdb.python/py-frame-inline.exp: info frame
@@ -1160,6 +1179,8 @@ PASS: gdb.python/py-symtab.exp: Test sal.is_valid
PASS: gdb.python/py-symtab.exp: Test symtab.is_valid()
PASS: gdb.python/py-symtab.exp: Test sal destructor
PASS: gdb.python/py-symtab.exp: Test symtab destructor
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-sync-interp.exp ...
+PASS: gdb.python/py-sync-interp.exp: attach and where
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-template.exp ...
PASS: gdb.python/py-template.exp: print (foo)
PASS: gdb.python/py-template.exp: python foo = gdb.history(0)
@@ -1223,9 +1244,9 @@ PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec1
PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with one argument
PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec2
PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with two arguments
-PASS: gdb.python/py-type.exp: lang_c: test_fields: python print vec1 == vec2
+PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (vec1 == vec2)
PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec3
-PASS: gdb.python/py-type.exp: lang_c: test_fields: python print vec1 == vec3
+PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (vec1 == vec3)
PASS: gdb.python/py-type.exp: lang_c: test_enum: print value (e)
PASS: gdb.python/py-type.exp: lang_c: test_enum: get value (e) from history
PASS: gdb.python/py-type.exp: lang_c: test_enum: extract type fields from e
@@ -1282,9 +1303,9 @@ PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec1
PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with one argument
PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec2
PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with two arguments
-PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print vec1 == vec2
+PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (vec1 == vec2)
PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec3
-PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print vec1 == vec3
+PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (vec1 == vec3)
PASS: gdb.python/py-type.exp: lang_cpp: test_base_class: print value (d)
PASS: gdb.python/py-type.exp: lang_cpp: test_base_class: get value (d) from history
PASS: gdb.python/py-type.exp: lang_cpp: test_base_class: extract type fields from d
@@ -1683,6 +1704,6 @@ PASS: gdb.python/python.exp: Test find_pc_line with resume address
=== gdb Summary ===
-# of expected passes 1634
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+# of expected passes 1653
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum
index e28c845c..a2941944 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:35:12 2013
+Test Run By thomas on Sat Sep 7 13:57:10 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -2796,5 +2796,5 @@ PASS: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, fifth time
# of expected passes 2756
# of untested testcases 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum
index c1a76503..66155cbb 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:35:36 2013
+Test Run By thomas on Sat Sep 7 13:57:34 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -11,6 +11,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.server/ext-attach.exp ...
PASS: gdb.server/ext-attach.exp: disconnect
PASS: gdb.server/ext-attach.exp: set remote exec-file
PASS: gdb.server/ext-attach.exp: attach to remote program 1
+PASS: gdb.server/ext-attach.exp: check uploaded tsv
PASS: gdb.server/ext-attach.exp: backtrace 1
PASS: gdb.server/ext-attach.exp: detach
PASS: gdb.server/ext-attach.exp: backtrace with no program
@@ -88,6 +89,6 @@ PASS: gdb.server/solib-list.exp: non-stop 1: p libvar
=== gdb Summary ===
-# of expected passes 69
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+# of expected passes 70
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum
index ac1cf9ab..fde9e66c 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:35:41 2013
+Test Run By thomas on Sat Sep 7 13:57:39 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -234,5 +234,5 @@ XFAIL: gdb.stabs/weird.exp: p common0var2
# of expected passes 212
# of expected failures 7
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum
index 40d7c598..2a6760c8 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:35:43 2013
+Test Run By thomas on Sat Sep 7 13:57:41 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -612,6 +612,7 @@ PASS: gdb.threads/threadapply.exp: step to the thread_function
PASS: gdb.threads/threadapply.exp: go up in the stack frame
PASS: gdb.threads/threadapply.exp: run a simple print command on all threads
PASS: gdb.threads/threadapply.exp: go down and check selected frame
+PASS: gdb.threads/threadapply.exp: thread apply all detach
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/threxit-hop-specific.exp ...
PASS: gdb.threads/threxit-hop-specific.exp: successfully compiled posix threads test case
PASS: gdb.threads/threxit-hop-specific.exp: continue to thread start
@@ -903,8 +904,8 @@ PASS: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 80 out of 8
=== gdb Summary ===
-# of expected passes 838
+# of expected passes 839
# of expected failures 1
# of untested testcases 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum
index 93cb9e93..7f04ced0 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:37:14 2013
+Test Run By thomas on Sat Sep 7 13:59:24 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -113,6 +113,18 @@ PASS: gdb.trace/deltrace.exp: 3.5: delete tracepoint number zero
PASS: gdb.trace/deltrace.exp: 3.6: help delete tracepoints
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/disconnected-tracing.exp ...
UNSUPPORTED: gdb.trace/disconnected-tracing.exp: target does not support reconnect
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/entry-values.exp ...
+PASS: gdb.trace/entry-values.exp: disassemble foo
+PASS: gdb.trace/entry-values.exp: disassemble foo+9,+10
+PASS: gdb.trace/entry-values.exp: disassemble bar
+PASS: gdb.trace/entry-values.exp: disassemble bar+32,+10
+PASS: gdb.trace/entry-values.exp: continue to breakpoint: foo
+PASS: gdb.trace/entry-values.exp: set print entry-values both
+PASS: gdb.trace/entry-values.exp: bt (1)
+PASS: gdb.trace/entry-values.exp: set var global1=10
+PASS: gdb.trace/entry-values.exp: set var global2=11
+PASS: gdb.trace/entry-values.exp: bt (2)
+UNSUPPORTED: gdb.trace/entry-values.exp: target does not support trace
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/ftrace.exp ...
UNSUPPORTED: gdb.trace/ftrace.exp: target does not support trace
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/infotrace.exp ...
@@ -124,6 +136,8 @@ PASS: gdb.trace/infotrace.exp: 2.4: info trace rejects multiple tracepoint numbe
PASS: gdb.trace/infotrace.exp: 2.5: help info tracepoints
PASS: gdb.trace/infotrace.exp: collect on tracepoint 1
UNSUPPORTED: gdb.trace/infotrace.exp: Current target does not support trace
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/mi-trace-frame-collected.exp ...
+UNSUPPORTED: gdb.trace/mi-trace-frame-collected.exp: Current target does not support trace
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/mi-trace-unavailable.exp ...
UNSUPPORTED: gdb.trace/mi-trace-unavailable.exp: Current target does not support trace
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/mi-traceframe-changed.exp ...
@@ -176,6 +190,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/qtro.exp ...
PASS: gdb.trace/qtro.exp: probe for target remote
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/range-stepping.exp ...
UNSUPPORTED: gdb.trace/range-stepping.exp: target does not support trace
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/read-memory.exp ...
+UNSUPPORTED: gdb.trace/read-memory.exp: target does not support trace
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/report.exp ...
UNSUPPORTED: gdb.trace/report.exp: Current target does not support trace
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/save-trace.exp ...
@@ -325,8 +341,8 @@ UNSUPPORTED: gdb.trace/while-stepping.exp: target does not support trace
=== gdb Summary ===
-# of expected passes 241
+# of expected passes 251
# of untested testcases 2
-# of unsupported tests 30
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+# of unsupported tests 33
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum
index 404c6364..e959301f 100644
--- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum
+++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Jun 14 13:37:25 2013
+Test Run By thomas on Sat Sep 7 13:59:51 2013
Native configuration is i686-pc-linux-gnu
=== gdb tests ===
@@ -44,5 +44,5 @@ PASS: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml
# of expected passes 26
# of known failures 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130907-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory