News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

data structures are not expanded in watch window

Started by Kaijun, May 06, 2015, 12:31:14 PM

Previous topic - Next topic

Kaijun

When I debug application in beagleboard with CB 13.12 in linux, I found data structure can not be expanded, it simply indicates address. When I used CB 10.x, it didn't have this problem.

oBFusCATed

I'm pretty sure this problem happens for all versions.
And this is limitation of the gdb/cli protocol we're using.

If you want to see the members then right click on the variable and choose the 'dereference blabla' menu option.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Kaijun


oBFusCATed

If the variable is not a pointer then the expansion will work.
If it is a pointer then you need to dereference it in the watch window manually.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]