diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm index 5432710301f..3fe0a5da10e 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm @@ -82,7 +82,7 @@ tr {vertical-align: top;}
Call Hierarchy
GDB Hardware Debugging
blah blah
GDB Hardware Debugging
+ +The GDB Hardware Debugging feature provides a specialized debug launch configuration + that allows you to start up GDB using CDT's GDB integration in a specialized manner that + allows for sessions that connect to hardware debugging devices, such as JTAG and BDM, + that support an integration with GDB. In particular it allows you to specify commands that + are executed when GDB connects to the device, optionally specify an image to load onto the + target, and specify commands that set up the target for execution.
+Project Build Button
The toolbar now includes a button that builds the active configuration of the selected project. It's menu lets you quickly build another configuration.
-MinGW Toolchain Integration
blah blah
MinGW Toolchain Integration
+Support for the GNU toolchain on Windows now specifies two separate toolchains Cygwin and MinGW. + The MinGW toolchain integration automatically detects the location of your MinGW install and sets + the paths appropriately.
+MinGW tool chain for new projects:
+MinGW debugger launch configuration:
+