mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 22:13:43 +00:00
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:
parent
8a980b44d0
commit
979ade8b16
@ -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
|
||||
|
@ -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"] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user