Lines Matching refs:dwp
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]"
58 if [remote_file host exists [standard_output_file ${testfile}.dwp]] {
62 if ![remote_file host exists [standard_output_file ${thelink}.dwp]] {
63 unsupported "host does not support symbolic links (dwp symlink is missing)"
71 "binary default, dwp at symlink"
75 gdb_test "ptype main" $main_type_re "binary symlink, dwp at symlink"
77 # Verify we can still find the dwp if we change directories and we specified
91 "relative path, binary symlink, dwp at symlink"
93 # Rename the dwp file back to its original name.
94 remote_exec host "mv -f [standard_output_file ${thelink}.dwp] [standard_output_file ${testfile}.dwp]"
101 # dir2/real-dwp-with-random-name
103 # dir3/symlink-to-real-binary.dwp
105 set dwp_bin_dir [standard_output_file dwp-dir1]
106 set dwp_dwp_dir [standard_output_file dwp-dir2]
107 set dwp_symlink_dir [standard_output_file dwp-dir3]
108 set dwp_real_binary "dwp-abc"
109 set dwp_real_dwp "dwp-def"
110 set dwp_symlink_binary "dwp-symlink-binary"
111 set dwp_symlink_dwp "${dwp_symlink_binary}.dwp"
120 remote_exec host "cp [standard_output_file ${testfile}.dwp] ${dwp_dwp_dir}/${dwp_real_dwp}"
133 "separate executable/dwp symlinks"