Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 334751

Summary: Add support for Modules view
Product: [Tools] TCF Reporter: Anton Leherbauer <aleherb+eclipse>
Component: DebugAssignee: Project Inbox <tcf.debug-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: eugene
Version: unspecified   
Target Milestone: 0.4.0   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Basic Modules view support cdtdoug: iplog-

Description Anton Leherbauer CLA 2011-01-19 05:09:44 EST
The Modules view is a generic Eclipse Platform Debug view which could be used with TCF Debug to display memory regions.
Comment 1 Anton Leherbauer CLA 2011-01-19 06:06:33 EST
Created attachment 187090 [details]
Basic Modules view support

This patch adds basic support for the Modules view displaying memory regions of the selected context.
Comment 2 Eugene Tarassov CLA 2011-01-19 13:45:19 EST
I have added model.searchMemoryContext() call into IViewerInputUpdate handling code, otherwise modules view is empty if selected context does not own a memory space (e.g. a thread context on Linux or Windows should use parent process as modules view input).

The patch looks great - committed.

Thanks!