HomeSort by: relevance | last modified time | path
    Searched refs:corefile (Results 1 - 25 of 308) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
core-file-pid0.exp 36 set corefile [decompress_bz2 $corebz2file]
37 if { $corefile eq "" } {
43 file stat ${corefile} corestat
49 # Copy over the corefile if we are remote testing.
50 set corefile [gdb_remote_download host $corefile]
58 gdb_test "core-file ${corefile}" \
i386-biarch-core.exp 40 set corefile [decompress_bz2 $corebz2file]
41 if { $corefile == "" } {
46 file stat ${corefile} corestat
52 set corefile [gdb_remote_download host $corefile]
71 gdb_test_multiple "core-file ${corefile}" $test {
mips-fpregset-core.exp 77 set corefile [core_find $binfile]
78 set core_supported [expr {$corefile != ""}]
109 # Restart gdb and load COREFILE as a core file. SUPPORTED is true iff
113 proc mips_fpregset_core_test { supported corefile } {
123 set core_loaded [gdb_core_cmd $corefile $test]
144 mips_fpregset_core_test $core_supported $corefile
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls-core.exp 25 set corefile [core_find $binfile]
26 set core_supported [expr {$corefile != ""}]
37 # Restart gdb and load COREFILE as a core file. SUPPORTED is true iff
41 proc tls_core_test {supported corefile} {
50 set core_loaded [gdb_core_cmd $corefile $test]
70 tls_core_test $core_supported $corefile
corethreads.exp 30 set corefile [core_find $binfile]
31 if {$corefile == ""} {
37 gdb_test "core-file $corefile" "Core was generated by .*" "load core"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
core-file-pid0.exp 36 set corefile [decompress_bz2 $corebz2file]
37 if { $corefile eq "" } {
43 file stat ${corefile} corestat
49 # Copy over the corefile if we are remote testing.
50 set corefile [gdb_remote_download host $corefile]
58 gdb_test "core-file ${corefile}" \
i386-biarch-core.exp 40 set corefile [decompress_bz2 $corebz2file]
41 if { $corefile == "" } {
46 file stat ${corefile} corestat
52 set corefile [gdb_remote_download host $corefile]
71 gdb_test_multiple "core-file ${corefile}" $test {
mips-fpregset-core.exp 77 set corefile [core_find $binfile]
78 set core_supported [expr {$corefile != ""}]
110 # Restart gdb and load COREFILE as a core file. SUPPORTED is true iff
114 proc mips_fpregset_core_test { supported corefile } {
125 set core_loaded [gdb_core_cmd $corefile $test]
146 mips_fpregset_core_test $core_supported $corefile
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls-core.exp 25 set corefile [core_find $binfile]
26 set core_supported [expr {$corefile != ""}]
37 # Restart gdb and load COREFILE as a core file. SUPPORTED is true iff
41 proc tls_core_test {supported corefile} {
50 set core_loaded [gdb_core_cmd $corefile $test]
70 tls_core_test $core_supported $corefile
corethreads.exp 30 set corefile [core_find $binfile]
31 if {$corefile == ""} {
32 untested "unable to create or find corefile"
38 gdb_test "core-file $corefile" "Core was generated by .*" "load core"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gcorebg.exp 26 set corefile [standard_output_file ${testfile}.core]
35 global corefile
37 foreach file [glob -nocomplain [join [list $corefile *] ""]] {
48 global corefile
52 set res [remote_spawn target "$binfile $detached $GCORE $GDB_DATA_DIRECTORY $corefile"]
66 -re "Saved corefile \[^\r\n\]+\r\n" {
75 gdb_assert {1 == [llength [glob -nocomplain [join [list $corefile *] ""]]]}\
corefile-find-exec.exp 30 # Load the COREFILE and confirm that GDB auto-loads the executable.
33 proc test_load { corefile symbol_file gen_from_file } {
38 gdb_test_multiple "core-file $corefile" "load core file" {
65 set corefile [core_find $binfile]
66 if {$corefile == ""} {
67 untested "unable to create corefile"
71 remote_exec build "mv $corefile $corefile_1"
86 set corefile [core_find $symlink]
87 if {$corefile == ""} {
88 untested "unable to create corefile"
    [all...]
corefile-exec-context.exp 44 set corefile [core_find $binfile {}]
45 if {$corefile == ""} {
46 untested "unable to create corefile"
50 remote_exec build "mv $corefile $corefile_1"
73 set corefile [core_find $binfile {} $args]
74 if {$corefile == ""} {
75 untested "unable to create corefile"
79 remote_exec build "mv $corefile $corefile_2"
147 set corefile [core_find $binfile {} $args]
148 if {$corefile == ""}
    [all...]
many-headers.exp 34 set corefile [core_find $binfile]
35 if {$corefile == ""} {
58 "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS -batch -core=$corefile" \
auxv.exp 18 # This file is based on corefile.exp which was written by Fred
25 set corefile ${binfile}.corefile
134 remote_exec build "mv $file $corefile"
151 proc do_core_test {works corefile test1 test2} {
156 gdb_test "core $corefile" "Core was generated by.*" \
168 do_core_test $core_works $corefile \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gcorebg.exp 26 set corefile [standard_output_file ${testfile}.core]
35 global corefile
37 foreach file [glob -nocomplain [join [list $corefile *] ""]] {
48 global corefile
56 set res [remote_spawn target "$binfile $detached \"$gcore_cmd\" $corefile"]
70 -re "Saved corefile \[^\r\n\]+\r\n" {
79 gdb_assert {1 == [llength [glob -nocomplain [join [list $corefile *] ""]]]}\
corefile-find-exec.exp 30 # Load the COREFILE and confirm that GDB auto-loads the executable.
33 proc test_load { corefile symbol_file gen_from_file } {
38 gdb_test_multiple "core-file $corefile" "load core file" {
65 set corefile [core_find $binfile]
66 if {$corefile == ""} {
67 untested "unable to create corefile"
71 remote_exec build "mv $corefile $corefile_1"
86 set corefile [core_find $symlink]
87 if {$corefile == ""} {
88 untested "unable to create corefile"
    [all...]
corefile3.exp 35 set corefile [core_find $binfile {}]
36 if {$corefile == ""} {
37 untested "unable to create or find corefile"
57 gdb_test_multiple "core-file $corefile" "core-file command" {
many-headers.exp 34 set corefile [core_find $binfile]
35 if {$corefile == ""} {
36 untested "unable to create or find corefile"
59 "$GDB $INTERNAL_GDBFLAGS $GDBFLAGS -batch -core=$corefile" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-corefile.exp 30 set corefile [core_find $binfile {}]
31 if {$corefile == ""} {
52 "-target-select core $::corefile" \
57 "-target-select core \$corefile"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-corefile.exp 30 set corefile [core_find $binfile {}]
31 if {$corefile == ""} {
32 untested "unable to create or find corefile"
53 "-target-select core $::corefile" \
58 "-target-select core \$corefile"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
gcore.exp 39 set corefile [host_standard_output_file core]
40 gdb_test "generate-core-file $corefile" "Saved corefile $corefile" \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
gcore.exp 39 set corefile [host_standard_output_file core]
40 gdb_test "generate-core-file $corefile" "Saved corefile $corefile" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
task_switch_in_core.exp 38 set corefile [standard_output_file crash.gcore]
39 set core_supported [gdb_gcore_cmd "$corefile" "save a corefile"]
50 set core_loaded [gdb_core_cmd "$corefile" "re-load generated corefile"]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
task_switch_in_core.exp 38 set corefile [standard_output_file crash.gcore]
39 set core_supported [gdb_gcore_cmd "$corefile" "save a corefile"]
50 set core_loaded [gdb_core_cmd "$corefile" "re-load generated corefile"]

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 91011>>