| Summary: | Add support for Modules view | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] TCF | Reporter: | Anton Leherbauer <aleherb+eclipse> | ||||
| Component: | Debug | Assignee: | 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
Anton Leherbauer
Created attachment 187090 [details]
Basic Modules view support
This patch adds basic support for the Modules view displaying memory regions of the selected context.
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! |