Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334751 - Add support for Modules view
Summary: Add support for Modules view
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Debug (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 0.4.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 05:09 EST by Anton Leherbauer CLA
Modified: 2013-06-05 05:54 EDT (History)
1 user (show)

See Also:


Attachments
Basic Modules view support (18.42 KB, patch)
2011-01-19 06:06 EST, Anton Leherbauer CLA
cdtdoug: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!