Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/images/view_debug_prefs.pngbin22587 -> 39301 bytes
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm26
2 files changed, 11 insertions, 15 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/images/view_debug_prefs.png b/doc/org.eclipse.cdt.doc.user/images/view_debug_prefs.png
index df849f3de2a..1e23bdc7c9e 100644
--- a/doc/org.eclipse.cdt.doc.user/images/view_debug_prefs.png
+++ b/doc/org.eclipse.cdt.doc.user/images/view_debug_prefs.png
Binary files differ
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm
index c95ca9ac8ab..de013804f14 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm
@@ -25,29 +25,25 @@
<th id="description">Description</th>
</tr>
<tr>
- <td style="width:30%" valign="top" headers="option"><strong>Show full paths</strong></td>
- <td valign="top" headers="description">Displays the full path of resources.</td>
- </tr>
- <tr>
<td style="width:30%" valign="top" headers="option"><strong>Default variable format</strong></td>
- <td valign="top" headers="description">Specifies the number system in which to display variables (Natural, Hexadecimal, Decimal, or Binary).</td>
+ <td valign="top" headers="description">Select the default variable format from either Default, Hexadecimal, Decimal, Octal or Binary.</td>
</tr>
<tr>
<td style="width:30%" valign="top" headers="option"><strong>Default expression format</strong></td>
- <td valign="top" headers="description">Specifies the number system in which to display expressions (Natural, Hexadecimal, Decimal, or Binary).</td>
+ <td valign="top" headers="description">Select the default expression format from either Default, Hexadecimal, Decimal, Octal or Binary.</td>
</tr>
<tr>
<td style="width:30%" valign="top" headers="option"><strong>Default register format</strong></td>
- <td valign="top" headers="description">Specifies the number system in which to display registers (Natural, Hexadecimal, Decimal, or Binary).</td>
- </tr>
- <tr>
- <td style="width:30%" valign="top" headers="option"><strong>Maximum number of displayed instructions</strong></td>
- <td valign="top" headers="description">The maximum number of assembler instructions displayed in the Disassembly view.</td>
- </tr>
- <tr>
- <td style="width:30%" valign="top" headers="option"><strong>Color of source lines</strong></td>
- <td valign="top" headers="description">The color of source lines in the Disassembly view if mixed source/disassembly code is shown.</td>
+ <td valign="top" headers="description">Select the default register format from either Default, Hexadecimal, Decimal, Octal or Binary.</td>
</tr>
+ <tr>
+ <td style="width:30%" valign="top" headers="option"><strong>Character encoding</strong></td>
+ <td valign="top" headers="description">Select the character encoding of the debugged program. This applies to char type strings. Note that this requires GDB version 7.0 or later.</td>
+ </tr>
+ <tr>
+ <td style="width:30%" valign="top" headers="option"><strong>Wide character encoding</strong></td>
+ <td valign="top" headers="description">Select the wide character encoding of the debugged program. This applies to wchar_t type strings. Note that this requires GDB version 7.0 or later.</td>
+ </tr>
<tr>
<td valign="top" headers="option"><strong>Show source files in binaries </strong></td>
<td valign="top" headers="description">Show source files associated with project binaries. </td>

Back to the top