Searched refs:re (Results 1 - 25 of 2570) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dnon-executable.exp23 set re \
28 set re [join $re ": "]
32 gdb_test "file $binfile" $re "error message"
H A Dshow-user-completion.exp24 set re [multi_line "Type commands for definition of \"foo\"." \
28 -re $re {
33 set re [multi_line "Type commands for definition of \"bar\"." \
37 -re $re {
53 set re [multi_line "Type commands for definition of \"mygroup mycommand\"." \
58 -re $re {
H A Dinterp.exp26 -re "\\^done,changelist=\\\[\\\]\r\n$gdb_prompt " {
29 -re "\r\n$gdb_prompt $" { }
38 -re ".error,msg=.Invalid value for the '--thread' option.\r\n$gdb_prompt " {
41 -re "\r\n$gdb_prompt $" { }
47 -re ".error,msg=.No registers\..\r\n$gdb_prompt " {
50 -re "\r\n$gdb_prompt $" { }
56 -re ".done.bkpt=.number=.\[0-9\]\[^\n\]+\r\n$gdb_prompt " {
59 -re "\r\n$gdb_prompt $" { }
65 -re ".done.bkpt=.number=.\[0-9\]\[^\n\]+\r\n$gdb_prompt " {
68 -re "\
[all...]
H A Dfloat.exp44 -re "Software FPU type.*mask:.*flags:.*$gdb_prompt $" {
47 -re "fpscr.*s0.*s1.*s31.*$gdb_prompt $" {
52 -re "No floating.point info available for this processor.*$gdb_prompt $" {
62 -re "fp0.*fp1.*fp7.*$gdb_prompt $" {
65 -re "No floating.point info available for this processor.*$gdb_prompt $" {
71 -re "fpu type: none / unused\r\n$gdb_prompt $" {
74 -re "fpu type:.*cause.*mask.*flags.*round.*flush.*f0:.*flt:.*dbl:.*$gdb_prompt $" {
80 -re "fd0.*fd3.*$gdb_prompt $" {
83 -re "No floating.point info available for this processor.*$gdb_prompt $" {
89 -re "f
[all...]
H A Ddefine.exp40 -re "Type commands for definition of \"nextwhere\".\r\nEnd with a line saying just \"end\".\r\n>$" {
56 -re "Type commands for definition of \"nextwh\".\r\nEnd with a line saying just \"end\".\r\n>$" {
73 -re "Redefine command \"nextwhere\".*y or n. $"\
76 -re "Type commands for definition of \"nextwhere\".\r\nEnd with a line saying just \"end\".\r\n>$"\
79 -re "$gdb_prompt $"\
87 -re "$gdb_prompt $"\
102 -re "Type documentation for \"nextwhere\".\r\nEnd with a line saying just \"end\".\r\n>$" {
103 gdb_test "A next command that first shows you where you're stepping from.\nend" \
109 gdb_test_multiple "document nextwhere" "re-document user command: nextwhere" {
110 -re "Typ
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/cds/
H A Dmangle.pl14 my $re = $ARGV[0];
17 s{($re)........}{${1}00000000};
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dmemory.exp25 -re "Delete all memory regions.*y or n.*$" {
29 -re "$gdb_prompt $" { }
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dmemory.exp25 -re "Delete all memory regions.*y or n.*$" {
29 -re "$gdb_prompt $" { }
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dtemplates.exp43 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}T5<int> & operator=\\(T5<int> const ?&\\);${ws}T5\\(int\\);${ws}T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\}\r\n$gdb_prompt $" {
46 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}T5\\(int\\);${ws}T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}T5<int> & operator=\\(T5<int> const ?&\\);${ws}\}\r\n$gdb_prompt $" {
49 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(()\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}${ws}$gdb_prompt $" {
52 -re "type = class T5<int> \\{.*public:.*static int X;.*int x;.*int val;.*T5 \\(int\\);.*T5 \\(const class T5<int> &\\);.*void ~T5 \\(\\);.*static void \\* new \\(unsigned long\\);.*static void delete \\(void ?\\*\\);.*int value \\((void|)\\);.*\\}\r\n$gdb_prompt $" {
55 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;((${ws}T5<int> & operator=\\(T5<int> const ?&\\);)|(${ws}T5\\(int\\);)|(${ws}T5\\((T5<int> const|const T5<int>) ?&\\);)|(${ws}~T5\\((void|)\\);)|(${ws}static void \\* operator new\\(unsigned( int| long)?\\);)|(${ws}static void operator delete\\(void ?\\*\\);)|(${ws}int value\\((void|)\\);))*${ws}\}\r\n$gdb_prompt $" {
58 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}void T5\\(int\\);${ws}void T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\(\\);${ws}static void \\* operator new\\((size_t|unsigned( int| long|))\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\}\r\n$gdb_prompt $" {
66 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}T5\\(int\\);${ws}T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\(int\\);${ws}static void \\* operator new\\((size_t|unsigned( int| long|))\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\}\r\n$gdb_prompt $" {
71 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}T5\\(int\\);${ws}T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\(void\\);${ws}static void \\* operator new\\((size_t|unsigned( int| long|))\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\}\r\n$gdb_prompt $" {
77 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5\\(int\\);${ws}T5\\(T5<int> const ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\\}\r\n$gdb_prompt $" {
80 -re "typ
[all...]
H A Dlocal.exp79 -re "type = $re_class${ws}$re_fields${ws}$re_methods$nl\}$nl$gdb_prompt $" {
85 -re "type = $re_class${ws}$re_fields${ws}$re_synth_gcc_23${ws}$re_methods$nl\}$nl$gdb_prompt $" {
90 -re "type = $re_class${ws}$re_fields${ws}$re_methods${ws}$re_synth_gcc_23${ws}$nl\}$nl$gdb_prompt $" {
95 -re "type = $XX_class${ws}$re_fields${ws}$re_methods$nl\}$nl$gdb_prompt $" {
99 -re "type = ($re_class|$XX_class)${ws}$re_fields${ws}($re_synth_gcc_23|$XX_synth_gcc_2)${ws}$re_methods$nl\}$nl$gdb_prompt $" {
104 -re "type = ($re_class|$XX_class)${ws}$re_fields${ws}$YY_methods$nl\}$nl$gdb_prompt $" {
116 -re "type = $re_class${ws}$re_fields${ws}$re_methods$nl\}$nl$gdb_prompt $" {
122 -re "type = $re_class${ws}$re_fields${ws}$re_synth_gcc_23${ws}$re_methods$nl\}$nl$gdb_prompt $" {
127 -re "type = $re_class${ws}$re_fields${ws}$re_methods${ws}$re_synth_gcc_23${ws}$nl\}$nl$gdb_prompt $" {
132 -re "typ
[all...]
H A Dctti.exp50 -re "\\$\[0-9\]+ = 4\r\n$gdb_prompt $" {
53 -re "No symbol \"add<int>\" in current context.\r\n$gdb_prompt $" {
61 -re "\\$\[0-9\]+ = 4\\.5\r\n$gdb_prompt $" {
64 -re "No symbol \"add<float>\" in current context.\r\n$gdb_prompt $" {
71 -re "\\$\[0-9\]+ = 130 .*\r\n$gdb_prompt $" {
74 -re "No symbol \"add<unsigned char>\" in current context.\r\n$gdb_prompt $" {
81 -re "\\$\[0-9\]+ = 4\r\n$gdb_prompt $" {
84 -re "No symbol \"add2<int>\" in current context.\r\n$gdb_prompt $" {
91 -re "\\$\[0-9\]+ = 4\\.5\r\n$gdb_prompt $" {
94 -re "N
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dtemplates.exp43 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}T5<int> & operator=\\(T5<int> const ?&\\);${ws}T5\\(int\\);${ws}T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\}\r\n$gdb_prompt $" {
46 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}T5\\(int\\);${ws}T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}T5<int> & operator=\\(T5<int> const ?&\\);${ws}\}\r\n$gdb_prompt $" {
49 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(()\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}${ws}$gdb_prompt $" {
52 -re "type = class T5<int> \\{.*public:.*static int X;.*int x;.*int val;.*T5 \\(int\\);.*T5 \\(const class T5<int> &\\);.*void ~T5 \\(\\);.*static void \\* new \\(unsigned long\\);.*static void delete \\(void ?\\*\\);.*int value \\((void|)\\);.*\\}\r\n$gdb_prompt $" {
55 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;((${ws}T5<int> & operator=\\(T5<int> const ?&\\);)|(${ws}T5\\(int\\);)|(${ws}T5\\((T5<int> const|const T5<int>) ?&\\);)|(${ws}~T5\\((void|)\\);)|(${ws}static void \\* operator new\\(unsigned( int| long)?\\);)|(${ws}static void operator delete\\(void ?\\*\\);)|(${ws}int value\\((void|)\\);))*${ws}\}\r\n$gdb_prompt $" {
58 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}void T5\\(int\\);${ws}void T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\(\\);${ws}static void \\* operator new\\((size_t|unsigned( int| long|))\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\}\r\n$gdb_prompt $" {
66 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}T5\\(int\\);${ws}T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\(int\\);${ws}static void \\* operator new\\((size_t|unsigned( int| long|))\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\}\r\n$gdb_prompt $" {
71 -re "type = class T5<int> \{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}T5\\(int\\);${ws}T5\\((T5<int> const|const T5<int>) ?&\\);${ws}~T5\\(\\);${ws}static void \\* operator new\\((size_t|unsigned( int| long|))\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\}\r\n$gdb_prompt $" {
77 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5\\(int\\);${ws}T5\\(T5<int> const ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\\}\r\n$gdb_prompt $" {
80 -re "typ
[all...]
H A Dlocal.exp85 -re "type = $re_class${ws}$re_fields${ws}$re_methods$nl\}$nl$gdb_prompt $" {
91 -re "type = $re_class${ws}$re_fields${ws}$re_synth_gcc_23${ws}$re_methods$nl\}$nl$gdb_prompt $" {
96 -re "type = $re_class${ws}$re_fields${ws}$re_methods${ws}$re_synth_gcc_23${ws}$nl\}$nl$gdb_prompt $" {
101 -re "type = $XX_class${ws}$re_fields${ws}$re_methods$nl\}$nl$gdb_prompt $" {
105 -re "type = ($re_class|$XX_class)${ws}$re_fields${ws}($re_synth_gcc_23|$XX_synth_gcc_2)${ws}$re_methods$nl\}$nl$gdb_prompt $" {
110 -re "type = ($re_class|$XX_class)${ws}$re_fields${ws}$YY_methods$nl\}$nl$gdb_prompt $" {
122 -re "type = $re_class${ws}$re_fields${ws}$re_methods$nl\}$nl$gdb_prompt $" {
128 -re "type = $re_class${ws}$re_fields${ws}$re_synth_gcc_23${ws}$re_methods$nl\}$nl$gdb_prompt $" {
133 -re "type = $re_class${ws}$re_fields${ws}$re_methods${ws}$re_synth_gcc_23${ws}$nl\}$nl$gdb_prompt $" {
138 -re "typ
[all...]
H A Dctti.exp55 -re "\\$\[0-9\]+ = 4\r\n$gdb_prompt $" {
58 -re "No symbol \"add<int>\" in current context.\r\n$gdb_prompt $" {
66 -re "\\$\[0-9\]+ = 4\\.5\r\n$gdb_prompt $" {
69 -re "No symbol \"add<float>\" in current context.\r\n$gdb_prompt $" {
76 -re "\\$\[0-9\]+ = 130 .*\r\n$gdb_prompt $" {
79 -re "No symbol \"add<unsigned char>\" in current context.\r\n$gdb_prompt $" {
86 -re "\\$\[0-9\]+ = 4\r\n$gdb_prompt $" {
89 -re "No symbol \"add2<int>\" in current context.\r\n$gdb_prompt $" {
96 -re "\\$\[0-9\]+ = 4\\.5\r\n$gdb_prompt $" {
99 -re "N
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/basic/
H A Dbasic.exp38 -re "^ +\[0-9\]+ 0000 489A0000\[^\n\]*\n" { set x [expr $x+1] }
39 -re "^ +\[0-9\]+ 0000 0C80109A\[^\n\]*\n" { set x [expr $x+1] }
40 -re "^ +\[0-9\]+ 0004 449A0000\[^\n\]*\n" { set x [expr $x+1] }
41 -re "^ +\[0-9\]+ 0004 0C80105A\[^\n\]*\n" { set x [expr $x+1] }
42 -re "^ +\[0-9\]+ 0008 409A0000\[^\n\]*\n" { set x [expr $x+1] }
43 -re "^ +\[0-9\]+ 0008 0C80101A\[^\n\]*\n" { set x [expr $x+1] }
44 -re "^ +\[0-9\]+ 000c 689A0000\[^\n\]*\n" { set x [expr $x+1] }
45 -re "^ +\[0-9\]+ 000c 0C9A1280\[^\n\]*\n" { set x [expr $x+1] }
46 -re "^ +\[0-9\]+ 0010 649A0000\[^\n\]*\n" { set x [expr $x+1] }
47 -re "
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dstep-precsave.exp50 -re -wrap "Breakpoint .* end of main .*" {
53 -re -wrap "Process record does not support instruction 0xc5 at.*" {
56 -re -wrap "Process record does not support instruction 0xfae64 at.*" {
100 -re "FINISH TEST.*$gdb_prompt $" {
103 -re "STEP INTO THIS CALL.*$gdb_prompt $" {
113 -re "STEPI TEST.*$gdb_prompt $" {
116 -re "FINISH TEST.*$gdb_prompt $" {
120 -re "NEXTI TEST.*$gdb_prompt $" {
129 -re "ARRIVED IN CALLEE.*$gdb_prompt $" {
132 -re "NEXT
[all...]
H A Dstep-reverse.exp63 -re "FINISH TEST.*$gdb_prompt $" {
66 -re "STEP INTO THIS CALL.*$gdb_prompt $" {
76 -re "STEPI TEST.*$gdb_prompt $" {
79 -re "FINISH TEST.*$gdb_prompt $" {
83 -re "NEXTI TEST.*$gdb_prompt $" {
92 -re "ARRIVED IN CALLEE.*$gdb_prompt $" {
95 -re "NEXTI TEST.*$gdb_prompt $" {
98 -re "RETURN FROM CALLEE.*$gdb_prompt $" {
101 -re "ENTER CALLEE.*$gdb_prompt $" {
105 -re "STEP
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-rewb-bsd.c8 regex_t re; local
10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB))
12 if (regexec(&re, "the word is here", 0, NULL, 0))
14 if (regexec(&re, "same word", 0, NULL, 0))
16 if (regexec(&re, "word again", 0, NULL, 0))
18 if (regexec(&re, "word", 0, NULL, 0))
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
H A Dtest-rewb-sysv.c8 regex_t re; local
10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB))
12 if (regexec(&re, "the word is here", 0, NULL, 0))
14 if (regexec(&re, "same word", 0, NULL, 0))
16 if (regexec(&re, "word again", 0, NULL, 0))
18 if (regexec(&re, "word", 0, NULL, 0))
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-explore-cc.exp54 -re "$int_ptr_ref_desc.*Continue exploring it as a pointer to a single value \\\[y/n\\\]:.*" {
57 -re "'\[*\]int_ptr_ref' is a scalar value of type 'int'.*\[*\]int_ptr_ref = 10.*$gdb_prompt" {
65 -re "$b_desc.*Enter the field number of choice:.*" {
68 -re "The value of 'b\.A' is a struct/class of type 'A' with no fields\." {
71 -re ".*$b_desc.*Enter the field number of choice:.*" {
74 -re "'b\.i' is a scalar value of type 'int'.*b\.i = 10.*" {
77 -re "$b_desc.*Enter the field number of choice:.*" {
84 -re "'b\.c' is a scalar value of type 'char'.*b\.c = .*'a'.*" {
87 -re "$b_desc.*Enter the field number of choice:.*" {
94 -re "
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-explore-cc.exp54 -re "$int_ptr_ref_desc.*Continue exploring it as a pointer to a single value \\\[y/n\\\]:.*" {
57 -re "'\[*\]int_ptr_ref' is a scalar value of type 'int'.*\[*\]int_ptr_ref = 10.*$gdb_prompt" {
65 -re "$b_desc.*Enter the field number of choice:.*" {
68 -re "The value of 'b\.A' is a struct/class of type 'A' with no fields\." {
71 -re ".*$b_desc.*Enter the field number of choice:.*" {
74 -re "'b\.i' is a scalar value of type 'int'.*b\.i = 10.*" {
77 -re "$b_desc.*Enter the field number of choice:.*" {
84 -re "'b\.c' is a scalar value of type 'char'.*b\.c = .*'a'.*" {
87 -re "$b_desc.*Enter the field number of choice:.*" {
94 -re "
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mn10300/
H A Dbasic.exp33 -re "^ +\[0-9\]+ 0000 E6\[^\n\]*\n" { set x [expr $x+1] }
34 -re "^ +\[0-9\]+ 0001 F16B\[^\n\]*\n" { set x [expr $x+1] }
35 -re "^ +\[0-9\]+ 0003 F17E\[^\n\]*\n" { set x [expr $x+1] }
36 -re "^ +\[0-9\]+ 0005 F159\[^\n\]*\n" { set x [expr $x+1] }
37 -re "^ +\[0-9\]+ 0007 2910\[^\n\]*\n" { set x [expr $x+1] }
38 -re "^ +\[0-9\]+ 0009 FAC20001\[^\n\]*\n" { set x [expr $x+1] }
39 -re "^ +\[0-9\]+ 000d FCC3FFFF\[^\n\]*\n" { set x [expr $x+1] }
40 -re "^ +8 +0100\[^\n\]*\n" { set x [expr $x+1] }
41 -re "^ +\[0-9\]+ 0013 2110\[^\n\]*\n" { set x [expr $x+1] }
42 -re "
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/h8300/
H A Dt07_ari3.exp30 -re ".* 7 0000 1781" { set x [expr $x+1]; exp_continue; }
31 -re ".* 8 0002 7D101780" { set x [expr $x+1]; exp_continue; }
32 -re ".* 9 0006 01776818" { set x [expr $x+1]; exp_continue; }
33 -re ".* 9 1780" { set x [expr $x+1]; exp_continue; }
34 -re ".* 10 000c 01746C18" { set x [expr $x+1]; exp_continue; }
35 -re ".* 10 1780" { set x [expr $x+1]; exp_continue; }
36 -re ".* 11 0012 01776C18" { set x [expr $x+1]; exp_continue; }
37 -re ".* 11 1780" { set x [expr $x+1]; exp_continue; }
38 -re ".* 12 0018 01756C18" { set x [expr $x+1]; exp_continue; }
39 -re "
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Ddefine.exp38 -re "Type commands for definition of \"nextwhere\".\r\nEnd with a line saying just \"end\".\r\n>$" {
54 -re "Type commands for definition of \"nextwh\".\r\nEnd with a line saying just \"end\".\r\n>$" {
71 -re "Redefine command \"nextwhere\".*y or n. $"\
74 -re "Type commands for definition of \"nextwhere\".\r\nEnd with a line saying just \"end\".\r\n>$"\
77 -re "$gdb_prompt $"\
85 -re "$gdb_prompt $"\
100 -re "Type documentation for \"nextwhere\".\r\nEnd with a line saying just \"end\".\r\n>$" {
101 gdb_test "A next command that first shows you where you're stepping from.\nend" \
107 gdb_test_multiple "document nextwhere" "re-document user command: nextwhere" {
108 -re "Typ
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sh/
H A Dbasic.exp42 -re "^ +\[0-9\]+ 0000 F008\[^\n\]*\n" { set x [expr $x+1] }
43 -re "^ +\[0-9\]+ 0002 F00A\[^\n\]*\n" { set x [expr $x+1] }
44 -re "^ +\[0-9\]+ 0004 F009\[^\n\]*\n" { set x [expr $x+1] }
45 -re "^ +\[0-9\]+ 0006 F00B\[^\n\]*\n" { set x [expr $x+1] }
46 -re "^ +\[0-9\]+ 0008 F006\[^\n\]*\n" { set x [expr $x+1] }
47 -re "^ +\[0-9\]+ 000a F007\[^\n\]*\n" { set x [expr $x+1] }
48 -re "^ +\[0-9\]+ 000c F10C\[^\n\]*\n" { set x [expr $x+1] }
49 -re "^ +\[0-9\]+ 000e F08D\[^\n\]*\n" { set x [expr $x+1] }
50 -re "^ +\[0-9\]+ 0010 F09D\[^\n\]*\n" { set x [expr $x+1] }
51 -re "
[all...]

Completed in 554 milliseconds

1234567891011>>