mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2641: Add training course materials for the Debugger
This commit is contained in:
parent
d19bf87a60
commit
c5da826540
107 changed files with 12176 additions and 75 deletions
|
@ -65,7 +65,7 @@ public interface Step extends Comparable<Step> {
|
|||
*
|
||||
* <p>
|
||||
* The form of the spec must either be numeric, indicating some number of ticks, or
|
||||
* brace-enclosed Sleigh code, e.g., {@code "{r0=0x1234;}"}. The latter allows patching machine
|
||||
* brace-enclosed Sleigh code, e.g., {@code "{r0=0x1234}"}. The latter allows patching machine
|
||||
* state during execution.
|
||||
*
|
||||
* @param threadKey the thread to step, or -1 for the last thread or event thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue