Commit Graph
3 Commits
Author SHA1 Message Date
Rene Gollent bd26704e42 Use minimal frame info optimization in a few more places. 2012-12-28 22:23:06 -05:00
Rene Gollent 1167ae5274 Some optimizations for ThreadHandler.
- CreateStackTrace() now takes a parameter indicating whether or not
  to try and retrieve full frame information. This in turn is passed
  on to SpecificImageDebugInfo, where e.g. DwarfImageDebugInfo can
  use it to avoid constructing variables and parameters. This is
  used by ThreadHandler since, when it requests the top frame for
  its stepping  calculations, this additional data/work is completely
  unnecessary.
2012-12-26 00:20:33 -05:00
Rene Gollent 4549786bad Code reorganization. 2012-11-07 23:19:23 +01:00