закешированный к нам в целях безопасности дебаггер
Go to file
Than McIntosh dceffacb89
pkg/proc: fix for file reference handling with DWARF 5 compilation units (#2327)
Add a helper method for collecting line table file references that
does the correct thing for DWARF 5 vs DWARF 4 (in the latter case you
have an implicit 0 entry which is the comp dir, whereas in the former
case you do not). This is to avoid out-of-bounds errors when examining
the file table section of a DWARF 5 compilation unit's line table.

Included is a new linux/amd-only test that includes a precompiled C
object file with a DWARF-5 section that triggers the bug in question.

Fixes #2319
2021-01-29 09:23:52 -08:00
_fixtures pkg/proc: fix for file reference handling with DWARF 5 compilation units (#2327) 2021-01-29 09:23:52 -08:00
_scripts Change TeamCity test matrix and drop appveyor/travis-ci configurations (#2315) 2021-01-25 20:48:27 -08:00
.github/workflows *: Remove linux builders from GH matrix 2021-01-26 16:59:40 +01:00
.teamcity Fix .teamcity/settings.kts (#2325) 2021-01-26 06:44:13 -08:00
assets Add high-res images 2015-05-19 12:25:26 -05:00
cmd/dlv cmd/dlv/tests: fix TestGeneratedDoc on Windows (#2314) 2021-01-20 09:40:03 -08:00
Documentation pkg/proc: fix for file reference handling with DWARF 5 compilation units (#2327) 2021-01-29 09:23:52 -08:00
pkg pkg/proc: fix for file reference handling with DWARF 5 compilation units (#2327) 2021-01-29 09:23:52 -08:00
service tests: changes to investigate TestClientServer_FullStacktrace errors (#2236) 2021-01-26 10:07:06 -08:00
vendor go.mod: update google/go-dap to 0.4.0 (#2248) 2020-12-04 08:58:55 -08:00
.cirrus.yml *: Update freebsd image 2020-04-08 11:40:24 +02:00
.deepsource.toml *: mv scripts _scripts 2020-03-28 20:28:51 +01:00
.gitattributes makefile: use git's $Id$ instead of setting ver.Build in makefile (#807) 2017-04-28 10:14:33 -07:00
.gitignore Introduce TeamCity builds (#2298) 2021-01-18 07:48:06 -08:00
CHANGELOG.md all: bump version and release notes (#2331) 2021-01-28 13:42:42 -08:00
CONTRIBUTING.md README: Remove gitter chat link. 2020-01-21 09:06:53 -08:00
go.mod go.mod: update google/go-dap to 0.4.0 (#2248) 2020-12-04 08:58:55 -08:00
go.sum go.mod: update google/go-dap to 0.4.0 (#2248) 2020-12-04 08:58:55 -08:00
ISSUE_TEMPLATE.md misc: Include issue template for GitHub 2016-03-03 10:40:14 -08:00
LICENSE Add License and README 2014-05-03 15:31:52 -05:00
Makefile *: mv scripts _scripts 2020-03-28 20:28:51 +01:00
README.md Change TeamCity test matrix and drop appveyor/travis-ci configurations (#2315) 2021-01-25 20:48:27 -08:00

Delve

license GoDoc Build Status

The GitHub issue tracker is for bugs only. Please use the developer mailing list for any feature proposals and discussions.

About Delve

Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.