Debugger: Avoid unnecessary work in ThreadHandler.
commit4f21e03d095684788ee61d98cfbb94dcca7b34dd
authorRene Gollent <rene@gollent.com>
Sat, 19 Mar 2016 20:19:08 +0000 (19 16:19 -0400)
committerRene Gollent <rene@gollent.com>
Sat, 19 Mar 2016 20:30:50 +0000 (19 16:30 -0400)
treec0749010a2beb81cb7eaf0b9d04a244233ddd464
parent06c2f877e65742f15b2cd58e35f61ad3c1a1ae3a
Debugger: Avoid unnecessary work in ThreadHandler.

ThreadHandler:
- When stepping over a function call, ensure that we actually have a valid
  value for the stepped over function address before adding a return value
  info entry. While this had no visible adverse effect, it did result in
  unnecessary work when creating the list of variables to display later,
  since such entries would have no valid function to resolve to, and thus
  had to be ignored/thrown away.
src/apps/debugger/controllers/ThreadHandler.cpp