delve/pkg
Yasushi Saito 82aff3f18a Extend the "frame" command to set the current frame. (#1110)
* Extend the "frame" command to set the current frame.

Command

  frame 3

sets up so that subsequent "print", "set", "whatis" command
will operate on frame 3.

  frame 3 print foo

continues to work.

Added "up", "down". They move the current frame up or down.

Implementation note:

This changes removes "scopePrefix" mode from the terminal/command.go and instead
have the command examine the goroutine/frame value to see if it is invoked in a
scoped context.

* Rename Command.Frame -> Command.frame.
2018-03-22 10:02:15 -07:00
..
config config: Return handle for created default config (#1130) 2018-02-20 20:24:05 +01:00
dwarf all: Spelling 2018-03-20 11:05:35 +01:00
goversion all: Spelling 2018-03-20 11:05:35 +01:00
proc Extend the "frame" command to set the current frame. (#1110) 2018-03-22 10:02:15 -07:00
terminal Extend the "frame" command to set the current frame. (#1110) 2018-03-22 10:02:15 -07:00
version all: Bump to v1.0.0 (#1126) 2018-02-19 21:33:47 +01:00