2012-07-04 Pedro Alves <palves@redhat.com>

* gdb.mi/mi-reverse.exp: Use supports_reverse and
	supports_process_record.
This commit is contained in:
Pedro Alves 2012-07-04 11:28:04 +00:00
parent 8a980b44d0
commit 979ade8b16
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-07-04 Pedro Alves <palves@redhat.com>
* gdb.mi/mi-reverse.exp: Use supports_reverse and
supports_process_record.
2012-07-04 Pedro Alves <palves@redhat.com>
* gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line

View File

@ -27,7 +27,7 @@
# but to verify the correct output response to MI operations.
#
if ![target_info exists gdb,can_reverse] {
if ![supports_reverse] {
return
}
@ -49,7 +49,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
mi_run_to_main
if [target_info exists gdb,use_precord] {
if [supports_process_record] {
# Activate process record/replay
if [mi_gdb_test "-interpreter-exec console record" \
{\^done} "Turn on process record"] {