Skip to content

Commit

Permalink
Documentation: reverse step, next and stepout (go-delve#3119)
Browse files Browse the repository at this point in the history
These were implemented in [1].

[1] go-delve#1785
  • Loading branch information
Frederick888 authored Aug 24, 2022
1 parent d9d8f4a commit e2ec3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ Aliases: r

## rev
Reverses the execution of the target program for the command specified.
Currently, only the rev step-instruction command is supported.
Currently, rev next, step, step-instruction and stepout commands are supported.


## rewind
Expand Down
2 changes: 1 addition & 1 deletion pkg/terminal/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ The "note" is arbitrary text that can be used to identify the checkpoint, if it
group: runCmds,
cmdFn: c.revCmd,
helpMsg: `Reverses the execution of the target program for the command specified.
Currently, only the rev step-instruction command is supported.`,
Currently, rev next, step, step-instruction and stepout commands are supported.`,
})
}

Expand Down

0 comments on commit e2ec3eb

Please sign in to comment.