mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
gdb: ARM: Update configure.tgt and enable gdb.reverse testsuite
gdb/testsuite/ChangeLog: 2014-01-15 Omair Javaid <omair.javaid@linaro.org> * lib/gdb.exp (supports_process_record): Return true for arm*-linux*. (supports_reverse): Likewise.
This commit is contained in:

committed by
Will Newton

parent
c6ec2b3055
commit
596662fa99
@ -1,3 +1,8 @@
|
||||
2014-01-15 Omair Javaid <omair.javaid@linaro.org>
|
||||
|
||||
* lib/gdb.exp (supports_process_record): Return true for
|
||||
arm*-linux*. (supports_reverse): Likewise.
|
||||
|
||||
2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
|
||||
|
||||
PR python/15464
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user