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 #5 from Anton <xgsa at yandex dot ru> 2011-11-09 11:36:30 UTC ---
Ok, I figured out that Qt Creator uses its own dumping system that relies on
python interface to gdb. So it just use "dynamic_type" property of gdb value
object. However, Eclipse CDT (and many other tools, I believe) uses standard MI
interface.

So I am wondering what is the preferable way to provide this information:
  - the "-var-create" command extension;
  - some another command creation;
  - "set print object" should affect MI interface;
  - some MI analogs of "set print object" command should be implemented;

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