mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 15:00:34 +00:00
Reviewed and approved by Daniel Jacobowitz
2006-02-19 Fred Fish <fnf@specifix.com> * gdb.base/pc-fp.exp (get_valueofx): Don't print environment specifix hex value as part of results. * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
This commit is contained in:
parent
806e23c026
commit
a8b7528fa2
@ -1,3 +1,9 @@
|
||||
2006-02-19 Fred Fish <fnf@specifix.com>
|
||||
|
||||
* gdb.base/pc-fp.exp (get_valueofx): Don't print environment
|
||||
specifix hex value as part of results.
|
||||
* gdb.base/shreloc.exp (get_msym_addrs): Ditto.
|
||||
|
||||
2006-02-16 Fred Fish <fnf@specifix.com>
|
||||
|
||||
* gdb.base/whatis.c: Define variables using typedefs char_addr,
|
||||
|
@ -62,7 +62,7 @@ proc get_valueofx { fmt exp default } {
|
||||
gdb_expect {
|
||||
-re "\\$\[0-9\]* = (0x\[0-9a-zA-Z\]+).*$gdb_prompt $" {
|
||||
set val $expect_out(1,string)
|
||||
pass "get value of ${exp} ($val)"
|
||||
pass "get value of ${exp}"
|
||||
}
|
||||
timeout {
|
||||
set val ${default}
|
||||
|
@ -191,7 +191,7 @@ proc get_msym_addrs { var msymfile } {
|
||||
}
|
||||
|
||||
-re "$gdb_prompt $" {
|
||||
pass "get_msym_addrs ${var} (${result})"
|
||||
pass "get_msym_addrs ${var}"
|
||||
return "${result}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user