Debugger: Fix #13261.hrev50913
commit9a3409492a8d8e421ca3305b6f101b25756e9d34
authorRene Gollent <rene@gollent.com>
Mon, 30 Jan 2017 01:20:35 +0000 (29 20:20 -0500)
committerRene Gollent <rene@gollent.com>
Mon, 30 Jan 2017 01:20:35 +0000 (29 20:20 -0500)
treec5f396189bc579bac9aa743360a8ccb65230f343
parent0d51483faea28e0584ef73d776c188aafcd37587
Debugger: Fix #13261.

ThreadsTableModel:
- When returning field values for the stop reason column, only return valid if
  we actually populated it with a value (ergo, the thread was actually
  stopped). Otherwise, the table will attempt to perform comparisons on a
  BVariant which was never actually populated, leading to crashes.
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp