From: Pedro Alves Date: Wed, 4 Jul 2012 11:28:04 +0000 (+0000) Subject: 2012-07-04 Pedro Alves X-Git-Tag: gdb_7_5-branchpoint~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=979ade8b165a932d16a10ef5fd77b8b2c0632377;p=thirdparty%2Fbinutils-gdb.git 2012-07-04 Pedro Alves * gdb.mi/mi-reverse.exp: Use supports_reverse and supports_process_record. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5bd78539b6f..496b0997995 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-07-04 Pedro Alves + + * gdb.mi/mi-reverse.exp: Use supports_reverse and + supports_process_record. + 2012-07-04 Pedro Alves * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line diff --git a/gdb/testsuite/gdb.mi/mi-reverse.exp b/gdb/testsuite/gdb.mi/mi-reverse.exp index d3307702123..34baf3f724b 100644 --- a/gdb/testsuite/gdb.mi/mi-reverse.exp +++ b/gdb/testsuite/gdb.mi/mi-reverse.exp @@ -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"] {