libdebugger: Fix #12914.
commitb7012e6c465fe907aef98a53af2c2e73e11524f0
authorRene Gollent <rene@gollent.com>
Sun, 14 Aug 2016 01:19:36 +0000 (13 21:19 -0400)
committerRene Gollent <rene@gollent.com>
Sun, 14 Aug 2016 01:23:11 +0000 (13 21:23 -0400)
tree23325e51b4ae51539ed428b9e14a8de8149d0a2b
parent4fecb09f143c2d213b989af691a0d1b3ed6c1aec
libdebugger: Fix #12914.

DwarfImageDebugInfo:
- While computing return value locations, we need to re-evaluate
  the availability of debug information as we're forced to traverse
  around images to resolve the location of a function call. Otherwise,
  we may crash as one of the called functions may belong to an image
  that wasn't compiled with debug info.
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp