Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/Archive/cdt-debug-dsf-gdb"

< CDT‎ | Archive
m (New page: == Overview == == Features == == Bugs == == Manual Test Procedures ==)
 
m
Line 2: Line 2:
  
 
== Features ==
 
== Features ==
 +
 +
=== Version support ===
 +
* GDB 6.7+
 +
 +
=== Launching ===
 +
[http://www.eclipse.org/dsdp/dd/development/relnotes/dd_news-1.1.html#mozTocId11668 N&N Entry]
 +
* Launch Configurations
 +
** Launch an application on local host
 +
** Attach to a running process
 +
** Launch an application on a remote host
 +
* GDB Debugger options
 +
** Non-stop mode selection
 +
 +
=== Non-stop mode multi-threaded debugging support ===
 +
[http://www.eclipse.org/dsdp/dd/development/relnotes/dd_news-1.1.html#mozTocId379326 N&N Entry]
 +
 +
=== Multi-process Debugging ===
 +
[http://www.eclipse.org/dsdp/dd/development/relnotes/dd_news-1.1.html#mozTocId379330 N&N Entry]
 +
 +
=== CLI Console ===
 +
[http://www.eclipse.org/dsdp/dd/development/relnotes/dd_news-1.1.html#mozTocId232571 N&N Entry]
  
 
== Bugs ==  
 
== Bugs ==  

Revision as of 19:32, 5 January 2009

Overview

Features

Version support

  • GDB 6.7+

Launching

N&N Entry

  • Launch Configurations
    • Launch an application on local host
    • Attach to a running process
    • Launch an application on a remote host
  • GDB Debugger options
    • Non-stop mode selection

Non-stop mode multi-threaded debugging support

N&N Entry

Multi-process Debugging

N&N Entry

CLI Console

N&N Entry

Bugs

Manual Test Procedures

Back to the top