mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
* varobj.c (struct varobj): Fix comment
for the type member not to lie when it can be NULL.
This commit is contained in:
@ -110,7 +110,9 @@ struct varobj
|
||||
/* Index of this variable in its parent or -1 */
|
||||
int index;
|
||||
|
||||
/* The type of this variable. This may NEVER be NULL. */
|
||||
/* The type of this variable. This can be NULL
|
||||
for artifial variable objects -- currently, the "accessibility"
|
||||
variable objects in C++. */
|
||||
struct type *type;
|
||||
|
||||
/* The value of this expression or subexpression. A NULL value
|
||||
|
Reference in New Issue
Block a user