mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
* gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
pass on targets where address zero is readable.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
* gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
|
||||
pass on targets where address zero is readable.
|
||||
|
||||
2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
* gdb.xml/tdesc-arch.exp: Test is unsupported on target with
|
||||
|
@ -603,7 +603,7 @@ mi_gdb_test "-var-create null_ptr * **0" \
|
||||
# will not test what it was meant to. Most important is that GDB
|
||||
# does not crash.
|
||||
mi_gdb_test "-var-update null_ptr" \
|
||||
{\^done,changelist=\[{.*}\]} \
|
||||
{\^done,changelist=\[.*\]} \
|
||||
"update null_ptr"
|
||||
|
||||
mi_gdb_test "-var-delete null_ptr" \
|
||||
|
Reference in New Issue
Block a user