libdebugger: Fix #12913.hrev50487
commit8471ec3d566da2087e09192dd0fd0dc0f08ceee8
authorRene Gollent <rene@gollent.com>
Sun, 14 Aug 2016 01:17:41 +0000 (13 21:17 -0400)
committerRene Gollent <rene@gollent.com>
Sun, 14 Aug 2016 01:24:00 +0000 (13 21:24 -0400)
tree5c44dc38e0e36b22c8fe3e15db4df3b36eb0a924
parentb7012e6c465fe907aef98a53af2c2e73e11524f0
libdebugger: Fix #12913.

ThreadHandler:
- When single stepping, verify that current instruction pointer is
  actually within a valid image. Otherwise we'll crash attempting to
  retrieve debug information for it.
src/kits/debugger/controllers/ThreadHandler.cpp