mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* gdb.objc/basicclass.exp ("Call an Objective-C method with no
arguments"): Also match negative number. * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
This commit is contained in:
parent
87242c6460
commit
83876b3be5
@ -1,3 +1,10 @@
|
||||
2003-07-07 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* gdb.objc/basicclass.exp ("Call an Objective-C method with no
|
||||
arguments"): Also match negative number.
|
||||
|
||||
* gdb.base/float.exp ("info float"): Add test for m68k-*-*.
|
||||
|
||||
2003-07-03 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdb.base/store.c (charest): New typedef.
|
||||
|
@ -61,6 +61,8 @@ if { [istarget "alpha*-*-*"] } then {
|
||||
gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float"
|
||||
} elseif [istarget "ia64-*-*"] then {
|
||||
gdb_test "info float" "f0.*f1.*f127.*" "info float"
|
||||
} elseif [istarget "m68k-*-*"] then {
|
||||
gdb_test "info float" "fp0.*fp1.*fp7.*" "info float"
|
||||
} else {
|
||||
gdb_test "info float" "No floating.point info available for this processor." "info float"
|
||||
}
|
||||
|
@ -178,7 +178,7 @@ gdb_test continue \
|
||||
# Test calling Objective-C methods
|
||||
#
|
||||
gdb_test "print \[self printHi\]" \
|
||||
"Hi.*\\$\[0-9\] = \[0-9\]+" \
|
||||
"Hi.*\\$\[0-9\] = -?\[0-9\]+" \
|
||||
"Call an Objective-C method with no arguments"
|
||||
|
||||
gdb_test "print \[self printNumber: 42\]" \
|
||||
|
Loading…
Reference in New Issue
Block a user