Home | History | Annotate | Download | only in gdb.base

Lines Matching refs:srec

27 set formats {binary ihex srec tekhex  verilog}
30 # SREC etc cannot handle 64-bit addresses. Force the test
63 # assume our target has 64-bit addresses that are not supported by SREC,
76 intarr1.srec intarr1.tekhex intarr1.verilog
78 intarr2.srec intarr2.tekhex intarr2.verilog
80 intstr1.srec intstr1.tekhex intstr1.verilog
82 intstr2.srec intstr2.tekhex intstr2.verilog
83 intarr3.srec
138 make_dump_file "dump srec val [set intarr1.srec] intarray" \
139 "dump array as value, srec"
141 make_dump_file "dump srec val [set intstr1.srec] intstruct" \
142 "dump struct as value, srec"
242 make_dump_file "dump srec mem [set intarr2.srec] $array_start $array_end" \
243 "dump array as memory, srec"
245 make_dump_file "dump srec mem [set intstr2.srec] $struct_start $struct_end" \
246 "dump struct as memory, srec"
271 "dump srec mem [set intarr3.srec] &intarray \(char *\) &intarray + sizeof intarray" \
272 "dump array as mem, srec, expressions"
291 test_restore_saved_value "[set intarr1.srec]" "array as value, srec" \
294 test_restore_saved_value "[set intstr1.srec]" "struct as value, srec" \
299 test_restore_saved_value "[set intarr2.srec]" "array as memory, srec" \
302 test_restore_saved_value "[set intstr2.srec]" "struct as memory, srec" \
371 test_restore_saved_value "[set intarr1.srec] $array2_offset" \
372 "array copy, srec" \
375 test_restore_saved_value "[set intstr1.srec] $struct2_offset" \
376 "struct copy, srec" \
429 test_restore_saved_value "[set intarr1.srec] 0 $element3_start $element4_start" \
430 "array partial, srec" 4 "intarray\[3\]"
466 "[set intarr3.srec] (char*)${array2_start}-(char*)${array_start} &intarray\[3\] &intarray\[4\]" \
523 # srec format can not be loaded for 64-bit-only platforms
525 test_reload_saved_value "[set intarr1.srec]" "reload array as value, srec" \
527 test_reload_saved_value "[set intstr1.srec]" "reload struct as value, srec" \
529 test_reload_saved_value "[set intarr2.srec]" "reload array as memory, srec" \
531 test_reload_saved_value "[set intstr2.srec]" "reload struct as memory, srec" \