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 mi/13393] There is no way to access runtime type of C++variable via MI (using RTTI)


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

--- Comment #14 from Andre Poenitz <andre.poenitz at nokia dot com> 2011-11-28 17:33:03 UTC ---
The dropping of "const" and "&" in the display in Qt Creator is intentional.
Showing it (which had been possible in the past) is considered unhelpful noise
with negligible benefit in fringe cases only. The "real" type is accessible
through the main editor/F2 anyway. So if you can trigger a display of
(toplevel) "const" or "&" for any output gdb (with or without your
improvements) produces, please file a bug.

-- 
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]