Pinned
604 contributions in the last year
Less
More
Activity overview
Contributed to
go-delve/delve,
aarzilli/advent_of_code_2020,
aarzilli/nucular
and 5 other
repositories
Contribution activity
September 2021
Created 5 commits in 3 repositories
Created a pull request in go-delve/delve that received 1 comment
Opened 6 other pull requests in 1 repository
go-delve/delve
2
merged
4
open
- *: clean up staticcheck problems
- service/rpccommon,service/dap: warn about listening to remote connections
- tests: run staticcheck during tests
- cmd/dlv,config: obey logflags config for LoadConfig warnings
- proc: return error when assigning between function variables
- proc: only apply regabiMallocgcWorkaround to first image
Reviewed 22 pull requests in 1 repository
go-delve/delve
22 pull requests
- proc: do not assign temporary breakpoint IDs
- dap: support delveCwd and use a temporary file as default debug binary
- service/dap: allow "instruction" stepping granularity
- service/dap: delete unused function
- service/dap: set instruction breakpoints
- service/dap: initial remote attach (handler support only)
- cmd/dlv: Parse Go+BoringCrypto version
- v1.7.2
- go.mod: update google/go-dap to 0.6.0
- service/dap/test: fix test setup for forcing server stop, add extra test
- service/dap: set non-build launch/attach errors as visible
- vendor: update liner dependency
- pkg/proc: merge register data in (*compositeMemory).WriteMemory
- pkg/goversion: visibly warn the user with --check-go-version=false
- service/dap: return selected goroutine first
- service/debugger: return correct exit status on manual halt
- service/dap: show decimal and hex values for uint
- documentation: remove unnecessary pages for install instructions
- terminal/make: Add GOARCH and GOOS arguments
- pkg/proc: update check for system goroutine
- service/dap: do not send a halt request if the debuggee is not running
- service/dap: include selected goroutine in threads request