mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
GP-6428: Update Debugger tutorial, help, and screenshots for new control button order.
This commit is contained in:
@@ -197,13 +197,6 @@ back-end debugger.</li>
|
||||
<strong>Interrupt</strong>: Interrupt, suspend, pause, break, etc. This
|
||||
is equivalent to <strong><code>CTRL</code>-<code>C</code></strong> or
|
||||
<code>interrupt</code> in GDB.</li>
|
||||
<li><img src="images/kill.png" alt="kill button" />
|
||||
<strong>Kill</strong>: Kill, terminate, etc. This is equivalent to
|
||||
<code>kill</code> in GDB.</li>
|
||||
<li><img src="images/disconnect.png" alt="disconnect button" />
|
||||
<strong>Disconnect</strong>: Disconnect from the back-end debugger.
|
||||
Typically, this will also end the session. It is equivalent to
|
||||
<code>quit</code> in GDB.</li>
|
||||
<li><img src="images/stepinto.png" alt="step into button" />
|
||||
<strong>Step Into</strong>, <img src="images/stepover.png"
|
||||
alt="step over button" /> <strong>Step Over</strong>, <img
|
||||
@@ -214,6 +207,13 @@ order, the equivalent commands in GDB are <code>stepi</code>,
|
||||
<code>nexti</code>, and <code>finish</code>. Step [Extended] represents
|
||||
additional step commands supported by the back end. GDB provides
|
||||
<strong>Advance</strong> and <strong>Return</strong>.</li>
|
||||
<li><img src="images/kill.png" alt="kill button" />
|
||||
<strong>Kill</strong>: Kill, terminate, etc. This is equivalent to
|
||||
<code>kill</code> in GDB.</li>
|
||||
<li><img src="images/disconnect.png" alt="disconnect button" />
|
||||
<strong>Disconnect</strong>: Disconnect from the back-end debugger.
|
||||
Typically, this will also end the session. It is equivalent to
|
||||
<code>quit</code> in GDB.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="windows" class="level3">
|
||||
|
||||
@@ -41,6 +41,10 @@ They are:
|
||||
*  **Interrupt**:
|
||||
Interrupt, suspend, pause, break, etc.
|
||||
This is equivalent to **`CTRL`-`C`** or `interrupt` in GDB.
|
||||
*  **Step Into**,  **Step Over**,  **Step Out**,  **Step [Extended]**:
|
||||
These buttons step in various ways.
|
||||
In order, the equivalent commands in GDB are `stepi`, `nexti`, and `finish`.
|
||||
Step [Extended] represents additional step commands supported by the back end. GDB provides **Advance** and **Return**.
|
||||
*  **Kill**:
|
||||
Kill, terminate, etc.
|
||||
This is equivalent to `kill` in GDB.
|
||||
@@ -48,10 +52,6 @@ They are:
|
||||
Disconnect from the back-end debugger.
|
||||
Typically, this will also end the session.
|
||||
It is equivalent to `quit` in GDB.
|
||||
*  **Step Into**,  **Step Over**,  **Step Out**,  **Step [Extended]**:
|
||||
These buttons step in various ways.
|
||||
In order, the equivalent commands in GDB are `stepi`, `nexti`, and `finish`.
|
||||
Step [Extended] represents additional step commands supported by the back end. GDB provides **Advance** and **Return**.
|
||||
|
||||
### Windows
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 217 KiB After Width: | Height: | Size: 216 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 204 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 132 KiB |
Reference in New Issue
Block a user