OSDN Git Service

gdb
authorTom Tromey <tromey@redhat.com>
Mon, 2 Feb 2009 21:50:11 +0000 (21:50 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 2 Feb 2009 21:50:11 +0000 (21:50 +0000)
commitfe4c4e465347fee881541b71c140a773f42a0ce6
tree8ac3f59f136ae022ec76004a9f39e6004bdda649
parente1d633a3fafbf670c686f59f3007b6280da50625
gdb
PR exp/9059:
* valops.c (find_overload_match): Follow typedefs before taking
address of object argument.
gdb/testsuite
PR exp/9059:
* gdb.cp/call-c.exp: Add regression test.
* gdb.cp/call-c.cc (FooHandle): New typedef.
(main): New variable 'handle'.
gdb/ChangeLog
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/call-c.cc
gdb/testsuite/gdb.cp/call-c.exp
gdb/valops.c