![]() * 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. |
||
---|---|---|
.. | ||
command_test.go | ||
command.go | ||
config.go | ||
disasmprint.go | ||
docgen.go | ||
terminal_other.go | ||
terminal_test.go | ||
terminal_windows.go | ||
terminal.go |