blob: 4aa3e91e62fd217e0359c103f5d4771c53c005ed [file] [log] [blame]
<html lang="en">
<head>
<title>ARC - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Embedded-Processors.html#Embedded-Processors" title="Embedded Processors">
<link rel="next" href="ARM.html#ARM" title="ARM">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2019 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Free Software'' and ``Free Software Needs
Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
and with the Back-Cover Texts as in (a) below.
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
this GNU Manual. Buying copies from GNU Press supports the FSF in
developing GNU and promoting software freedom.''
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="ARC"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="ARM.html#ARM">ARM</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Embedded-Processors.html#Embedded-Processors">Embedded Processors</a>
<hr>
</div>
<h4 class="subsection">21.3.1 Synopsys ARC</h4>
<p><a name="index-Synopsys-ARC-1569"></a><a name="index-ARC-specific-commands-1570"></a><a name="index-ARC600-1571"></a><a name="index-ARC700-1572"></a><a name="index-ARC-EM-1573"></a><a name="index-ARC-HS-1574"></a>
<span class="sc">gdb</span> provides the following ARC-specific commands:
<dl>
<dt><code>set debug arc</code><dd><a name="index-set-debug-arc-1575"></a>Control the level of ARC specific debug messages. Use 0 for no messages (the
default), 1 for debug messages, and 2 for even more debug messages.
<br><dt><code>show debug arc</code><dd><a name="index-show-debug-arc-1576"></a>Show the level of ARC specific debugging in operation.
<br><dt><code>maint print arc arc-instruction </code><var>address</var><dd><a name="index-maint-print-arc-arc_002dinstruction-1577"></a>Print internal disassembler information about instruction at a given address.
</dl>
</body></html>