Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Monitor Memory dialog in Memory View -> Add Memory Monitor does not accept "&main"

Hi,

In the Monitor Memory dialog opened from Memory View -> Add Memory Monitor, if the user wants to see the memory contents for a function, it was possible to type in &<function name> (e.g. &main) earlier (in CDT 4.0.1).

However, now due to change made to CMemoryBlockRetrievalExtension.java via file revision 1.15.2.1, expressions like &main are no longer supported.

The reason for this change is described in the bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=216159

Is it intended behaviour that Memory View does not support viewing the content of functions via expressions like &main, or is it a bug?

Thanks
Abeer Bagul
Software Engineer - Tensilica India

Back to the top