This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15567] pty of derived class w/ using base::method doesn't print base::method


http://sourceware.org/bugzilla/show_bug.cgi?id=15567

--- Comment #2 from dje at google dot com ---
There's the additional bug that "p d->foo (0)" tries to invoke the wrong
method.
gdb looks for "double foo (double)" and never tries "int foo (int)".
[I'm setting aside the absence of the return type in the search parameters.]

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]