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

- The Call Heirarchy view shows you who calls a function. + The Call Hierarchy view shows you who calls a function.

@@ -106,8 +106,17 @@ tr {vertical-align: top;} -

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.

+

+ @@ -143,11 +152,21 @@ tr {vertical-align: top;}

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:

+

+ diff --git a/doc/org.eclipse.cdt.doc.user/images/nn_gdb_hardware_debug.png b/doc/org.eclipse.cdt.doc.user/images/nn_gdb_hardware_debug.png new file mode 100644 index 00000000000..719ddcdc8ba Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/nn_gdb_hardware_debug.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/nn_mingw_debug.png b/doc/org.eclipse.cdt.doc.user/images/nn_mingw_debug.png new file mode 100644 index 00000000000..0fcf48108d0 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/nn_mingw_debug.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/nn_mingw_project.png b/doc/org.eclipse.cdt.doc.user/images/nn_mingw_project.png new file mode 100644 index 00000000000..5fbd4113ded Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/nn_mingw_project.png differ