| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | scope.exp | 32 global decimal 42 gdb_test "next" "$decimal.*foo \\(\\);" "next over init0() in main" 45 gdb_test "print filelocal" "\\\$$decimal = 1" 46 gdb_test "print 'scope0.c'::filelocal" "\\\$$decimal = 1" "print 'scope0.c'::filelocal at main" 49 gdb_test "print filelocal_bss" "\\\$$decimal = 101" 50 …gdb_test "print 'scope0.c'::filelocal_bss" "\\\$$decimal = 101" "print 'scope0.c'::filelocal_bss i… 56 gdb_test "print filelocal_ro" "\\\$$decimal = 201" "print filelocal_ro in test_at_main" 59 gdb_test "print 'scope0.c'::filelocal_ro" "\\\$$decimal = 201" "print 'scope0.c'::filelocal_ro" 63 gdb_test "print 'scope1.c'::filelocal" "\\\$$decimal = 2" "print 'scope1.c'::filelocal" 67 … gdb_test "print 'scope1.c'::filelocal_bss" "\\\$$decimal = 102" "print 'scope1.c'::filelocal_bss" [all …]
|
| D | gnu_vector.exp | 53 gdb_test "print c4" "\\\$$decimal = \\{1, 2, 3, 4\\}" 54 gdb_test "print c4\[2\]" "\\\$$decimal = 3" 57 gdb_test "print i4a" "\\\$$decimal = \\{2, 4, 8, 16\\}" 58 gdb_test "print i4b" "\\\$$decimal = \\{1, 2, 8, 4\\}" 60 gdb_test "print i4a + i4b" "\\\$$decimal = \\{3, 6, 16, 20\\}" 61 gdb_test "print i4a - i4b" "\\\$$decimal = \\{1, 2, 0, 12\\}" 62 gdb_test "print i4a * i4b" "\\\$$decimal = \\{2, 8, 64, 64\\}" 63 gdb_test "print i4a / i4b" "\\\$$decimal = \\{2, 2, 1, 4\\}" 64 gdb_test "print i4a % i4b" "\\\$$decimal = \\{0, 0, 0, 0\\}" 65 gdb_test "print i4a++" "\\\$$decimal = \\{2, 4, 8, 16\\}" [all …]
|
| D | eval-skip.exp | 57 gdb_test "print (0 && (x+y))" ".$decimal = $false" \ 60 gdb_test "print (0 && (x-y))" ".$decimal = $false" \ 63 gdb_test "print (0 && (x*y))" ".$decimal = $false" \ 66 gdb_test "print (0 && (x/y))" ".$decimal = $false" \ 69 gdb_test "print (0 && (x%y))" ".$decimal = $false" \ 72 gdb_test "print (0 && (x&&y))" ".$decimal = $false" \ 75 gdb_test "print (0 && (x||y))" ".$decimal = $false" \ 78 gdb_test "print (0 && (x&y))" ".$decimal = $false" \ 81 gdb_test "print (0 && (x|y))" ".$decimal = $false" \ 84 gdb_test "print (0 && (x^y))" ".$decimal = $false" \ [all …]
|
| D | func-ptrs.exp | 30 "Breakpoint $decimal at $hex: file .*${srcfile}, line $decimal\\." 45 "Breakpoint $decimal, incr \\(i=-1\\)\[ \r\n\]+at .*${srcfile}:$decimal\[\r\n\]+.*" \ 52 …\]+at .*${srcfile}:$decimal\[\r\n\]+($hex in )?main \\(\\)\[ \r\n\]+at .*${srcfile}:$decimal\[\r\n… 60 "Breakpoint $decimal, decr \\(i=0\\)\[ \r\n\]+at .*${srcfile}:$decimal\[\r\n\]+.*" \ 67 …i=0\\)\[ \r\n\]+at .*${srcfile}:$decimal\[\r\n\]+Breakpoint $decimal, sentinel \\(\\)\[ \r\n\]+at … 75 …\]+at .*${srcfile}:$decimal\[\r\n\]+($hex in )?main \\(\\)\[ \r\n\]+at .*${srcfile}:$decimal\[\r\n… 83 "Breakpoint $decimal, incr \\(i=-1\\)\[ \r\n\]+at .*${srcfile}:$decimal\[\r\n\]+.*" \ 90 …\]+at .*${srcfile}:$decimal\[\r\n\]+($hex in )?main \\(\\)\[ \r\n\]+at .*${srcfile}:$decimal\[\r\n…
|
| D | maint.exp | 102 -re "#compunits: ($decimal) \\(\[+\]0\\),.*$gdb_prompt $" { 181 set decimal "\[0-9\]+" 182 set time_fmt "${decimal}-${decimal}-${decimal} ${decimal}:${decimal}:${decimal}\\.${decimal}" 184 …decimal \\(\\+$decimal for this command\\)\[\r\n\]+#symtabs: $decimal \\(\\+$decimal\\), #compunit… 199 " Number of \"minimal\" symbols read: $decimal" \ 200 " Number of \"full\" symbols read: $decimal" \ 201 " Number of \"types\" defined: $decimal" \ 202 " Number of symbol tables: $decimal" \ 203 " Number of symbol tables with line tables: $decimal" \ 204 " Number of symbol tables with blockvectors: $decimal" \ [all …]
|
| D | step-test.exp | 38 gdb_test "next" ".*${decimal}.*x = 1;.*" "next 1" 39 gdb_test "step" ".*${decimal}.*y = 2;.*" "step 1" 43 gdb_test "next 2" ".*${decimal}.*w = w.*2;.*" 44 gdb_test "step 3" ".*${decimal}.*z = z.*5;.*" 45 gdb_test "next" ".*${decimal}.*callee.*OVER.*" "next 3" 49 gdb_test "next" ".*${decimal}.*callee.*INTO.*" "next over" 53 gdb_test "step" ".*${decimal}.*myglob.*" "step into" 69 -re ".*${decimal}.*a.*5.*= a.*3.*$gdb_prompt $" { 72 -re ".*${decimal}.*callee.*INTO.*$gdb_prompt $" { 77 gdb_test "finish" ".*${decimal}.*a.*5.*= a.*3.*" "step out" [all …]
|
| D | dcache-flush.exp | 36 "Dcache $decimal lines of $decimal bytes each." \ 37 "Contains data for (process $decimal|Thread \[^\r\n\]*)" \ 38 "Line 0: address $hex \[$decimal hits\].*" \ 39 "Cache state: $decimal active lines, $decimal hits" ] \ 47 [multi_line "Dcache $decimal lines of $decimal bytes each." \ 60 "Dcache $decimal lines of $decimal bytes each." \ 61 "Contains data for (process $decimal|Thread \[^\r\n\]*)" \ 62 "Line 0: address $hex \[$decimal hits\].*" \ 63 "Cache state: $decimal active lines, $decimal hits" ] \
|
| D | bitfields.exp | 32 global decimal 42 gdb_test "cont" "Break.*break1 \\(\\) at .*$srcfile:$decimal.*" "continuing to break1 #1" 49 gdb_test "cont" "Break.*break1 \\(\\) at .*$srcfile:$decimal.*" "continuing to break1 #2" 51 gdb_test "cont" "Break.*break1 \\(\\) at .*$srcfile:$decimal.*" "continuing to break1 #3" 53 gdb_test "cont" "Break.*break1 \\(\\) at .*$srcfile:$decimal.*" "continuing to break1 #4" 55 gdb_test "cont" "Break.*break1 \\(\\) at .*$srcfile:$decimal.*" "continuing to break1 #5" 57 gdb_test "cont" "Break.*break1 \\(\\) at .*$srcfile:$decimal.*" "continuing to break1 #6" 59 gdb_test "cont" "Break.*break1 \\(\\) at .*$srcfile:$decimal.*" "continuing to break1 #7" 61 gdb_test "cont" "Break.*break1 \\(\\) at .*$srcfile:$decimal.*" "continuing to break1 #8" 63 gdb_test "cont" "Break.*break1 \\(\\) at .*$srcfile:$decimal.*" "continuing to break1 #9" [all …]
|
| D | catch-syscall.exp | 110 global decimal 117 gdb_test "continue" "Catchpoint $decimal \\(call to syscall .?${pattern}.?\\).*" $thistest 123 global decimal 132 -re -wrap "Catchpoint $decimal \\(returned from syscall ${pattern}\\).*" { 136 -re -wrap ".*Breakpoint $decimal, main .*" { 149 … gdb_test "continue" "Catchpoint $decimal \\(returned from syscall ${pattern}\\).*" $thistest 171 global decimal 175 …gdb_test "catch syscall $syscall" "Catchpoint $decimal \\(syscall \'?${syscall}\'?( \[${decimal}\]… 182 global decimal 195 gdb_test "catch syscall $catch" "Catchpoint $decimal \\(syscalls ${filter_str}\\).*" $thistest [all …]
|
| D | printcmds.exp | 456 global gdb_prompt decimal 498 set string " = \[(\]unsigned char \[*\]\[)\] <ctable2(\\+$decimal)?> ${a}${xstr}" 524 global gdb_prompt decimal 567 …" = \\(unsigned char \\*\\) <ctable1\\+$decimal> \"\\\\001\\\\002\\\\003\\\\004\\\\005\\\\006\\\\a… 569 …" = \\(unsigned char \\*\\) <ctable1\\+$decimal> \"\\\\b\\\\t\\\\n\\\\v\\\\f\\\\r\\\\016\\\\017\".… 571 …" = \\(unsigned char \\*\\) <ctable1\\+$decimal> \"\\\\020\\\\021\\\\022\\\\023\\\\024\\\\025\\\\0… 573 …" = \\(unsigned char \\*\\) <ctable1\\+$decimal> \"\\\\030\\\\031\\\\032\\\\033\\\\034\\\\035\\\\0… 575 " = \\(unsigned char \\*\\) <ctable1\\+$decimal> \" !\\\\\"#\\\$%&'\"..." 577 " = \\(unsigned char \\*\\) <ctable1\\+$decimal> \"\\(\\)\\*\\+,-./\"..." 579 " = \\(unsigned char \\*\\) <ctable1\\+$decimal> \"01234567\"..." [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| D | mi-disassemble.exp | 36 global decimal 55 …"$hex\",func-name=\"main\",offset=\"$decimal\",inst=\".*\"\},\{address=\"$hex\",func-name=\"main\"… 59 …"$hex\",func-name=\"main\",offset=\"$decimal\",inst=\".*\"\},\{address=\"$hex\",func-name=\"main\"… 63 …\",func-name=\"callee4\",offset=\"$decimal\",inst=\".*\"\},\{address=\"$hex\",func-name=\"callee4\… 67 …t=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",func-name=\"main\",offset=\"$decimal\",inst=\".*\"\}\\… 76 global decimal 93 …func-name=\"main\",offset=\"$decimal\",opcodes=\".*\",inst=\".*\"\},\{address=\"$hex\",func-name=\… 97 …=\".*\",inst=\".*\"\},.*,\{address=\"$hex\",func-name=\"main\",offset=\"$decimal\",opcodes=\".*\",… 106 global decimal 119 …t=\"0\",inst=\".*\"\},.*,\{address=\"$hex\",func-name=\"main\",offset=\"$decimal\",inst=\".*\"\}\\… [all …]
|
| D | mi-syn-frame.exp | 48 …decimal\",arch=\"$any\"\},frame=\{level=\"1\",addr=\"$hex\",func=\"<function called from gdb>\"\},… 59 …e=\".*mi-syn-frame.c\",fullname=\"${fullname_syntax}${srcfile}\",line=\"$decimal\",arch=\"$any\"\}… 79 …decimal\",arch=\"$any\"\},frame=\{level=\"1\",addr=\"$hex\",func=\"handler\",file=\".*mi-syn-frame… 89 …e=\".*mi-syn-frame.c\",fullname=\"${fullname_syntax}${srcfile}\",line=\"$decimal\",arch=\"$any\"\}… 100 …decimal\",arch=\"$any\"},frame=\{level=\"1\",addr=\"$hex\",func=\"<function called from gdb>\"\},f…
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| D | rvalue-ref-types.exp | 45 gdb_test "print *rrpt" ".$decimal = -1" "print value of *rrpt" 55 gdb_test "print rrat\[0\]" ".$decimal = 0" "print value of rrat\[0\]" 59 gdb_test "print rrat\[1\]" ".$decimal = 1" "print value of rrat\[1\]" 60 gdb_test "print rrat\[2\]" ".$decimal = 2" "print value of rrat\[2\]" 61 gdb_test "print rrat\[3\]" ".$decimal = 3" "print value of rrat\[3\]" 90 gdb_test "print rrC" "$decimal = \\(char &&\\) @$hex: 65 \'A\'" \ 94 "$decimal = \\(unsigned char &&\\) @$hex: 21 \'.025\'" \ 97 gdb_test "print rrS" "$decimal = \\(short( int)? &&\\) @$hex: -14" \ 101 "$decimal = \\(unsigned short( int)? &&\\) @$hex: 7" \ 104 gdb_test "print rrI" "$decimal = \\(int &&\\) @$hex: 102" \ [all …]
|
| D | save-bp-qualified.exp | 68 "$decimal +breakpoint +keep +y +$hex +in function\\(\\) at \[^\r\n\]*$srcfile:$decimal" \ 69 "$decimal +breakpoint +keep +y +<MULTIPLE> +" \ 70 "$decimal.$decimal +y +$hex +in S::function\\(\\) at \[^\r\n\]*$srcfile:$decimal" \ 71 "$decimal.$decimal +y +$hex +in function\\(\\) at \[^\r\n\]*$srcfile:$decimal" \
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/ |
| D | excep_handle.exp | 35 …"Catchpoint $decimal, exception at $hex in foo \\\(\\\).*at .*foo.adb:$decimal$eol$decimal$sp$when… 38 …"Catchpoint $decimal, exception at $hex in foo \\\(\\\).*at .*foo.adb:$decimal$eol$decimal$sp$when… 41 …"Catchpoint $decimal, exception at $hex in foo \\\(\\\).*at .*foo.adb:$decimal$eol$decimal$sp$when… 52 "Catchpoint $decimal: all Ada exceptions handlers" \ 82 "Catchpoint $decimal: `Program_Error' Ada exception handlers" \ 98 "Catchpoint $decimal: `Storage_Error' Ada exception handlers" \ 118 "Catchpoint $decimal: all Ada exceptions handlers" \ 144 "Catchpoint $decimal: `Program_Error' Ada exception handlers" \
|
| D | info_auto_lang.exp | 52 set func_in_c(c_syntax) "${decimal}: void proc_in_c\\\(void\\\);" 53 set func_in_c(ada_syntax) "${decimal}: procedure proc_in_c;" 56 "${decimal}: void proc_in_ada\\\(void\\\);\r\n" \ 57 "${decimal}: void proc_in_ada.something_in_c\\\(void\\\);"] 60 "${decimal}: procedure proc_in_ada;\r\n" \ 61 "${decimal}: procedure proc_in_ada.something_in_c;"] 63 set type_in_c(c_syntax) "${decimal}: typedef struct {\\.\\.\\.} some_type_in_c;" 65 "${decimal}: record" \ 68 set type_in_ada(c_syntax) "${decimal}: struct global_pack__some_type_in_ada" 69 set type_in_ada(ada_syntax) "${decimal}: global_pack.some_type_in_ada" [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/ |
| D | am33.exp | 34 global decimal 56 global decimal 86 global decimal 111 global decimal 170 global decimal 189 global decimal 214 global decimal 236 global decimal 254 global decimal 283 global decimal [all …]
|
| D | h8300s.exp | 32 global decimal 43 global decimal 66 global decimal 88 global decimal 110 global decimal 130 global decimal 146 global decimal 175 global decimal 205 global decimal 221 global decimal [all …]
|
| D | mn10300.exp | 34 global decimal 62 global decimal 91 global decimal 116 global decimal 140 global decimal 159 global decimal 186 global decimal 214 global decimal 240 global decimal 270 global decimal [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| D | aarch64-mops.exp | 50 global decimal hex 56 "Breakpoint $decimal at $hex: file .*/aarch64-mops.c, line $decimal\\." \ 59 [multi_line ".*/aarch64-mops.c:$decimal" \ 60 "$decimal\[ \t\]+__asm__ volatile \\(\"${insn_prefix}p \[^\r\n\]+\""] 67 "Breakpoint $decimal at $hex: file .*/aarch64-mops.c, line $decimal\\." \ 87 "Breakpoint $decimal at $hex: file .*/aarch64-mops.c, line $decimal\\." \ 90 [multi_line ".*/aarch64-mops.c:$decimal" "$decimal\[ \t\]+p = dest;"] 110 [multi_line ".*/aarch64-mops.c:$decimal" \ 111 "$decimal\[ \t\]+__asm__ volatile \\(\"${insn_prefix}p \[^\r\n\]+\""] 183 "Go forward to insn number $decimal" \ [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | aarch64-mops-watchpoint.exp | 36 "(Hardware w|W)atchpoint ${decimal}: -location a\\\[28\\\]" \ 39 "(Hardware w|W)atchpoint ${decimal}: -location b\\\[28\\\]" \ 42 "(Hardware w|W)atchpoint ${decimal}: -location c\\\[28\\\]" \ 49 "Hardware watchpoint ${decimal}: -location a\\\[28\\\]" \ 53 "$hex in main \\(\\) at .*aarch64-mops-watchpoint.c:$decimal" \ 54 "${decimal}\\s+__asm__ volatile \\(\"setp.*\\\\n\\\\t\""] \ 61 "Hardware watchpoint ${decimal}: -location b\\\[28\\\]" \ 65 "$hex in main \\(\\) at .*aarch64-mops-watchpoint.c:$decimal" \ 66 "${decimal}\\s+__asm__ volatile \\(\"cpyp.*\\\\n\\\\t\""] \ 73 "Hardware watchpoint ${decimal}: -location c\\\[28\\\]" \ [all …]
|
| D | arc-dbnz.exp | 45 "Breakpoint $decimal at .*" \ 49 "Breakpoint $decimal at .*" \ 53 "Breakpoint $decimal at .*" \ 57 "Breakpoint $decimal at .*" \ 61 "Breakpoint $decimal at .*" \ 65 "Breakpoint $decimal, dbnz1.*dbnz r0,@end" \ 77 "Breakpoint $decimal, dbnz2.*dbnz\\.d r0,@dbnz3" \ 84 "Breakpoint $decimal, dbnz3.*dbnz r0,@dbnz4" \ 88 "Breakpoint $decimal, dbnz4.*dbnz r0,@end" \ 92 "Breakpoint $decimal, end.*mov r0,0" \
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | valid_hostname.ref | 8 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 97(decimal): a.123456789012345678… 11 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 97(decimal): a.123456789012345678… 55 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 102(decimal): f 57 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 102(decimal): f.2.3.4 59 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 102(decimal): 1f.2.3.4 61 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 102(decimal): f1.2.3.4 63 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 102(decimal): 1.2f.3.4 65 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 102(decimal): 1.f2.3.4 67 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 102(decimal): 1.2.3.4f 69 ./valid_hostname: warning: valid_ipv4_hostaddr: invalid character 102(decimal): 1.2.3.f4 [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-breakpoint.exp | 72 global srcfile testfile hex decimal 169 global srcfile testfile hex decimal 204 global srcfile testfile hex decimal 262 global srcfile testfile hex decimal 301 global srcfile testfile hex decimal 330 [build_bp_repr -number "-$decimal" -hits 0] \ 344 global srcfile testfile hex decimal 360 ".*Hardware assisted breakpoint ($decimal)+ at .*$srcfile, line ($decimal)+\." \ 365 ".*Breakpoint ($decimal)+, add.*" \ 370 global srcfile testfile hex decimal [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| D | disconnected-tracing.exp | 49 global decimal 99 \[\t \]+trace buffer usage ${decimal} bytes. 112 global decimal 130 gdb_test "p \$trace_frame" ".*\\\$${decimal} = 0.*" \ 132 gdb_test "p \$tracepoint" ".*\\\$${decimal} = 2.*" \ 137 gdb_test "p \$trace_frame" ".*\\\$${decimal} = -1.*" 138 gdb_test "p \$tracepoint" ".*\\\$${decimal} = -1.*" 139 gdb_test "p \$trace_line" ".*\\\$${decimal} = -1.*" 140 gdb_test "p \$trace_file" ".*\\\$${decimal} = void.*" 141 gdb_test "p \$trace_func" ".*\\\$${decimal} = void.*"
|