Opened 10 years ago
Last modified 10 years ago
#11425 new enhancement
[Debugger] Add global variable support
Reported by: | anevilyak | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #11387, #11426 | |
Platform: | All |
Description
Currently, we have no way of inspecting the values of global variables. However, gcc does not implement .debug_pubnames, so In order to be able to support this, we need to build a lookup table of externally visible variables similar to GlobalTypeCache.
Change History (2)
comment:1 by , 10 years ago
Blocking: | 11426 added |
---|
comment:2 by , 10 years ago
Blocking: | 11387 added |
---|
Note:
See TracTickets
for help on using tickets.
(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.