HomeSort by: relevance | last modified time | path
    Searched refs:inferiors (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
gdb-settings.exp 34 # The $_gdb_setting/$_gdb_setting_str tests require running inferiors,
35 # because they allocate memory in the inferiors for the produced
36 # values. Since we need two inferiors for this test, we can't run
39 # still run the other tests with multiple inferiors, they just won't
40 # be running inferiors.
44 set inferiors {1 2}
46 # Start all the inferiors.
48 foreach_with_prefix inf $inferiors {
68 foreach_with_prefix inf $inferiors {
77 foreach_with_prefix inf $inferiors {
    [all...]
multi-target-no-resumed.exp 80 set inferiors {1 2 5}
81 foreach_with_prefix inf_A $inferiors {
82 foreach_with_prefix inf_B $inferiors {
multi-target-info-inferiors.py 64 all_inferiors = sorted(gdb.inferiors(), key=inf_num)
65 for i in gdb.inferiors():
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
gdb-settings.exp 34 # The $_gdb_setting/$_gdb_setting_str tests require running inferiors,
35 # because they allocate memory in the inferiors for the produced
36 # values. Since we need two inferiors for this test, we can't run
39 # still run the other tests with multiple inferiors, they just won't
40 # be running inferiors.
44 set inferiors {1 2}
46 # Start all the inferiors.
48 foreach_with_prefix inf $inferiors {
68 foreach_with_prefix inf $inferiors {
77 foreach_with_prefix inf $inferiors {
    [all...]
multi-target-no-resumed.exp 80 set inferiors {1 2 5}
81 foreach_with_prefix inf_A $inferiors {
82 foreach_with_prefix inf_B $inferiors {
multi-target-info-inferiors.py 64 all_inferiors = sorted(gdb.inferiors(), key=inf_num)
65 for i in gdb.inferiors():
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-read-memory-leak.py 30 self.inf = gdb.inferiors()[0]
py-send-packet.py 55 for inf in gdb.inferiors():
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-read-memory-leak.py 39 inf = gdb.inferiors()[0]
py-send-packet.py 55 for inf in gdb.inferiors():
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
ptwrite.py 41 for inferior in gdb.inferiors():
56 # Clear the traces of all threads of all inferiors to force
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
ptwrite.py 41 for inferior in gdb.inferiors():
56 # Clear the traces of all threads of all inferiors to force
  /src/external/gpl3/gdb.old/bin/gdbserver/
Makefile 11 SERVER_SRCS+= ax.cc debug.cc dll.cc hostio.cc inferiors.cc
  /src/external/gpl3/gdb/bin/gdbserver/
Makefile 11 SERVER_SRCS+= ax.cc debug.cc dll.cc hostio.cc inferiors.cc
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 1143 be zero for statically linked multithreaded inferiors.
2428 True if inferiors share an address space (e.g., uClinux).
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c 276 all threads in all inferiors, we need to iterate over
382 /* This will interrupt all threads in all inferiors. */
632 const std::set<int> *inferiors; member in class:print_one_inferior_data::std
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 1156 be zero for statically linked multithreaded inferiors.
2456 True if inferiors share an address space (e.g., uClinux).

Completed in 26 milliseconds