Opened 9 years ago

Last modified 9 years ago

#11426 new enhancement

[Debugger] Add global variable lookup to expression parser.

Reported by: anevilyak Owned by: anevilyak
Priority: normal Milestone: Unscheduled
Component: Applications/Debugger Version: R1/Development
Keywords: Cc:
Blocked By: #11425 Blocking: #11387
Platform: All

Description

The expression parser currently only attempts to resolve identifier names against the stack frame which it's associated with. It would be nice if it could also handle resolving against global names.

Change History (1)

comment:1 by anevilyak, 9 years ago

Blocking: 11387 added

(In #11387) The first part of this request (function-associated expressions) has been implemented in hrev48254. However, global expressions will need to wait until we have the necessarily support to resolve global variables at all, as without those, such expressions wouldn't be terribly useful.

Note: See TracTickets for help on using tickets.