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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dwp-symlink.exp 18 remote_file host delete [standard_output_file ${testfile}.dwp]
19 if [remote_file host exists [standard_output_file ${testfile}.dwp]] {
20 unsupported "dwp file cannot be deleted"
26 if ![remote_file host exists [standard_output_file ${testfile}.dwp]] {
27 unsupported "testsuite run does not produce dwp files"
34 remote_file host delete [standard_output_file ${thelink}.dwp]
41 if [remote_file host exists [standard_output_file $thelink.dwp]] {
50 gdb_test "ptype main" $main_type_re "binary default, dwp default"
54 gdb_test "ptype main" $main_type_re "binary symlink, dwp default"
57 remote_exec host "mv -f [standard_output_file ${testfile}.dwp] [standard_output_file ${thelink}.dwp]
    [all...]
dwp-sepdebug.exp 21 if ![remote_file host exists [standard_output_file ${testfile}.dwp]] {
22 unsupported "testsuite run does not produce dwp files"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dwp-symlink.exp 18 remote_file host delete [standard_output_file ${testfile}.dwp]
19 if [remote_file host exists [standard_output_file ${testfile}.dwp]] {
20 unsupported "dwp file cannot be deleted"
26 if ![remote_file host exists [standard_output_file ${testfile}.dwp]] {
27 unsupported "testsuite run does not produce dwp files"
34 remote_file host delete [standard_output_file ${thelink}.dwp]
41 if [remote_file host exists [standard_output_file $thelink.dwp]] {
50 gdb_test "ptype main" $main_type_re "binary default, dwp default"
54 gdb_test "ptype main" $main_type_re "binary symlink, dwp default"
57 remote_exec host "mv -f [standard_output_file ${testfile}.dwp] [standard_output_file ${thelink}.dwp]
    [all...]
dwp-sepdebug.exp 21 if ![remote_file host exists [standard_output_file ${testfile}.dwp]] {
22 unsupported "testsuite run does not produce dwp files"
  /src/external/apache2/llvm/bin/llvm-dwp/
Makefile 3 PROG_CXX= llvm-dwp
8 .PATH: ${LLVM_SRCDIR}/tools/llvm-dwp
11 llvm-dwp.cpp
  /src/external/apache2/llvm/bin/
Makefile 27 llvm-dwp \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-missing-objfile.exp 142 # If using the fission-dwp board then we'll have .dwp files that also
144 if {[remote_file host exists ${libfile}.dwp]} {
145 remote_exec host "mv ${libfile}.dwp ${hidden_libfile}.dwp"
148 if {[remote_file host exists ${binfile}.dwp]} {
149 remote_exec host "mv ${binfile}.dwp ${hidden_binfile}.dwp"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/
make-check-all.sh 79 fission-dwp
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-missing-objfile.exp 152 # If using the fission-dwp board then we'll have .dwp files that also
154 if {[remote_file host exists ${libfile}.dwp]} {
155 remote_exec host "mv ${libfile}.dwp ${hidden_libfile}.dwp"
158 if {[remote_file host exists ${binfile}.dwp]} {
159 remote_exec host "mv ${binfile}.dwp ${hidden_binfile}.dwp"
  /src/external/gpl3/gdb/dist/gdb/testsuite/
make-check-all.sh 80 fission-dwp
  /src/external/gpl3/gdb.old/dist/gdb/contrib/
cc-with-tweaks.sh 33 # For documentation on Fission and dwp files:
48 # -p create .dwp files (Fission), you need to also use gcc option -gsplit-dwarf
76 DWP=${DWP:-dwp}
292 $DWP -o "${output_file}.dwp" "${dwo_files[@]}" > /dev/null
  /src/external/gpl3/gdb/dist/gdb/contrib/
cc-with-tweaks.sh 33 # For documentation on Fission and dwp files:
49 # -p create .dwp files (Fission), you need to also use gcc option -gsplit-dwarf
77 DWP=${DWP:-dwp}
295 $DWP -o "${output_file}.dwp" "${dwo_files[@]}" > /dev/null
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 1 //===-- llvm-dwp.cpp - Split DWARF merging tool for llvm ------------------===//
9 // A utility for merging DWARF 5 Split DWARF .dwo files into .dwp (DWARF
340 // Assuming the pre-standard DWP format.
778 return make_error<DWPError>("multiple type unit sections in .dwp file");

Completed in 19 milliseconds