From 596662fa9956dffad8ac9c3a9eb001bf39e1314e Mon Sep 17 00:00:00 2001 From: Omair Javaid Date: Thu, 9 Jan 2014 15:59:55 +0500 Subject: [PATCH] gdb: ARM: Update configure.tgt and enable gdb.reverse testsuite gdb/testsuite/ChangeLog: 2014-01-15 Omair Javaid * lib/gdb.exp (supports_process_record): Return true for arm*-linux*. (supports_reverse): Likewise. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/lib/gdb.exp | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d2e011afe02..473ba9be997 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-01-15 Omair Javaid + + * lib/gdb.exp (supports_process_record): Return true for + arm*-linux*. (supports_reverse): Likewise. + 2014-01-13 Siva Chandra Reddy PR python/15464 diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 2713ddfb56e..8559b59910a 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -1801,7 +1801,8 @@ proc supports_process_record {} { return [target_info gdb,use_precord] } - if { [istarget "x86_64-*-linux*"] || [istarget "i\[34567\]86-*-linux*"] } { + if { [istarget "arm*-*-linux*"] || [istarget "x86_64-*-linux*"] + || [istarget "i\[34567\]86-*-linux*"] } { return 1 } @@ -1816,7 +1817,8 @@ proc supports_reverse {} { return [target_info gdb,can_reverse] } - if { [istarget "x86_64-*-linux*"] || [istarget "i\[34567\]86-*-linux*"] } { + if { [istarget "arm*-*-linux*"] || [istarget "x86_64-*-linux*"] + || [istarget "i\[34567\]86-*-linux*"] } { return 1 } -- 2.30.2