mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 07:28:44 +08:00
* gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
from targets that use function descriptors in the virtual tables. Handle presence of dot symbols.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2013-06-05 Luis Machado <lgustavo@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
|
||||||
|
from targets that use function descriptors in the virtual tables.
|
||||||
|
Handle presence of dot symbols.
|
||||||
|
|
||||||
2013-06-04 Gary Benson <gbenson@redhat.com>
|
2013-06-04 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
* gdb.base/break-probes.exp: New file.
|
* gdb.base/break-probes.exp: New file.
|
||||||
|
@ -234,7 +234,7 @@ proc make_one_vtable_result {name args} {
|
|||||||
set result "vtable for '${name}' @ $hex .subobject @ $hex.:$nls"
|
set result "vtable for '${name}' @ $hex .subobject @ $hex.:$nls"
|
||||||
set count 0
|
set count 0
|
||||||
foreach func $args {
|
foreach func $args {
|
||||||
append result ".${count}.: $hex <$func..>${nls}"
|
append result ".${count}.:( @$hex:)? $hex <(\.)?$func..>${nls}"
|
||||||
incr count
|
incr count
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user