* gdb.mi/mi-reverse.exp: Use supports_reverse and
	supports_process_record.
+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
 
 # but to verify the correct output response to MI operations.
 #
 
-if ![target_info exists gdb,can_reverse] {
+if ![supports_reverse] {
     return
 }
 
 
 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"] {