delve/pkg/terminal
Alessandro Arzilli d15c86e0cf
proc: prefer addresses when setting a breakpoint (#3193)
If a breakpoint has both a list of addresses and an expression prefer
the list of addresses, otherwise it is impossible to set breakpoint
with expressions that depend on the current scope, like 'break +0'
which sets a breakpoint on the current line.
2022-11-16 09:31:33 -08:00
..
colorize terminal/colorize: avoid print multiple package by accidently ast.Node startPos==token.NoPos (#2898) 2022-02-10 09:50:31 -08:00
starbind pkg: fix a few function names on comments 2022-10-05 17:40:35 +02:00
command_test.go proc: prefer addresses when setting a breakpoint (#3193) 2022-11-16 09:31:33 -08:00
command.go proc,terminal: allow setting suspended breakpoints (#3154) 2022-10-04 08:07:05 -07:00
config.go service/dap: add config expressions to evaluate requests (#2750) 2021-10-29 19:35:13 -07:00
disasmprint.go terminal: add ability to show disassembly instead of source (#3047) 2022-07-14 14:08:47 -07:00
docgen.go terminal: remove leftover GOPATH references (#3117) 2022-08-30 10:12:19 -07:00
groups.go terminal: divide commands into categories 2020-03-09 10:11:21 -07:00
out.go terminal: send large output to pager (#3060) 2022-08-17 09:02:53 +02:00
starlark_test.go go.mod: update starlark dependency (#3112) 2022-08-22 12:46:26 -07:00
starlark.go *: Fix go vet complaints (#1935) 2020-03-18 09:25:32 -07:00
terminal_other.go fmt code (#2826) 2021-12-13 10:25:23 -08:00
terminal_test.go pkg/locspec: support exact match in SubstitutePath (#3075) 2022-07-25 09:57:31 -07:00
terminal_windows.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal.go pkg/terminal: Improve error when unable to read history file (#3169) 2022-10-28 14:42:06 +02:00