Opened 8 years ago

Closed 8 years ago

#12693 closed bug (fixed)

[Debugger] Retrieving return values sometimes doesn't work

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

Description

Sometimes, when stepping over lines containing nested function calls, the corresponding return values aren't reported in the variables list, even though the functions in question all have debug information available. A consistent testcase needs to be found in order to investigate this further.

Change History (2)

comment:1 by anevilyak, 8 years ago

Status: newin-progress

Problem understood, we aren't correctly handling PLT entries that resolve to a function outside of their containing image.

comment:2 by anevilyak, 8 years ago

Resolution: fixed
Status: in-progressclosed

Fixed in hrev50159.

Note: See TracTickets for help on using tickets.