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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
bkpt-multi-exec.exp 30 set exec2 "crashme"
31 set srcfile2 ${exec2}.c
32 set binfile2 [standard_output_file ${exec2}]
40 if { [build_executable ${testfile}.exp ${exec2} "${srcfile2}" $compile_options] == -1 } {
65 "add inferior 2 with -exec ${exec2}"
multi-arch.exp 36 set exec2 "ma-hangout"
38 set binfile2 [standard_output_file ${exec2}]
79 if { [build_executable "failed to prepare" ${exec2} "${srcfile2}" \
104 "Executable.*${exec1}.*${exec2}.*"
multi-re-run.exp 29 set exec2 "multi-re-run-2"
31 set binfile2 [standard_output_file ${exec2}]
40 with_test_prefix "exec2" {
41 if { [build_executable "failed to prepare" ${exec2} "${srcfile2}" \
base.exp 25 set exec2 "hangout"
26 set srcfile2 ${exec2}.c
27 set binfile2 [standard_output_file ${exec2}]
37 if { [build_executable ${testfile}.exp ${exec2} "${srcfile2}" {debug}] == -1} {
53 gdb_test "file ${binfile2}" ".*" "load ${exec2} file in inferior 2"
66 "Executable.*${exec1}.*${exec2}.*${exec3}.*"
79 -re ". 2 \[^\r\n\]*${exec2}" {
105 -re ". 2 \[^\r\n\]*${exec2}" {
177 -re ". 2 \[^\r\n\]*${exec2}" {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
bkpt-multi-exec.exp 30 set exec2 "crashme"
31 set srcfile2 ${exec2}.c
32 set binfile2 [standard_output_file ${exec2}]
40 if { [build_executable ${testfile}.exp ${exec2} "${srcfile2}" $compile_options] == -1 } {
65 "add inferior 2 with -exec ${exec2}"
multi-arch.exp 38 set exec2 "ma-hangout"
40 set binfile2 [standard_output_file ${exec2}]
81 if { [build_executable "failed to prepare" ${exec2} "${srcfile2}" \
106 "Executable.*${exec1}.*${exec2}.*"
base.exp 25 set exec2 "hangout"
26 set srcfile2 ${exec2}.c
27 set binfile2 [standard_output_file ${exec2}]
37 if { [build_executable ${testfile}.exp ${exec2} "${srcfile2}" {debug}] == -1} {
53 gdb_test "file ${binfile2}" ".*" "load ${exec2} file in inferior 2"
66 "Executable.*${exec1}.*${exec2}.*${exec3}.*"
79 -re ". 2 \[^\r\n\]*${exec2}" {
105 -re ". 2 \[^\r\n\]*${exec2}" {
177 -re ". 2 \[^\r\n\]*${exec2}" {
checkpoint-multi.exp 39 set exec2 "goodbye"
40 set srcfile2 ${exec2}.c
41 set binfile2 [standard_output_file ${exec2}]
51 if { [build_executable ${testfile}.exp ${exec2} "${srcfile2}" {debug}] == -1 } {
74 "add inferior 2 with -exec $::exec2"
78 "Executable.*$::exec1.*$::exec2.*"
82 "Switching to inferior 2.*$::exec2.*"
110 clean_restart $::exec2
126 "Executable.*$::exec2.*$::exec1.*"
146 gdb_test "inferior 1" "Switching to inferior 1.*$::exec2.*
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
execl-update-breakpoints.exp 27 set exec2 ${binfile}2
36 || [gdb_compile $objfile $exec2 executable {debug text_segment=0x2000000}] != ""} {
42 # exec2. If it is, then skip the test as unsupported.
58 clean_restart ${exec2}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
execl-update-breakpoints.exp 27 set exec2 ${binfile}2
36 || [gdb_compile $objfile $exec2 executable {debug text_segment=0x2000000}] != ""} {
42 # exec2. If it is, then skip the test as unsupported.
60 gdb_load $exec2
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 2902 * Legacy execbuffer just creates an exec2 list from the original exec object
2910 struct drm_i915_gem_execbuffer2 exec2; local
2922 exec2.buffers_ptr = args->buffers_ptr;
2923 exec2.buffer_count = args->buffer_count;
2924 exec2.batch_start_offset = args->batch_start_offset;
2925 exec2.batch_len = args->batch_len;
2926 exec2.DR1 = args->DR1;
2927 exec2.DR4 = args->DR4;
2928 exec2.num_cliprects = args->num_cliprects;
2929 exec2.cliprects_ptr = args->cliprects_ptr
    [all...]
  /src/sys/arch/x68k/stand/libdos/
Makefile 36 pathchk.S loadonly.S execonly.S bindno.S exec2.S exit2.S wait.S \

Completed in 22 milliseconds