• Home
  • Raw
  • Download

Lines Matching refs:inferior

956 PASS: gdb.base/callexit.exp: inferior function call terminated program
1049 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns char
1050 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns short
1051 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns int
1052 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns long
1053 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns float
1054 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns double
1055 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns float _Complex
1056 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns double _Complex
1057 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns long double _Complex
1058 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns char *
4215 Running ./gdb.base/inferior-died.exp ...
4216 UNSUPPORTED: gdb.base/inferior-died.exp: inferior-died.exp
4255 PASS: gdb.base/info-os.exp: get inferior process ID
7423 PASS: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
11108 PASS: gdb.cp/derivation.exp: re-selected 'main' frame after inferior call
11151 PASS: gdb.cp/exception.exp: catch catch (before inferior run)
11152 PASS: gdb.cp/exception.exp: catch throw (before inferior run)
11153 PASS: gdb.cp/exception.exp: info breakpoints (before inferior run)
11156 PASS: gdb.cp/exception.exp: info breakpoints (after inferior run)
12738 PASS: gdb.cp/overload.exp: re-selected 'main' frame after inferior call
13243 PASS: gdb.cp/userdef.exp: re-selected 'main' frame after inferior call
14263 PASS: gdb.linespec/linespec.exp: add inferior for linespec tests
14264 PASS: gdb.linespec/linespec.exp: switch to inferior 2 for linespec tests
14265 PASS: gdb.linespec/linespec.exp: set the new inferior file for linespec tests
14997 UNSUPPORTED: gdb.mi/mi-console.exp: Testing console output inferior output
15290 PASS: gdb.mi/mi-syn-frame.exp: call inferior's function with a breakpoint set in it
15291 PASS: gdb.mi/mi-syn-frame.exp: backtrace from inferior function stopped at bp, showing gdb dummy fr…
15299 PASS: gdb.mi/mi-syn-frame.exp: call inferior function which raises exception
15300 PASS: gdb.mi/mi-syn-frame.exp: backtrace from inferior function at exception
16244 PASS: gdb.multi/base.exp: add empty inferior 2
16245 PASS: gdb.multi/base.exp: switch to inferior 2
16246 PASS: gdb.multi/base.exp: load hangout file in inferior 2
16247 PASS: gdb.multi/base.exp: add inferior 3 with -exec goodbye
16249 PASS: gdb.multi/base.exp: info inferior 2 3
16250 PASS: gdb.multi/base.exp: info inferior 1-2
16251 PASS: gdb.multi/base.exp: switch to inferior 1
16252 PASS: gdb.multi/base.exp: 'info functions commonfun' in inferior 1
16253 PASS: gdb.multi/base.exp: switch to inferior 3
16254 PASS: gdb.multi/base.exp: 'info functions commonfun' in inferior 3
16255 PASS: gdb.multi/base.exp: switch back to inferior 1
16260 PASS: gdb.multi/base.exp: switch to inferior 3 to print globals
16264 PASS: gdb.multi/base.exp: switch to inferior 1 to run it
16587 PASS: gdb.python/py-breakpoint.exp: Check inferior value matches python accounting
16588 PASS: gdb.python/py-breakpoint.exp: Check python accounting matches inferior
16944 Running ./gdb.python/py-inferior.exp ...
16945 PASS: gdb.python/py-inferior.exp: successfully compiled posix threads test case
16946 PASS: gdb.python/py-inferior.exp: get inferiors list
16947 PASS: gdb.python/py-inferior.exp: verify inferiors list
16948 PASS: gdb.python/py-inferior.exp: test equality comparison (true)
16949 PASS: gdb.python/py-inferior.exp: test Inferior.num
16950 PASS: gdb.python/py-inferior.exp: test Inferior.pid
16951 PASS: gdb.python/py-inferior.exp: test Inferior.was_attached
16952 PASS: gdb.python/py-inferior.exp: test Inferior.threads
16953 PASS: gdb.python/py-inferior.exp: continue to breakpoint: cont to check_threads
16954 PASS: gdb.python/py-inferior.exp: test Inferior.threads 2
16955 PASS: gdb.python/py-inferior.exp: continue to breakpoint: cont to Break here.
16956 PASS: gdb.python/py-inferior.exp: read str contents
16957 PASS: gdb.python/py-inferior.exp: write str
16958 PASS: gdb.python/py-inferior.exp: ensure str was changed in the inferior
16959 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16960 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16961 PASS: gdb.python/py-inferior.exp: find string pattern
16962 PASS: gdb.python/py-inferior.exp: pattern not found at end of range
16963 PASS: gdb.python/py-inferior.exp: pattern found at end of range
16964 PASS: gdb.python/py-inferior.exp: py from struct import *
16965 PASS: gdb.python/py-inferior.exp: set int16_search_buf[10] = 0x1234
16966 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int16_search_buf…
16967 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16968 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16969 PASS: gdb.python/py-inferior.exp: py pattern = pack('<H',0x1234)
16970 PASS: gdb.python/py-inferior.exp: find 16-bit pattern, with value pattern
16971 PASS: gdb.python/py-inferior.exp: set int32_search_buf[10] = 0x12345678
16972 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int32_search_buf…
16973 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16974 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16975 PASS: gdb.python/py-inferior.exp: py pattern = pack('<I',0x12345678)
16976 PASS: gdb.python/py-inferior.exp: find 32-bit pattern, with python pattern
16977 PASS: gdb.python/py-inferior.exp: set int64_search_buf[10] = 0xfedcba9876543210LL
16978 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int64_search_buf…
16979 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16980 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16981 PASS: gdb.python/py-inferior.exp: py pattern = pack('<Q', 0xfedcba9876543210)
16982 PASS: gdb.python/py-inferior.exp: find 64-bit pattern, with value pattern
16983 PASS: gdb.python/py-inferior.exp: set *(int8_t*) &search_buf[10] = 0x62
16984 PASS: gdb.python/py-inferior.exp: set *(int16_t*) &search_buf[11] = 0x6363
16985 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[13] = 0x64646464
16986 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('search_buf')
16987 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf[0].address
16988 PASS: gdb.python/py-inferior.exp: py pattern1 = pack('B', 0x62)
16989 PASS: gdb.python/py-inferior.exp: py pattern2 = pack('<H', 0x6363)
16990 PASS: gdb.python/py-inferior.exp: py pattern3 = pack('<I', 0x64646464)
16991 PASS: gdb.python/py-inferior.exp: find mixed-sized pattern
16992 PASS: gdb.python/py-inferior.exp: find mixed-sized pattern
16993 PASS: gdb.python/py-inferior.exp: find mixed-sized pattern
16994 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[0*16000+100] = 0x12345678
16995 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[1*16000+100] = 0x12345678
16996 PASS: gdb.python/py-inferior.exp: py start_addr = gdb.selected_frame ().read_var ('search_buf')
16997 PASS: gdb.python/py-inferior.exp: py end_addr = start_addr + gdb.selected_frame ().read_var ('searc…
16998 PASS: gdb.python/py-inferior.exp: py pattern = pack('<I', 0x12345678)
16999 PASS: gdb.python/py-inferior.exp: py first = gdb.inferiors()[0].search_memory (start_addr,end_addr …
17000 PASS: gdb.python/py-inferior.exp: search spanning large range 1st result
17001 PASS: gdb.python/py-inferior.exp: py start_addr = first + 1
17002 PASS: gdb.python/py-inferior.exp: py second = gdb.inferiors()[0].search_memory (start_addr, end_add…
17003 PASS: gdb.python/py-inferior.exp: search spanning large range 2nd result
17004 PASS: gdb.python/py-inferior.exp: py start_addr = second + 1
17005 PASS: gdb.python/py-inferior.exp: py third = gdb.inferiors()[0].search_memory (start_addr, end_addr…
17006 PASS: gdb.python/py-inferior.exp: search spanning large range 3rd result
17007 PASS: gdb.python/py-inferior.exp: get initial list
17008 PASS: gdb.python/py-inferior.exp: Get inferior list length
17009 PASS: gdb.python/py-inferior.exp: Check inferior validity
17010 PASS: gdb.python/py-inferior.exp: add empty inferior 2
17011 PASS: gdb.python/py-inferior.exp: get new list
17012 PASS: gdb.python/py-inferior.exp: Get inferior list length
17013 PASS: gdb.python/py-inferior.exp: Check inferior validity
17014 PASS: gdb.python/py-inferior.exp: Check inferior validity
17015 PASS: gdb.python/py-inferior.exp: remove-inferiors 3
17016 PASS: gdb.python/py-inferior.exp: Check inferior validity
17017 PASS: gdb.python/py-inferior.exp: Check inferior validity
17018 PASS: gdb.python/py-inferior.exp: Switch to first inferior
17019 PASS: gdb.python/py-inferior.exp: First inferior selected
17020 PASS: gdb.python/py-inferior.exp: Create new inferior
17021 PASS: gdb.python/py-inferior.exp: Switch to third inferior
17022 PASS: gdb.python/py-inferior.exp: Third inferior selected
17023 PASS: gdb.python/py-inferior.exp: Switch to first inferior
17024 PASS: gdb.python/py-inferior.exp: Remove second inferior
17039 PASS: gdb.python/py-infthread.exp: kill inferior 1
17520 PASS: gdb.python/python.exp: Attempt to aquire thread with no inferior
17930 PASS: gdb.python/py-value.exp: kill the inferior
18146 PASS: gdb.server/ext-run.exp: load new file without any gdbserver inferior