mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Fixes for gdb.xml/tdesc-regs.exp.
2020-06-19 Sandra Loosemore <sandra@codesourcery.com> Hafiz Abid Qadeer <abidh@codesourcery.com> * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of file sent to remote host. (top level): Allow int32_t as type of 32-bit register.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
|
||||||
|
Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
|
||||||
|
file sent to remote host.
|
||||||
|
(top level): Allow int32_t as type of 32-bit register.
|
||||||
|
|
||||||
2020-06-19 Tom de Vries <tdevries@suse.de>
|
2020-06-19 Tom de Vries <tdevries@suse.de>
|
||||||
|
|
||||||
* lib/gdb.exp (gdb_note): New proc.
|
* lib/gdb.exp (gdb_note): New proc.
|
||||||
|
@ -145,7 +145,7 @@ proc load_description { file errmsg xml_file } {
|
|||||||
close $ofd
|
close $ofd
|
||||||
|
|
||||||
if {[is_remote host]} {
|
if {[is_remote host]} {
|
||||||
set regs_file [remote_download host "$subdir/$xml_file" $xml_file]
|
set regs_file [remote_download host "$regs_file" $xml_file]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Anchor the test output, so that error messages are detected.
|
# Anchor the test output, so that error messages are detected.
|
||||||
@ -165,7 +165,7 @@ if {![is_remote host]} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
load_description "extra-regs.xml" "" "test-extra-regs.xml"
|
load_description "extra-regs.xml" "" "test-extra-regs.xml"
|
||||||
gdb_test "ptype \$extrareg" "type = (int|long|long long)"
|
gdb_test "ptype \$extrareg" "type = (int32_t|int|long|long long)"
|
||||||
gdb_test "ptype \$uintreg" "type = uint32_t"
|
gdb_test "ptype \$uintreg" "type = uint32_t"
|
||||||
gdb_test "ptype \$vecreg" "type = int8_t __attribute__ \\(\\(vector_size\\(4\\)\\)\\)"
|
gdb_test "ptype \$vecreg" "type = int8_t __attribute__ \\(\\(vector_size\\(4\\)\\)\\)"
|
||||||
gdb_test "ptype \$unionreg" \
|
gdb_test "ptype \$unionreg" \
|
||||||
|
Reference in New Issue
Block a user