Community
Participate
Working Groups
The Modules view is a generic Eclipse Platform Debug view which could be used with TCF Debug to display memory regions.
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!