Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-06-21 03:57:00 +0000
committerDoug Schaefer2007-06-21 03:57:00 +0000
commit2e379ec743192b8e5df94c72375a2e89a0b879e5 (patch)
treefd51dbe85a56bded3435a035b470643e3fc28fa4
parent9a38c3c371d1dad9d1878ec4d2fc66aa722d2632 (diff)
downloadorg.eclipse.cdt-2e379ec743192b8e5df94c72375a2e89a0b879e5.tar.gz
org.eclipse.cdt-2e379ec743192b8e5df94c72375a2e89a0b879e5.tar.xz
org.eclipse.cdt-2e379ec743192b8e5df94c72375a2e89a0b879e5.zip
What's new for my features.
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm31
-rw-r--r--doc/org.eclipse.cdt.doc.user/images/nn_gdb_hardware_debug.pngbin0 -> 18459 bytes
-rw-r--r--doc/org.eclipse.cdt.doc.user/images/nn_mingw_debug.pngbin0 -> 28661 bytes
-rw-r--r--doc/org.eclipse.cdt.doc.user/images/nn_mingw_project.pngbin0 -> 26865 bytes
4 files changed, 25 insertions, 6 deletions
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;}
<tr>
<td> <p align="right"><b>Call Hierarchy</b></p></td>
<td>
- The Call Heirarchy view shows you who calls a function.
+ The Call Hierarchy view shows you who calls a function.
<p><img src="../images/nn_call_hierarchy.png"> </p></td>
</tr>
@@ -106,8 +106,17 @@ tr {vertical-align: top;}
</tr>
<tr>
<td>
- <p align="right"><b>GDB Hardware Debugging</b></p> </td>
- <td><p>blah blah</p> </td>
+ <p align="right"><b>GDB Hardware Debugging</b></p>
+ </td>
+ <td>
+ <p>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.</p>
+ <p><img src="../images/nn_gdb_hardware_debug.png"></p>
+ </td>
</tr>
<tr>
@@ -143,11 +152,21 @@ tr {vertical-align: top;}
<tr>
<td><p align="right"><b>Project Build Button </b></p></td>
<td><p>The toolbar now includes a button that builds the active configuration of the selected project. It's menu lets you quickly build another configuration.</p>
- <p><img src="../images/nn_buildbtn.png"></td>
+ <p><img src="../images/nn_buildbtn.png"/></p></td>
</tr>
<tr>
- <td><p align="right"><b>MinGW Toolchain Integration</b></p></td>
- <td><p>blah blah</p></td>
+ <td>
+ <p align="right"><b>MinGW Toolchain Integration</b></p>
+ </td>
+ <td>
+ <p>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.</p>
+ <p>MinGW tool chain for new projects:</p>
+ <p><img src="../images/nn_mingw_project.png"/></p>
+ <p>MinGW debugger launch configuration:</p>
+ <p><img src="../images/nn_mingw_debug.png"/></p>
+ </td>
</tr>
<tr>
<td>
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
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/images/nn_gdb_hardware_debug.png
Binary files 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
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/images/nn_mingw_debug.png
Binary files 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
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/images/nn_mingw_project.png
Binary files differ

Back to the top