Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.doc/reference/cdt_u_gdb_mi.htm')
-rw-r--r--debug/org.eclipse.cdt.debug.application.doc/reference/cdt_u_gdb_mi.htm56
1 files changed, 56 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.doc/reference/cdt_u_gdb_mi.htm b/debug/org.eclipse.cdt.debug.application.doc/reference/cdt_u_gdb_mi.htm
new file mode 100644
index 00000000000..05f0e859ed1
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.application.doc/reference/cdt_u_gdb_mi.htm
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+
+<head>
+ <meta http-equiv="Content-Language" content="en-us">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>Debug GDB MI page, Preferences window</title>
+ <link rel="stylesheet" type="text/css" href="../help.css">
+ <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
+
+</head>
+<body>
+
+<div role="main"><h1>Debug GDB MI page, Preferences window</h1>
+
+<p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferneces.CBuildConsolePreferernces)")'>GDB MI</a> preference panel to manipulate certain GDB timeout settings.</p>
+<p><img src="../images/debug_gdb_pref.png" alt="Debug GDB MI Preferences"></p>
+
+<table width="700px" cellpadding="5" cellspacing="0" border="1" bordercolor="#DDDDDD" >
+ <caption><strong>GDB MI Preference Options</strong></caption>
+ <colgroup>
+ <col width="30%" valign="top" >
+ <col width="70%" valign="top" >
+ </colgroup>
+ <thead>
+ <tr>
+ <th id="option"><strong>Option</strong></th>
+ <th id="description"><strong>Description</strong></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr valign="top" >
+ <td headers="option"><strong>Debugger timeout (ms)</strong></td>
+ <td headers="description">Sets the timeout value for the debugger. Default setting is 10000 milliseconds.</td>
+ </tr>
+ <tr valign="top" >
+ <td headers="option"><strong>Launch timeout (ms)</strong></td>
+ <td headers="description">Sets the Launch timeout for a debug session. Default setting is 30000 milliseconds.</td>
+ </tr>
+ <tr valign="top" >
+ <td headers="option"><strong>Automatically refresh modules</strong></td>
+ <td headers="description">Controls the updates of the Modules view.</td>
+ </tr>
+ <tr valign="top" >
+ <td headers="option"><strong>Support distinct code and data memory spaces</strong></td>
+ <td headers="description">Toggle to swap between showing separate code and data memory spaced or not.</td>
+ </tr>
+ </tbody>
+</table>
+<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
+<a href="../reference/cdt_u_dsfgdb.htm">GDB Debugging preferences</a></p>
+<hr >
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
+</div></body>
+
+</html> \ No newline at end of file

Back to the top