Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.doc/tasks/cdt_t_registers.htm')
-rw-r--r--debug/org.eclipse.cdt.debug.application.doc/tasks/cdt_t_registers.htm55
1 files changed, 55 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.doc/tasks/cdt_t_registers.htm b/debug/org.eclipse.cdt.debug.application.doc/tasks/cdt_t_registers.htm
new file mode 100644
index 00000000000..d4a6052b4de
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.application.doc/tasks/cdt_t_registers.htm
@@ -0,0 +1,55 @@
+<!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 name="GENERATOR" content="Microsoft FrontPage 5.0">
+<meta name="ProgId" content="FrontPage.Editor.Document">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Working with registers</title>
+<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+
+<div role="main"><h1>Working with registers</h1>
+
+<p>You can modify registers in the Registers view.</p>
+
+<p>To modify Registers:</p>
+
+<ol>
+ <li>In the Registers view, right-click a register and click <strong>Change Register Value</strong>.</li>
+ <li>Type a new value.</li>
+ <li>Press <strong>Enter</strong>.<br>
+ <p>The Register value is highlighted in red whether or not it was changed.</p></li>
+ </ol>
+
+<p>To change the number system displayed:</p>
+
+<p>You can change the number system used to display register values.</p>
+
+<ol>
+ <li>In the Registers view, right-click a register, and select <strong>Format</strong>.</li>
+ <li>Type a new value.</li>
+ <li>Do one of the following:
+<ul><li>Click <strong>Default</strong>.</li><li>Click <strong>Decimal</strong>.</li><li>Click <strong>
+ Hexadecimal</strong>.</li><li>Click <strong>Octal</strong>.</li><li>Click <strong>Binary</strong>.</li></ul>
+ </li>
+ </ol>
+
+<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
+<br>
+<a href="../concepts/cdt_c_over_cdt.htm">C/C++ Development perspective</a><br>
+</p>
+<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
+<br>
+<a href="cdt_o_debug.htm">Debugging</a></p>
+<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
+<br>
+<a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
+
+</div></body>
+
+</html> \ No newline at end of file

Back to the top