Alessandro Arzilli
f469a0a57a
go.mod: update version of github.com/cilium/ebpf ( #3491 )
...
Fixes #3490
2023-08-30 10:22:08 -07:00
Alessandro Arzilli
dc76cc250d
go.mod: update starlark dependency ( #3112 )
...
Fixes issue where Delve fails to start if starlark can not allocate a
large amount of memory at startup.
Fixes #2907
2022-08-22 12:46:26 -07:00
Alessandro Arzilli
5862e40192
go.mod: bump liner version ( #2874 )
...
Bump versio of github.com/peterh/liner to 1.2.2 that contains a fix for
a bug on windows.
Fixes #2869
2022-01-18 09:02:30 -08:00
Alessandro Arzilli
c207db792a
proc,locspec: support setting breakpoints by func name on generic funcs ( #2745 )
...
* proc,locspec: support setting breakpoints by func name on generic funcs
Changes proc.Function to parse function names correctly when they
contain instantiation lists and locspec to match generic functions.
* vendor: update golang.org/x/tools
The old version of golang.org/x/tools is incompatible with the new
iexport format.
2021-10-30 11:52:26 -07:00
Derek Parker
10406f96d5
*: Initial eBPF tracing support ( #2625 )
2021-07-31 17:16:26 +02:00
Alessandro Arzilli
7dde930033
terminal: use new mechanism to cancel starlark threads ( #2149 )
...
* vendor: update starlark
* terminal: use new mechanism to cancel starlark threads
See: https://github.com/google/starlark-go/pull/298
2020-08-24 13:36:12 -07:00