Skip to content

Commit fae0579

Browse files
committed
cmd/dlv,_scripts: move things that use x/tools/go/packages to new repo
Move things that depend on golang.org/x/tools/go/packages to a new repository so that they can use the latest version of that package without forcing delve itself to need the latest version of Go.
1 parent 4b670ea commit fae0579

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+81
-34693
lines changed

Documentation/usage/dlv_debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ dlv debug [package] [flags]
1919

2020
```
2121
--continue Continue the debugged process on start.
22-
--rr-cleanup Delete directory containing debug recording on detach. (default true)
2322
-h, --help help for debug
2423
--output string Output path for the binary.
24+
--rr-cleanup Delete directory containing debug recording on detach. (default true)
2525
--tty string TTY to use for the target program
2626
```
2727

Documentation/usage/dlv_exec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ dlv exec <path/to/binary> [flags]
1919
### Options
2020

2121
```
22-
--continue Continue the debugged process on start.
22+
--continue Continue the debugged process on start.
23+
-h, --help help for exec
2324
--rr-cleanup Delete directory containing debug recording on detach. (default true)
24-
-h, --help help for exec
25-
--tty string TTY to use for the target program
25+
--tty string TTY to use for the target program
2626
```
2727

2828
### Options inherited from parent commands

0 commit comments

Comments
 (0)