Debugger: Adjustments to report generator.hrev50747
commit67e0301477b06c7be20198f96580e13a024a81d4
authorRene Gollent <rene@gollent.com>
Thu, 8 Dec 2016 04:55:36 +0000 (7 23:55 -0500)
committerRene Gollent <rene@gollent.com>
Thu, 8 Dec 2016 04:58:36 +0000 (7 23:58 -0500)
tree2647b5954074a09ddbb82f864d95d36b4c8b7a6d
parent83345e6b0bfcfe0de8e31ef23044aa97c652b795
Debugger: Adjustments to report generator.

DebugReportGenerator:
- Due to the changes made with respect to correctly handling switching to
  disassembly explicitly, the report generator needs to request loading
  source files as it walks the stack trace in order to get source-based
  line number information. Fixes crash reports having -1 as the line number
  in cases where debug information was available, but the user hadn't yet
  looked at the source file in question.

LoadSourceCodeJob:
- Cleanup.
src/kits/debugger/controllers/DebugReportGenerator.cpp
src/kits/debugger/controllers/DebugReportGenerator.h
src/kits/debugger/jobs/LoadSourceCodeJob.cpp