mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-12-12 01:36:03 +08:00
GP-5264: Add PC, Function, and Module columns to the Time panel
This commit is contained in:
@@ -234,11 +234,16 @@ snapshot is at the bottom. The columns are:</p>
|
||||
windows that indicate life spans refer to these numbers. If emulating
|
||||
(covered later in this course), this column may display the
|
||||
schedule.</li>
|
||||
<li>The <strong>Timestamp</strong> column gives the time when the
|
||||
snapshot was created, i.e., the time when the event occurred.</li>
|
||||
<li>The <strong>Event Thread</strong> column indicates which thread
|
||||
caused the target to break. This only applies to snapshots that were
|
||||
created because of an event, which is most.</li>
|
||||
<li>The <strong>PC</strong> column gives the address of the next
|
||||
instruction.</li>
|
||||
<li>The <strong>Function</strong> column gives the name of the function
|
||||
containing the PC mapped to its static program database, if
|
||||
available.</li>
|
||||
<li>The <strong>Module</strong> column gives the name of the module
|
||||
containing the PC.</li>
|
||||
<li>The <strong>Description</strong> column describes the event that
|
||||
generated the snapshot. This can be edited in the table, or by pressing
|
||||
<strong><code>CTRL</code>-<code>SHIFT</code>-<code>N</code></strong> to
|
||||
|
||||
@@ -125,9 +125,11 @@ The columns are:
|
||||
* The **Time** column numbers each snapshot.
|
||||
Other windows that indicate life spans refer to these numbers.
|
||||
If emulating (covered later in this course), this column may display the schedule.
|
||||
* The **Timestamp** column gives the time when the snapshot was created, i.e., the time when the event occurred.
|
||||
* The **Event Thread** column indicates which thread caused the target to break.
|
||||
This only applies to snapshots that were created because of an event, which is most.
|
||||
* The **PC** column gives the address of the next instruction.
|
||||
* The **Function** column gives the name of the function containing the PC mapped to its static program database, if available.
|
||||
* The **Module** column gives the name of the module containing the PC.
|
||||
* The **Description** column describes the event that generated the snapshot.
|
||||
This can be edited in the table, or by pressing **`CTRL`-`SHIFT`-`N`** to mark interesting snapshots.
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user