This is the mail archive of the gdb@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]

Useful MI functions marked @ignore in gdb/doc/gdb.texinfo.


I was recently looking at the problem of displaying global and local variables from an IDE front-end that uses MI (Eclipse).

I noticed that gdb/doc/gdb.texinfo has a list of what appear to be really useful MI functions for working with symbols.

Unfortunately all of those functions are wraped with @ignore/@end ignore.

None of these MI functions are implemented in gdb/mi/mi-symbol-cmds.c, and never have been (according to the CVS history, and yes I did work my way back through the DOS 8.3 rename into the attic).

What's the story with these hidden, but documented MI functions?

These functions look like they would be really useful to an front-end that wants to display variables that have global scope.

Comments?

Cheers,
Carlos.
-- 
Carlos O'Donell
Mentor Graphics / CodeSourcery
carlos_odonell@mentor.com
carlos@codesourcery.com
+1 (613) 963 1026


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