* varobj.h: Add comments to enum varobj_languages.
This commit is contained in:
Yao Qi 2013-10-06 03:28:57 +00:00
parent c080eea7b2
commit 1cc47d81c9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-10-06 Yao Qi <yao@codesourcery.com>
* varobj.h: Add comments to enum varobj_languages.
2013-10-04 Doug Evans <dje@google.com>
Add support for DWP file format version 2.

View File

@ -52,7 +52,8 @@ enum varobj_scope_status
/* String representations of gdb's format codes (defined in varobj.c). */
extern char *varobj_format_string[];
/* Languages supported by this variable objects system. */
/* Languages supported by this variable objects system. This enum is used
to index arrays so we make its first enum explicitly zero. */
enum varobj_languages
{
vlang_c = 0, vlang_cplus, vlang_java, vlang_ada, vlang_end