* Added support for loading the debug info for an image lazily and adjusted

the jobs accordingly.
* Added a view to list the source files and functions for an image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31271 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-06-27 16:49:55 +00:00
parent 90011666aa
commit 93b6484548
17 changed files with 835 additions and 84 deletions
+8
View File
@@ -348,6 +348,14 @@ TeamDebugger::FunctionSourceCodeRequested(TeamWindow* window,
}
void
TeamDebugger::ImageDebugInfoRequested(TeamWindow* window, Image* image)
{
LoadImageDebugInfoJob::ScheduleIfNecessary(fDebuggerInterface,
fDebuggerInterface->GetArchitecture(), fWorker, image);
}
void
TeamDebugger::ThreadActionRequested(TeamWindow* window, thread_id threadID,
uint32 action)