RE: Problem calling functions within gdb (version 7.5)
Saurabh T <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: [email protected] > > Saurabh> 1. call fn(3, x) > Saurabh> gdb says: Cannot resolve function fn to any overloaded instance > Saurabh> This used to work with gdb 7.2. The function signature completely > Saurabh> matches the arguments so I dont know what it's complaining about. > > Please file a bug report. Done: http://sourceware.org/bugzilla/show_bug.cgi?id=15398 > > Saurabh> 2. print k > Saurabh> Let's say this prints 0x7ffb24 > Saurabh> call fn2(0x7ffb24) > Saurabh> gdb again says: Cannot resolve function fn2 to any overloaded instance > Saurabh> This also used to work with gdb 7.2. Here I can understand if > Saurabh> promoting ints to arbitrary pointers is no longer supported. > > I was under the impression that we allowed this again, but it fails for > me too. Please file another bug for this one. Done: http://sourceware.org/bugzilla/show_bug.cgi?id=15399 Thank you.