Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/Obsolete/MultiCoreDebugWorkingGroup/OSAwareness"

(New page: == OS-Awareness == The user will be presented with descriptions of the following resource classes of the operating-system: * Process Groups * Procesess * Threads * File Descirptors * Inte...)
 
(OS-Awareness)
Line 11: Line 11:
 
* Message Queues
 
* Message Queues
 
* Loaded Kernel Modules
 
* Loaded Kernel Modules
 +
 +
The code for OS Awareness support in CDT has been submitted for inclusion in [http://bugs.eclipse.org/360314 Bug 360314].
 +
The corresponding support in GDB has been submitted also.  See [http://sourceware.org/ml/gdb-patches/2011-10/msg00368.html this proposal].

Revision as of 14:11, 3 November 2011

OS-Awareness

The user will be presented with descriptions of the following resource classes of the operating-system:

  • Process Groups
  • Procesess
  • Threads
  • File Descirptors
  • Internet-Domain Sockets
  • Shared Memory Segments
  • Semaphores
  • Message Queues
  • Loaded Kernel Modules

The code for OS Awareness support in CDT has been submitted for inclusion in Bug 360314. The corresponding support in GDB has been submitted also. See this proposal.

Back to the top