From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15849 invoked by alias); 11 Aug 2004 02:16:08 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15790 invoked from network); 11 Aug 2004 02:15:56 -0000 Received: from unknown (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sourceware.org with SMTP; 11 Aug 2004 02:15:56 -0000 Received: from hiauly1.hia.nrc.ca (hiauly1.hia.nrc.ca [127.0.0.1] (may be forged)) by hiauly1.hia.nrc.ca (8.12.9-20030917/8.12.9) with ESMTP id i7B2Fk45004841; Tue, 10 Aug 2004 22:15:47 -0400 (EDT) Received: (from dave@localhost) by hiauly1.hia.nrc.ca (8.12.9-20030917/8.12.9/Submit) id i7B2FjRb004796; Tue, 10 Aug 2004 22:15:45 -0400 (EDT) Message-Id: <200408110215.i7B2FjRb004796@hiauly1.hia.nrc.ca> Subject: Re: ptrace(2) autoconf tests To: brobecker@gnat.com (Joel Brobecker) Date: Wed, 11 Aug 2004 02:16:00 -0000 From: "John David Anglin" Cc: marcel@xcllnt.net, mec.gnu@mindspring.com, kettenis@chello.nl, gdb@sources.redhat.com In-Reply-To: <20040810185213.GW1192@gnat.com> from "Joel Brobecker" at Aug 10, 2004 11:52:13 am MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00160.txt.bz2 > > > > Mark, perhaps you and Dave could work together to get the ptrace > > > > patch tested on an hpux 10.20 system? > > > > > > If all else fails: I have access to a 10.20 machine. I'm short on > > > time as it is but if you really like this tested and noone seems > > > to be available, let me know... > > > > I can do this. What's the URL for the patch? > > Here it is: http://sources.redhat.com/ml/gdb/2004-08/msg00142.html I did a build with todays cvs and the above patch. I had to kill make check because expect hung at this point: Running ../../../src/gdb/testsuite/gdb.base/watchpoint.exp ... FAIL: gdb.base/watchpoint.exp: calling function with watchpoint enabled /bin/sh: 29321 Killed The test FAILs up to that point are attached below. I suspect that the ptrace change is ok but I will redo the build without the change. Dave -- J. David Anglin dave.anglin@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602) FAIL: gdb.ada/null_record.exp: ptype on null record FAIL: gdb.asm/asm-source.exp: f at main FAIL: gdb.asm/asm-source.exp: next over macro FAIL: gdb.asm/asm-source.exp: step into foo2 FAIL: gdb.asm/asm-source.exp: info target (timeout) FAIL: gdb.asm/asm-source.exp: info symbol (timeout) FAIL: gdb.asm/asm-source.exp: list FAIL: gdb.asm/asm-source.exp: search FAIL: gdb.asm/asm-source.exp: f in foo2 FAIL: gdb.asm/asm-source.exp: n in foo2 FAIL: gdb.asm/asm-source.exp: bt ALL in foo2 FAIL: gdb.asm/asm-source.exp: bt 2 in foo2 FAIL: gdb.asm/asm-source.exp: s 2 FAIL: gdb.asm/asm-source.exp: n 2 FAIL: gdb.asm/asm-source.exp: bt 3 in foo3 FAIL: gdb.asm/asm-source.exp: info source asmsrc1.s FAIL: gdb.asm/asm-source.exp: finish from foo3 FAIL: gdb.asm/asm-source.exp: info source asmsrc2.s FAIL: gdb.asm/asm-source.exp: info sources (timeout) FAIL: gdb.asm/asm-source.exp: info line FAIL: gdb.asm/asm-source.exp: next over foo3 FAIL: gdb.asm/asm-source.exp: return from foo2 FAIL: gdb.asm/asm-source.exp: look at global variable FAIL: gdb.asm/asm-source.exp: x/i &globalvar (timeout) FAIL: gdb.asm/asm-source.exp: disassem &globalvar &globalvar+1 (timeout) FAIL: gdb.asm/asm-source.exp: look at static variable FAIL: gdb.asm/asm-source.exp: x/i &staticvar (timeout) FAIL: gdb.asm/asm-source.exp: disassem &staticvar &staticvar+1 (timeout) FAIL: gdb.asm/asm-source.exp: look at static function FAIL: gdb.base/all-bin.exp: continuing after dummy() FAIL: gdb.base/all-bin.exp: print value of v_int+v_char FAIL: gdb.base/all-bin.exp: print value of v_int+v_short FAIL: gdb.base/all-bin.exp: print value of v_int+v_signed_char FAIL: gdb.base/all-bin.exp: print value of v_int+v_unsigned_char FAIL: gdb.base/all-bin.exp: print value of v_int+v_signed_short FAIL: gdb.base/all-bin.exp: print value of v_int+v_unsigned_short FAIL: gdb.base/all-bin.exp: print value of v_int+v_signed_int FAIL: gdb.base/all-bin.exp: print value of v_int+v_unsigned_int FAIL: gdb.base/all-bin.exp: print value of v_int+v_long FAIL: gdb.base/all-bin.exp: print value of v_int+v_signed_long FAIL: gdb.base/all-bin.exp: print value of v_int+v_unsigned_long FAIL: gdb.base/all-bin.exp: print value of v_int+v_float FAIL: gdb.base/all-bin.exp: print value of v_int+v_double FAIL: gdb.base/all-bin.exp: print value of v_int<=v_short FAIL: gdb.base/all-bin.exp: print value of v_int<=v_signed_short FAIL: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_short FAIL: gdb.base/all-bin.exp: print value of v_int&&v_short FAIL: gdb.base/all-bin.exp: print value of v_int&&v_signed_char FAIL: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_char FAIL: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_short FAIL: gdb.base/all-bin.exp: print value of v_int&&v_signed_int FAIL: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_int FAIL: gdb.base/all-bin.exp: print value of v_int&&v_long FAIL: gdb.base/all-bin.exp: print value of v_int&&v_signed_long FAIL: gdb.base/all-bin.exp: print value of v_int&&v_float FAIL: gdb.base/annota1.exp: breakpoint info FAIL: gdb.base/annota1.exp: run until main breakpoint FAIL: gdb.base/annota1.exp: print array FAIL: gdb.base/annota1.exp: send SIGUSR1 FAIL: gdb.base/annota1.exp: break at 28 FAIL: gdb.base/annota3.exp: breakpoint info (pattern 3 + sentinel) FAIL: gdb.base/annota3.exp: run until main breakpoint (pattern 8) FAIL: gdb.base/annota3.exp: print array (pattern 2 + sentinel) FAIL: gdb.base/annota3.exp: send SIGUSR1 (pattern 6) FAIL: gdb.base/annota3.exp: backtrace @ signal handler (pattern 1) FAIL: gdb.base/annota3.exp: break at 28 (pattern 3 + sentinel) FAIL: gdb.base/annota3.exp: annotate ignore count change (pattern 6) FAIL: gdb.base/annota3.exp: next to exit loop (pattern 5) FAIL: gdb.base/annota3.exp: breakpoint ignore count (pattern 5) FAIL: gdb.base/assign.exp: continuing after dummy() FAIL: gdb.base/assign.exp: v_int+=v_char FAIL: gdb.base/assign.exp: v_int+=v_signed_char FAIL: gdb.base/assign.exp: v_int+=v_unsigned_char FAIL: gdb.base/assign.exp: v_int+=v_short FAIL: gdb.base/assign.exp: v_int+=v_signed_short FAIL: gdb.base/assign.exp: v_int+=v_unsigned_short FAIL: gdb.base/assign.exp: v_int+=v_signed_int FAIL: gdb.base/assign.exp: v_int+=v_unsigned_int FAIL: gdb.base/assign.exp: v_int+=v_long FAIL: gdb.base/assign.exp: v_int+=v_signed_long FAIL: gdb.base/assign.exp: v_int+=v_unsigned_long FAIL: gdb.base/assign.exp: v_int+=v_float FAIL: gdb.base/assign.exp: v_int+=v_signed_long FAIL: gdb.base/break.exp: breakpoint info FAIL: gdb.base/break.exp: run until function breakpoint FAIL: gdb.base/break.exp: Temporary breakpoint info FAIL: gdb.base/break.exp: set catch vfork, never expected to trigger FAIL: gdb.base/break.exp: hit breakpoint on called function FAIL: gdb.base/break.exp: backtrace while in called function FAIL: gdb.base/break.exp: finish from called function FAIL: gdb.base/break.exp: run until function breakpoint, optimized file FAIL: gdb.base/call-ar-st.exp: print print_double_array(double_array) (pattern 1) FAIL: gdb.base/call-ar-st.exp: print print_char_array(char_array) (pattern 1) FAIL: gdb.base/call-ar-st.exp: print print_double_array(array_d) (pattern 1) FAIL: gdb.base/call-ar-st.exp: print sum_array_print(10, *list1, *list2, *list3, *list4) FAIL: gdb.base/call-ar-st.exp: next to 1237 FAIL: gdb.base/call-ar-st.exp: continue to 1241 FAIL: gdb.base/call-ar-st.exp: check args of sum_array_print (the program is no longer running) FAIL: gdb.base/call-ar-st.exp: continue to 1281 FAIL: gdb.base/call-ar-st.exp: print print_small_structs (pattern 1) FAIL: gdb.base/call-ar-st.exp: print compute_with_small_structs(20) FAIL: gdb.base/call-ar-st.exp: print print_ten_doubles (pattern 1) FAIL: gdb.base/call-ar-st.exp: continue to 1286 (the program is no longer running) FAIL: gdb.base/call-ar-st.exp: step into print_long_arg_list FAIL: gdb.base/call-ar-st.exp: print print_small_structs from print_long_arg_list (pattern 1) FAIL: gdb.base/call-ar-st.exp: continue to 1300 (the program is no longer running) FAIL: gdb.base/call-ar-st.exp: step into init_bit_flags_combo FAIL: gdb.base/call-ar-st.exp: print print_bit_flags_combo from init_bit_flags_combo FAIL: gdb.base/call-ar-st.exp: continue to 1305 (the program is no longer running) FAIL: gdb.base/call-ar-st.exp: print print_long_arg_list (pattern 1) FAIL: gdb.base/call-ar-st.exp: continue to 1311 (the program is no longer running) FAIL: gdb.base/call-ar-st.exp: print sum_struct_print(10, *struct1, *struct2, *struct3, *struct4) FAIL: gdb.base/call-ar-st.exp: print print_struct_rep(*struct1, *struct2, *struct3) (pattern 1) FAIL: gdb.base/call-ar-st.exp: print print_one_large_struct(*list1) FAIL: gdb.base/call-rt-st.exp: print print_struct_rep(*struct1) FAIL: gdb.base/call-rt-st.exp: print print_one_large_struct(*list1) FAIL: gdb.base/call-rt-st.exp: print print_one_double(*d1) FAIL: gdb.base/call-rt-st.exp: print print_two_floats(*f3) FAIL: gdb.base/call-rt-st.exp: print print_bit_flags_char(*flags) FAIL: gdb.base/call-rt-st.exp: print print_bit_flags_short(*flags) FAIL: gdb.base/call-rt-st.exp: print print_bit_flags(*flags) FAIL: gdb.base/call-rt-st.exp: print print_bit_flags_combo(*flags_combo) FAIL: gdb.base/call-rt-st.exp: print print_three_chars(*three_char) FAIL: gdb.base/call-rt-st.exp: print print_five_chars(*five_char) FAIL: gdb.base/call-rt-st.exp: print print_int_char_combo(*int_char_combo) FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-tc FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tc FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-ts FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-ts FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-ti FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-ti FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-tl FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tl FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-tll FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tll FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-tf FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tf FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-tf FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-td FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-td FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-td FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-tld FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tld FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-tld FAIL: gdb.base/call-sc.exp: return foo; return call-sc-tld FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-tld FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tld FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-tld FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-tld FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-tld FAIL: gdb.base/call-sc.exp: p/c fun(); call call-sc-te FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-te FAIL: gdb.base/call-strs.exp: step after assignment to s FAIL: gdb.base/call-strs.exp: next over strcpy FAIL: gdb.base/call-strs.exp: print buf FAIL: gdb.base/call-strs.exp: print s FAIL: gdb.base/call-strs.exp: print str_func1(s) FAIL: gdb.base/call-strs.exp: print str_func1("test string") FAIL: gdb.base/call-strs.exp: call str_func1(s) FAIL: gdb.base/call-strs.exp: call str_func1("test string") FAIL: gdb.base/call-strs.exp: print str_func1(buf) FAIL: gdb.base/call-strs.exp: call str_func1(buf) FAIL: gdb.base/call-strs.exp: print str_func("a","b","c","d","e","f","g") FAIL: gdb.base/call-strs.exp: call str_func("a","b","c","d","e","f","g") FAIL: gdb.base/call-strs.exp: print str_func(s,s,s,s,s,s,s) FAIL: gdb.base/call-strs.exp: call str_func(s,s,s,s,s,s,s) FAIL: gdb.base/callfuncs.exp: next to t_double_values FAIL: gdb.base/callfuncs.exp: next to t_structs_c FAIL: gdb.base/callfuncs.exp: p t_char_values(0,0) FAIL: gdb.base/callfuncs.exp: p t_char_values('a','b') FAIL: gdb.base/callfuncs.exp: p t_char_values(char_val1,char_val2) FAIL: gdb.base/callfuncs.exp: p t_char_values('a',char_val2) FAIL: gdb.base/callfuncs.exp: p t_char_values(char_val1,'b') FAIL: gdb.base/callfuncs.exp: p t_short_values(0,0) FAIL: gdb.base/callfuncs.exp: p t_short_values(10,-23) FAIL: gdb.base/callfuncs.exp: p t_short_values(short_val1,short_val2) FAIL: gdb.base/callfuncs.exp: p t_short_values(10,short_val2) FAIL: gdb.base/callfuncs.exp: p t_short_values(short_val1,-23) FAIL: gdb.base/callfuncs.exp: p t_int_values(0,0) FAIL: gdb.base/callfuncs.exp: p t_int_values(87,-26) FAIL: gdb.base/callfuncs.exp: p t_int_values(int_val1,int_val2) FAIL: gdb.base/callfuncs.exp: p t_int_values(87,int_val2) FAIL: gdb.base/callfuncs.exp: p t_int_values(int_val1,-26) FAIL: gdb.base/callfuncs.exp: p t_long_values(0,0) FAIL: gdb.base/callfuncs.exp: p t_long_values(789,-321) FAIL: gdb.base/callfuncs.exp: p t_long_values(long_val1,long_val2) FAIL: gdb.base/callfuncs.exp: p t_long_values(789,long_val2) FAIL: gdb.base/callfuncs.exp: p t_long_values(long_val1,-321) FAIL: gdb.base/callfuncs.exp: p t_float_values(0.0,0.0) FAIL: gdb.base/callfuncs.exp: p t_float_values(3.14159,-2.3765) FAIL: gdb.base/callfuncs.exp: p t_float_values(float_val1,float_val2) FAIL: gdb.base/callfuncs.exp: p t_float_values(3.14159,float_val2) FAIL: gdb.base/callfuncs.exp: p t_float_values(float_val1,-2.3765) FAIL: gdb.base/callfuncs.exp: p t_float_values2(0.0,0.0) FAIL: gdb.base/callfuncs.exp: p t_float_values2(3.14159,float_val2) FAIL: gdb.base/callfuncs.exp: p t_small_values(1,2,3,4,5,6,7,8,9,10) FAIL: gdb.base/callfuncs.exp: p t_double_values(0.0,0.0) FAIL: gdb.base/callfuncs.exp: p t_double_values(45.654,-67.66) FAIL: gdb.base/callfuncs.exp: p t_double_values(double_val1,double_val2) FAIL: gdb.base/callfuncs.exp: p t_double_values(45.654,double_val2) FAIL: gdb.base/callfuncs.exp: p t_double_values(double_val1,-67.66) FAIL: gdb.base/callfuncs.exp: p t_string_values(string_val2,string_val1) FAIL: gdb.base/callfuncs.exp: p t_string_values(string_val1,string_val2) FAIL: gdb.base/callfuncs.exp: p t_string_values("string 1","string 2") FAIL: gdb.base/callfuncs.exp: p t_string_values("string 1",string_val2) FAIL: gdb.base/callfuncs.exp: p t_string_values(string_val1,"string 2") FAIL: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val2,char_array_val1) FAIL: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,char_array_val2) FAIL: gdb.base/callfuncs.exp: p t_char_array_values("carray 1","carray 2") FAIL: gdb.base/callfuncs.exp: p t_char_array_values("carray 1",char_array_val2) FAIL: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,"carray 2") FAIL: gdb.base/callfuncs.exp: p doubleit(4) FAIL: gdb.base/callfuncs.exp: p add(4,5) FAIL: gdb.base/callfuncs.exp: p t_func_values(func_val2,func_val1) FAIL: gdb.base/callfuncs.exp: p t_func_values(func_val1,func_val2) FAIL: gdb.base/callfuncs.exp: p t_call_add(func_val1,3,4) FAIL: gdb.base/callfuncs.exp: p t_enum_value1(enumval1) FAIL: gdb.base/callfuncs.exp: p t_enum_value1(enum_val1) FAIL: gdb.base/callfuncs.exp: p t_enum_value1(enum_val2) FAIL: gdb.base/callfuncs.exp: p t_enum_value2(enumval2) FAIL: gdb.base/callfuncs.exp: p t_enum_value2(enum_val2) FAIL: gdb.base/callfuncs.exp: p t_enum_value2(enum_val1) FAIL: gdb.base/callfuncs.exp: p sum_args(1,{2}) FAIL: gdb.base/callfuncs.exp: p sum_args(2,{2,3}) FAIL: gdb.base/callfuncs.exp: p sum_args(3,{2,3,4}) FAIL: gdb.base/callfuncs.exp: p sum_args(4,{2,3,4,5}) FAIL: gdb.base/callfuncs.exp: p sum10 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10) FAIL: gdb.base/callfuncs.exp: p cmp10 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns char FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns short FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns int FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns long FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns float FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns double FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns char * FAIL: gdb.base/callfuncs.exp: stop at breakpoint in call dummy function FAIL: gdb.base/callfuncs.exp: bt after continuing from call dummy breakpoint FAIL: gdb.base/callfuncs.exp: call function causing a breakpoint then do a finish FAIL: gdb.base/callfuncs.exp: finish from call dummy breakpoint returns correct value FAIL: gdb.base/callfuncs.exp: bt after finishing from call dummy breakpoint FAIL: gdb.base/callfuncs.exp: call function causing a breakpoint and then do a return FAIL: gdb.base/callfuncs.exp: back at main after return from call dummy breakpoint FAIL: gdb.base/callfuncs.exp: stop at nested call level 1 FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 1 FAIL: gdb.base/callfuncs.exp: stop at nested call level 2 FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 2 FAIL: gdb.base/callfuncs.exp: stop at nested call level 3 FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 3 FAIL: gdb.base/callfuncs.exp: stop at nested call level 4 FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 4 FAIL: gdb.base/callfuncs.exp: Finish from nested call level 4 FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 4 FAIL: gdb.base/callfuncs.exp: Finish from nested call level 3 FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 3 FAIL: gdb.base/callfuncs.exp: Finish from nested call level 2 FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 2 FAIL: gdb.base/callfuncs.exp: Finish from nested call level 1 FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 1 FAIL: gdb.base/callfuncs.exp: nested call dummies preserve register contents FAIL: gdb.base/charset.exp: try printing '\a' in IBM1047 FAIL: gdb.base/charset.exp: check value of '\a' in IBM1047 FAIL: gdb.base/charset.exp: try printing '\b' in IBM1047 FAIL: gdb.base/charset.exp: check value of '\b' in IBM1047 FAIL: gdb.base/charset.exp: check value of "\b" in IBM1047 FAIL: gdb.base/charset.exp: try printing '\f' in IBM1047 FAIL: gdb.base/charset.exp: check value of '\f' in IBM1047 FAIL: gdb.base/charset.exp: check value of "\f" in IBM1047 FAIL: gdb.base/charset.exp: try printing '\n' in IBM1047 FAIL: gdb.base/charset.exp: check value of '\n' in IBM1047 FAIL: gdb.base/charset.exp: check value of "\n" in IBM1047 FAIL: gdb.base/charset.exp: try printing '\r' in IBM1047 FAIL: gdb.base/charset.exp: check value of '\r' in IBM1047 FAIL: gdb.base/charset.exp: check value of "\r" in IBM1047 FAIL: gdb.base/charset.exp: try printing '\t' in IBM1047 FAIL: gdb.base/charset.exp: check value of '\t' in IBM1047 FAIL: gdb.base/charset.exp: check value of "\t" in IBM1047 FAIL: gdb.base/charset.exp: try printing '\v' in IBM1047 FAIL: gdb.base/charset.exp: check value of '\v' in IBM1047 FAIL: gdb.base/charset.exp: check value of "\v" in IBM1047 FAIL: gdb.base/commands.exp: continue with watch FAIL: gdb.base/completion.exp: (timeout) complete (2) 'p 'a' FAIL: gdb.base/completion.exp: (timeout) complete 'p no_var_named_this-a' FAIL: gdb.base/completion.exp: (timeout) complete (2) 'p no_var_named_this-a' FAIL: gdb.base/completion.exp: (timeout) complete (2) 'p no_var_named_this-' FAIL: gdb.base/completion.exp: cd to ${srcdir} FAIL: gdb.base/completion.exp: complete-command 'file ./gdb.base/compl' FAIL: gdb.base/completion.exp: (timeout) complete 'file ./gdb.base/complet' FAIL: gdb.base/completion.exp: (timeout) complete 'info func marke' FAIL: gdb.base/completion.exp: (timeout) complete 'set follow-fork-mode' FAIL: gdb.base/condbreak.exp: breakpoint info FAIL: gdb.base/corefile.exp: args: -core=corefile FAIL: gdb.base/corefile.exp: args: execfile -core=corefile FAIL: gdb.base/corefile.exp: core-file command FAIL: gdb.base/corefile.exp: print func2::coremaker_local FAIL: gdb.base/corefile.exp: backtrace in corefile.exp FAIL: gdb.base/corefile.exp: up in corefile.exp FAIL: gdb.base/corefile.exp: up in corefile.exp (reinit) FAIL: gdb.base/dbx.exp: stop in main FAIL: gdb.base/dbx.exp: status FAIL: gdb.base/define.exp: use user command: nextwhere FAIL: gdb.base/define.exp: use hook-stop command FAIL: gdb.base/dump.exp: element 2 not changed - 1 FAIL: gdb.base/dump.exp: element 4 not changed - 1 FAIL: gdb.base/dump.exp: element 2 not changed - 2 FAIL: gdb.base/dump.exp: element 4 not changed - 2 FAIL: gdb.base/dump.exp: element 2 not changed - 3 FAIL: gdb.base/dump.exp: element 4 not changed - 3 FAIL: gdb.base/dump.exp: element 2 not changed - 4 FAIL: gdb.base/dump.exp: element 4 not changed - 4 FAIL: gdb.base/dump.exp: element 2 not changed, == 4 FAIL: gdb.base/dump.exp: element 4 not changed, == 4 FAIL: gdb.base/foll-exec.exp: step to exec call FAIL: gdb.base/foll-exec.exp: step through execlp call FAIL: gdb.base/foll-exec.exp: step after execlp call FAIL: gdb.base/foll-exec.exp: print execd-program/global_i (after execlp) FAIL: gdb.base/foll-exec.exp: print execd-program/local_j (after execlp) FAIL: gdb.base/foll-exec.exp: loading symbols (timeout) FAIL: gdb.base/foll-fork.exp: default parent follow, no catchpoints FAIL: gdb.base/foll-fork.exp: explicit parent follow, no catchpoints FAIL: gdb.base/foll-fork.exp: explicit child follow, no catchpoints FAIL: gdb.base/foll-fork.exp: set follow child, hit tbreak FAIL: gdb.base/foll-fork.exp: running to main in runto (timeout) FAIL: gdb.base/gdb1555.exp: Step into shared lib function FAIL: gdb.base/gdb1555.exp: Next while in a shared lib function FAIL: gdb.base/help.exp: help breakpoints FAIL: gdb.base/huge.exp: print a very large data object (timeout) FAIL: gdb.base/interrupt.exp: call function after waking it FAIL: gdb.base/interrupt.exp: call function a second time FAIL: gdb.base/interrupt.exp: send end of file FAIL: gdb.base/langs.exp: break on nonexistent function in langs.exp FAIL: gdb.base/long_long.exp: p/f *(long long *)ll FAIL: gdb.base/long_long.exp: x/2gf g FAIL: gdb.base/maint.exp: maint print psymbols FAIL: gdb.base/maint.exp: maint print msymbols FAIL: gdb.base/maint.exp: maint print symbols FAIL: gdb.base/maint.exp: maint info sections .text FAIL: gdb.base/maint.exp: maint info sections CODE FAIL: gdb.base/maint.exp: maint info sections DATA FAIL: gdb.base/maint.exp: maint info breakpoints FAIL: gdb.base/nodebug.exp: (timeout) p/c array_index FAIL: gdb.base/pending.exp: set pending breakpoint FAIL: gdb.base/pending.exp: single pending breakpoint info FAIL: gdb.base/pending.exp: breakpoint function FAIL: gdb.base/pending.exp: pending plus real breakpoint info FAIL: gdb.base/pending.exp: Don't set pending breakpoint FAIL: gdb.base/pending.exp: pending plus condition FAIL: gdb.base/pending.exp: pending disabled FAIL: gdb.base/pending.exp: pending disabled plus commands FAIL: gdb.base/pending.exp: Set pending breakpoint 2 FAIL: gdb.base/pending.exp: multiple pending breakpoints FAIL: gdb.base/pending.exp: Set pending breakpoint 3 FAIL: gdb.base/pending.exp: multiple pending breakpoints 2 FAIL: gdb.base/pending.exp: running to main FAIL: gdb.base/pending.exp: re-enabling pending breakpoint that can resolve instantly FAIL: gdb.base/pending.exp: continue to resolved breakpoint 2 (the program is no longer running) FAIL: gdb.base/pending.exp: continue to resolved breakpoint 1 (the program is no longer running) FAIL: gdb.base/pending.exp: continue to resolved breakpoint 3 (the program is no longer running) FAIL: gdb.base/pending.exp: set imaginary pending breakpoint FAIL: gdb.base/pending.exp: verify pending breakpoint after restart FAIL: gdb.base/pointers.exp: continuing after dummy() FAIL: gdb.base/pointers.exp: print object pointed to FAIL: gdb.base/pointers.exp: print object pointed to FAIL: gdb.base/pointers.exp: pointer assignment and increment FAIL: gdb.base/pointers.exp: pointer decrement and assignment FAIL: gdb.base/pointers.exp: print array element through pointer FAIL: gdb.base/pointers.exp: print array element through pointer FAIL: gdb.base/pointers.exp: print through ptr to ptr FAIL: gdb.base/printcmds.exp: p ctable1[27] FAIL: gdb.base/printcmds.exp: p &ctable1[3*8] FAIL: gdb.base/printcmds.exp: p "a string" FAIL: gdb.base/printcmds.exp: p "embedded \000 null" FAIL: gdb.base/printcmds.exp: p "abcd"[2] FAIL: gdb.base/printcmds.exp: p sizeof ("abcdef") FAIL: gdb.base/printcmds.exp: ptype "foo" FAIL: gdb.base/printcmds.exp: p *"foo" FAIL: gdb.base/printcmds.exp: ptype *"foo" FAIL: gdb.base/printcmds.exp: p &*"foo" FAIL: gdb.base/printcmds.exp: p (char *)"foo" FAIL: gdb.base/printcmds.exp: print {'a','b','c'} FAIL: gdb.base/printcmds.exp: print {0,1,2} FAIL: gdb.base/printcmds.exp: print {(long)0,(long)1,(long)2} FAIL: gdb.base/printcmds.exp: print {{0,1,2},{3,4,5}} FAIL: gdb.base/printcmds.exp: print {4,5,6}[2] FAIL: gdb.base/printcmds.exp: print *&{4,5,6}[1] FAIL: gdb.base/ptype.exp: ptype "abc" FAIL: gdb.base/ptype.exp: ptype {'a','b','c'} FAIL: gdb.base/ptype.exp: ptype {0,1,2} FAIL: gdb.base/ptype.exp: ptype {(long)0,(long)1,(long)2} FAIL: gdb.base/ptype.exp: ptype {(float)0,(float)1,(float)2} FAIL: gdb.base/ptype.exp: ptype {{0,1,2},{3,4,5}} FAIL: gdb.base/ptype.exp: ptype {4,5,6}[2] FAIL: gdb.base/ptype.exp: ptype *&{4,5,6}[1] FAIL: gdb.base/recurse.exp: continue to recurse (a = 9) FAIL: gdb.base/recurse.exp: continue to recurse (a = 8) FAIL: gdb.base/recurse.exp: continue to recurse (a = 7) FAIL: gdb.base/recurse.exp: continue to recurse (a = 6) FAIL: gdb.base/recurse.exp: continue to recurse (a = 5) FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time FAIL: gdb.base/recurse.exp: continue to recurse (a = 4) FAIL: gdb.base/recurse.exp: continue to recurse (a = 3) FAIL: gdb.base/recurse.exp: continue to recurse (a = 2) FAIL: gdb.base/recurse.exp: continue to recurse (a = 1) FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time FAIL: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, second time FAIL: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope (the program is no longer running) FAIL: gdb.base/relocate.exp: static variables have different addresses FAIL: gdb.base/relocate.exp: functions have different addresses FAIL: gdb.base/relocate.exp: add-symbol-file relocate.o $offset FAIL: gdb.base/relocate.exp: function foo has a different address FAIL: gdb.base/scope.exp: next over init0() in main FAIL: gdb.base/scope.exp: print filelocal_bss FAIL: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_main FAIL: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss FAIL: gdb.base/scope.exp: print localval, outer scope FAIL: gdb.base/shlib-call.exp: next to shr1 FAIL: gdb.base/shlib-call.exp: print g FAIL: gdb.base/shlib-call.exp: next over shr1 FAIL: gdb.base/shlib-call.exp: print g FAIL: gdb.base/shlib-call.exp: print shr1(1) FAIL: gdb.base/shlib-call.exp: print shr1(g) FAIL: gdb.base/shlib-call.exp: print shr1(1) 2nd time FAIL: gdb.base/shlib-call.exp: print mainshr1(1) from main FAIL: gdb.base/sigall.exp: get signal ALRM FAIL: gdb.base/sigall.exp: get signal URG FAIL: gdb.base/sigall.exp: get signal CHLD FAIL: gdb.base/sigall.exp: get signal IO FAIL: gdb.base/sigall.exp: get signal VTALRM FAIL: gdb.base/sigall.exp: get signal PROF FAIL: gdb.base/sigall.exp: get signal WINCH FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler FAIL: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault FAIL: gdb.base/sigbpt.exp: cont; stepi fault FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault FAIL: gdb.base/siginfo.exp: step out of handler FAIL: gdb.base/signals.exp: next over signal call; SIGALRM handler FAIL: gdb.base/signals.exp: next over signal call; SIGUSR1 handler FAIL: gdb.base/signals.exp: next over 1st alarm FAIL: gdb.base/signals.exp: next over first count and SIGALRM to 2nd alarm FAIL: gdb.base/signals.exp: next over 2nd alarm FAIL: gdb.base/signals.exp: extra continue to program exit (the program exited) FAIL: gdb.base/signals.exp: next to signal FAIL: gdb.base/signals.exp: next to alarm #1 FAIL: gdb.base/signals.exp: next to ++count #1 FAIL: gdb.base/signals.exp: p func1 () #1 FAIL: gdb.base/signals.exp: p count #1 FAIL: gdb.base/signals.exp: next to alarm #2 (the program exited) FAIL: gdb.base/signals.exp: next to ++count #2 (the program is no longer running) FAIL: gdb.base/signals.exp: p func1 () #2 FAIL: gdb.base/signals.exp: backtrace from handler when calling func1 FAIL: gdb.base/signals.exp: continue (the program is no longer running) FAIL: gdb.base/signals.exp: p count #2 FAIL: gdb.base/signals.exp: signal without arguments disallowed (the program is no longer running) FAIL: gdb.base/signals.exp: sent signal 5 (the program is no longer running) FAIL: gdb.base/signull.exp: code; backtrace from SIGSEGV FAIL: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV FAIL: gdb.base/sigstep.exp: step out of handler FAIL: gdb.base/sigstep.exp: stepi into signal trampoline FAIL: gdb.base/sigstep.exp: stepi out of signal trampoline FAIL: gdb.base/sigstep.exp: next out of handler FAIL: gdb.base/sigstep.exp: nexti into signal trampoline FAIL: gdb.base/sigstep.exp: nexti out of signal trampoline FAIL: gdb.base/sigstep.exp: finish out of signal trampoline FAIL: gdb.base/sigstep.exp: return out of signal trampoline FAIL: gdb.base/sizeof.exp: check sizeof "char" FAIL: gdb.base/sizeof.exp: check sizeof "short" FAIL: gdb.base/sizeof.exp: check sizeof "int" FAIL: gdb.base/sizeof.exp: check sizeof "long" FAIL: gdb.base/sizeof.exp: check sizeof "long long" FAIL: gdb.base/sizeof.exp: check sizeof "void *" FAIL: gdb.base/sizeof.exp: check sizeof "void (*)(void)" FAIL: gdb.base/sizeof.exp: check sizeof "float" FAIL: gdb.base/sizeof.exp: check sizeof "double" FAIL: gdb.base/sizeof.exp: check sizeof "long double" FAIL: gdb.base/sizeof.exp: check valueof "'\\377'" FAIL: gdb.base/sizeof.exp: check valueof "(int) (char) -1" FAIL: gdb.base/sizeof.exp: check valueof "(int) (signed char) -1" FAIL: gdb.base/sizeof.exp: check valueof "(int) (unsigned char) -1" FAIL: gdb.base/so-impl-ld.exp: step over solib call FAIL: gdb.base/so-impl-ld.exp: step into solib call FAIL: gdb.base/so-impl-ld.exp: step out of solib call FAIL: gdb.base/solib.exp: caught generic solib load FAIL: gdb.base/solib.exp: continue after generic catch load FAIL: gdb.base/solib.exp: caught generic solib unload FAIL: gdb.base/solib.exp: caught specific solib load FAIL: gdb.base/solib.exp: caught specific solib unload FAIL: gdb.base/solib.exp: specific catch load doesn't trigger inappropriately FAIL: gdb.base/solib.exp: specific catch unload doesn't trigger inappropriately FAIL: gdb.base/solib.exp: break on main FAIL: gdb.base/solib.exp: hit breakpoint at main FAIL: gdb.base/solib.exp: break on indirect call FAIL: gdb.base/solib.exp: continue to break on indirect call (the program is no longer running) FAIL: gdb.base/solib.exp: step into indirect call from a shared library (the program is no longer running) FAIL: gdb.base/step-test.exp: next 1 FAIL: gdb.base/step-test.exp: step 1 FAIL: gdb.base/step-test.exp: next 2 FAIL: gdb.base/step-test.exp: step 3 FAIL: gdb.base/step-test.exp: next 3 FAIL: gdb.base/step-test.exp: next over FAIL: gdb.base/step-test.exp: step out FAIL: gdb.base/step-test.exp: stepi to next line FAIL: gdb.base/step-test.exp: stepi: finish call FAIL: gdb.base/step-test.exp: nexti over function FAIL: gdb.base/store.exp: var charest l; print incremented l, expecting 2 ..002. FAIL: gdb.base/store.exp: var short l; print incremented l, expecting 2 FAIL: gdb.base/structs.exp: p/c fun(); call 1 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 1 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 3 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 4 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 5 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 5 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 6 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 6 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 7 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 7 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 8 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 8 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 9 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 9 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 10 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 10 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 11 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 11 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 12 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 12 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 13 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 13 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 14 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 14 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 15 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 15 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 16 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 16 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 17 structs-tc FAIL: gdb.base/structs.exp: p/c L; call 17 structs-tc FAIL: gdb.base/structs.exp: p/c fun(); call 1 structs-ts FAIL: gdb.base/structs.exp: p/c L; call 1 structs-ts FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-ts FAIL: gdb.base/structs.exp: p/c L; call 2 structs-ts FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-ts FAIL: gdb.base/structs.exp: p/c L; call 3 structs-ts FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-ts FAIL: gdb.base/structs.exp: p/c L; call 4 structs-ts FAIL: gdb.base/structs.exp: p/c fun(); call 5 structs-ts FAIL: gdb.base/structs.exp: p/c L; call 5 structs-ts FAIL: gdb.base/structs.exp: p/c fun(); call 1 structs-ti FAIL: gdb.base/structs.exp: p/c L; call 1 structs-ti FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-ti FAIL: gdb.base/structs.exp: p/c L; call 2 structs-ti FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-ti FAIL: gdb.base/structs.exp: p/c L; call 3 structs-ti FAIL: gdb.base/structs.exp: p/c fun(); call 1 structs-tl FAIL: gdb.base/structs.exp: p/c L; call 1 structs-tl FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tl FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tl FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-tl FAIL: gdb.base/structs.exp: p/c L; call 3 structs-tl FAIL: gdb.base/structs.exp: p/c fun(); call 1 structs-tll FAIL: gdb.base/structs.exp: p/c L; call 1 structs-tll FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tll FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tll FAIL: gdb.base/structs.exp: p/c fun(); call 1 structs-tf FAIL: gdb.base/structs.exp: p/c L; call 1 structs-tf FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tf FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tf FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-tf FAIL: gdb.base/structs.exp: p/c L; call 3 structs-tf FAIL: gdb.base/structs.exp: p/c fun(); call 1 structs-td FAIL: gdb.base/structs.exp: p/c L; call 1 structs-td FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-td FAIL: gdb.base/structs.exp: p/c L; call 2 structs-td FAIL: gdb.base/structs.exp: p/c fun(); call 1 structs-tld FAIL: gdb.base/structs.exp: p/c L; call 1 structs-tld FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tld FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tld FAIL: gdb.base/structs.exp: zed L for return; return 1 structs-tld FAIL: gdb.base/structs.exp: zed L for finish; return 1 structs-tld FAIL: gdb.base/structs.exp: value foo finished; return 1 structs-tld FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-ts-tc FAIL: gdb.base/structs.exp: p/c L; call 2 structs-ts-tc FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-ts-tc FAIL: gdb.base/structs.exp: p/c L; call 3 structs-ts-tc FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-ts-tc FAIL: gdb.base/structs.exp: p/c L; call 4 structs-ts-tc FAIL: gdb.base/structs.exp: p/c fun(); call 5 structs-ts-tc FAIL: gdb.base/structs.exp: p/c L; call 5 structs-ts-tc FAIL: gdb.base/structs.exp: p/c fun(); call 6 structs-ts-tc FAIL: gdb.base/structs.exp: p/c L; call 6 structs-ts-tc FAIL: gdb.base/structs.exp: p/c fun(); call 7 structs-ts-tc FAIL: gdb.base/structs.exp: p/c L; call 7 structs-ts-tc FAIL: gdb.base/structs.exp: p/c fun(); call 8 structs-ts-tc FAIL: gdb.base/structs.exp: p/c L; call 8 structs-ts-tc FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-ti-tc FAIL: gdb.base/structs.exp: p/c L; call 2 structs-ti-tc FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-ti-tc FAIL: gdb.base/structs.exp: p/c L; call 3 structs-ti-tc FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-ti-tc FAIL: gdb.base/structs.exp: p/c L; call 4 structs-ti-tc FAIL: gdb.base/structs.exp: p/c fun(); call 5 structs-ti-tc FAIL: gdb.base/structs.exp: p/c L; call 5 structs-ti-tc FAIL: gdb.base/structs.exp: p/c fun(); call 6 structs-ti-tc FAIL: gdb.base/structs.exp: p/c L; call 6 structs-ti-tc FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tl-tc FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tl-tc FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-tl-tc FAIL: gdb.base/structs.exp: p/c L; call 3 structs-tl-tc FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-tl-tc FAIL: gdb.base/structs.exp: p/c L; call 4 structs-tl-tc FAIL: gdb.base/structs.exp: p/c fun(); call 5 structs-tl-tc FAIL: gdb.base/structs.exp: p/c L; call 5 structs-tl-tc FAIL: gdb.base/structs.exp: p/c fun(); call 6 structs-tl-tc FAIL: gdb.base/structs.exp: p/c L; call 6 structs-tl-tc FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tll-tc FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tll-tc FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tf-tc FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tf-tc FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-tf-tc FAIL: gdb.base/structs.exp: p/c L; call 3 structs-tf-tc FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-tf-tc FAIL: gdb.base/structs.exp: p/c L; call 4 structs-tf-tc FAIL: gdb.base/structs.exp: p/c fun(); call 5 structs-tf-tc FAIL: gdb.base/structs.exp: p/c L; call 5 structs-tf-tc FAIL: gdb.base/structs.exp: p/c fun(); call 6 structs-tf-tc FAIL: gdb.base/structs.exp: p/c L; call 6 structs-tf-tc FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-td-tc FAIL: gdb.base/structs.exp: p/c L; call 2 structs-td-tc FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tld-tc FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tld-tc FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tc-ts FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tc-ts FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-tc-ts FAIL: gdb.base/structs.exp: p/c L; call 3 structs-tc-ts FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-tc-ts FAIL: gdb.base/structs.exp: p/c L; call 4 structs-tc-ts FAIL: gdb.base/structs.exp: p/c fun(); call 5 structs-tc-ts FAIL: gdb.base/structs.exp: p/c L; call 5 structs-tc-ts FAIL: gdb.base/structs.exp: p/c fun(); call 6 structs-tc-ts FAIL: gdb.base/structs.exp: p/c L; call 6 structs-tc-ts FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tc-ti FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tc-ti FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-tc-ti FAIL: gdb.base/structs.exp: p/c L; call 3 structs-tc-ti FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-tc-ti FAIL: gdb.base/structs.exp: p/c L; call 4 structs-tc-ti FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tc-tl FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tc-tl FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-tc-tl FAIL: gdb.base/structs.exp: p/c L; call 3 structs-tc-tl FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-tc-tl FAIL: gdb.base/structs.exp: p/c L; call 4 structs-tc-tl FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tc-tll FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tc-tll FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tc-tf FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tc-tf FAIL: gdb.base/structs.exp: p/c fun(); call 3 structs-tc-tf (timeout) FAIL: gdb.base/structs.exp: call Fun(foo); call 3 structs-tc-tf (timeout) FAIL: gdb.base/structs.exp: p/c L; call 3 structs-tc-tf (timeout) FAIL: gdb.base/structs.exp: p/c fun(); call 4 structs-tc-tf (timeout) FAIL: gdb.base/structs.exp: call Fun(foo); call 4 structs-tc-tf (timeout) FAIL: gdb.base/structs.exp: p/c L; call 4 structs-tc-tf (timeout) FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tc-td FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tc-td FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tc-tld FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tc-tld FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-td-tf FAIL: gdb.base/structs.exp: p/c L; call 2 structs-td-tf FAIL: gdb.base/structs.exp: p/c fun(); call 2 structs-tf-td FAIL: gdb.base/structs.exp: p/c L; call 2 structs-tf-td FAIL: gdb.base/structs2.exp: structs2 sanity check (PRMS 13536) FAIL: gdb.base/term.exp: info terminal at breakpoint FAIL: gdb.base/twice.exp: step FAIL: gdb.base/varargs.exp: print find_max1(5,1,2,3,4,5) FAIL: gdb.base/varargs.exp: print find_max1(1,3) FAIL: gdb.base/varargs.exp: print find_max1(10,1,2,3,4,5,6,7,8,29,0) FAIL: gdb.base/varargs.exp: print find_max2(3,1,2,3) FAIL: gdb.base/varargs.exp: print find_max_double(5,1.0,17.0,2.0,3.0,4.0) FAIL: gdb.base/watchpoint.exp: calling function with watchpoint enabled