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 gdb/13356] Be less strict about C++ overloading when callingfunctions from the inferior


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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-11-02 08:34:48 UTC ---
(In reply to comment #2)
> > it's annoying to figure out and paste a cast to whatever specific
> > pointer type is required here when pasting an address from some
> > location.
> 
> Bah, sorry I need to learn to read.
> 
> I'd be happier if gdb accepted (void*) instead of random integers though. 
> Maybe this should be an option.

Sure, (void *) would be an improvement, though taking literal integers
would be nice as well (if there is no integer overload).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]