Dump area information in reports.

Implements part of #9510.
This commit is contained in:
Rene Gollent
2013-04-05 09:12:51 -04:00
parent 6d1e057cac
commit adf25fc437
3 changed files with 53 additions and 8 deletions
@@ -416,7 +416,8 @@ TeamDebugger::Init(team_id teamID, thread_id threadID, bool stopInMain)
return error;
// create the debug report generator
fReportGenerator = new(std::nothrow) DebugReportGenerator(fTeam, this);
fReportGenerator = new(std::nothrow) DebugReportGenerator(fTeam, this,
fDebuggerInterface);
if (fReportGenerator == NULL)
return B_NO_MEMORY;