| MEDIUM | cmd/dlv/dlv_test.go | 164 | // Give delve some time to compile and write the binary. |
| MEDIUM | cmd/dlv/dlv_test.go | 190 | // Sometimes delve on Windows can't remove the built binary before |
| MEDIUM | cmd/dlv/dlv_test.go | 192 | // See: https://travis-ci.com/go-delve/delve/jobs/296325131. |
| MEDIUM | cmd/dlv/dlv_test.go | 1811 | // Check that when delve is run twice in the same directory simultaneously |
| MEDIUM | cmd/dlv/cmds/commands.go | 400 | // -c is unused and exists so delve can be used with coredumpctl |
| MEDIUM | cmd/dlv/cmds/commands.go | 1007 | // so SIGINT gets sent to the debuggee and not to delve. |
| MEDIUM | cmd/dlv/cmds/commands.go | 1013 | // as SIGINT to delve. Ignore it instead of stopping the server |
| MEDIUM | .github/ISSUE_TEMPLATE/issue_template.yml | 27 | If this is about source listing not showing up (or breakpoints not being accepted) while running in a container |
| MEDIUM | service/test/integration2_test.go | 2532 | // See https://github.com/go-delve/delve/issues/2259 |
| MEDIUM | service/rpccommon/server.go | 28 | //go:generate go run github.com/go-delve/build-tools/cmd/gen-suitablemethods@latest suitablemethods |
| MEDIUM | service/rpccommon/server.go | 365 | // GetVersion returns the version of delve as well as the API version |
| MEDIUM | service/rpccommon/suitablemethods.go | 1 | // DO NOT EDIT: auto-generated using github.com/go-delve/build-tools/cmd/gen-suitablemethods |
| MEDIUM | service/api/prettyprint.go | 514 | // See https://ci.appveyor.com/project/derekparker/delve-facy3/builds/30179356. |
| MEDIUM | service/rpc2/server.go | 278 | // `debugger.CreateBreakpoint` here: https://pkg.go.dev/github.com/go-delve/delve/service/debugger#Debugger.CreateBreakp |
| MEDIUM | service/rpc2/server.go | 551 | // See https://github.com/go-delve/delve/blob/master/Documentation/cli/expr.md |
| MEDIUM | service/rpc2/client.go | 290 | // https://pkg.go.dev/github.com/go-delve/delve/service/debugger#Debugger.CreateBreakpoint |
| MEDIUM | service/dap/handles.go | 22 | // https://github.com/go-delve/delve/blob/master/Documentation/api/ClientHowto.md#loading-more-of-a-variable |
| MEDIUM | service/dap/server.go | 2 | // This allows delve to communicate with frontends using DAP |
| MEDIUM | service/dap/server.go | 865 | /*TODO*/ s.sendUnsupportedErrorResponse(request.Request) // https://github.com/go-delve/delve/issues/2851 |
| MEDIUM | service/dap/server.go | 3083 | // https://github.com/go-delve/delve/blob/master/Documentation/api/ClientHowto.md#looking-into-variables. |
| MEDIUM | service/dap/server.go | 4187 | Unable to propagate EXC_BAD_ACCESS signal to target process and panic (see https://github.com/go-delve/delve/issues/852) |
| MEDIUM | service/dap/server.go | 4329 | // Filter out internal delve breakpoints (panic, fatal, hardcoded, etc.) |
| MEDIUM | service/dap/types.go | 202 | // https://github.com/go-delve/delve/blob/master/Documentation/cli/README.md#goroutines |
| MEDIUM | service/dap/server_test.go | 608 | // TODO(polina): once https://github.com/go-delve/delve/issues/2259 is |
| MEDIUM | service/dap/server_test.go | 4049 | t.Skip("test skipped on Windows, see https://delve.teamcity.com/project/Delve_windows for details") |
| MEDIUM | service/dap/server_test.go | 6214 | t.Skip("test skipped on Windows, see https://delve.teamcity.com/project/Delve_windows for details") |
| MEDIUM | service/dap/daptest/client.go | 5 | //go:generate go run github.com/go-delve/build-tools/cmd/gen-daptest@latest -o ./resp.go |
| MEDIUM | service/dap/daptest/client.go | 647 | // KnownEvent passes decode checks, but delve has no 'case' to |
| MEDIUM | service/dap/daptest/client.go | 649 | // added to go-dap, but not to delve. |
| MEDIUM | .teamcity/pom.xml | 25 | <url>https://delve.teamcity.com/app/dsl-plugins-repository</url> |
| MEDIUM | pkg/proc/proc_amd64_test.go | 82 | // Fixes issue https://github.com/go-delve/delve/issues/2985 |
| MEDIUM | pkg/proc/target_exec.go | 1702 | // in delve to support breakpoints in cgo. |
| MEDIUM | pkg/proc/bininfo.go | 85 | // github.com/go-delve/delve |
| MEDIUM | pkg/proc/bininfo.go | 86 | // will map to 'delve' because it ends in '/delve'. |
| MEDIUM | pkg/proc/bininfo.go | 1617 | // Previous versions of delve looked for the build id in every debug info |
| MEDIUM | pkg/proc/bininfo.go | 1624 | // Previous versions of delve looked for the executable filename (with |
| MEDIUM | pkg/proc/bininfo.go | 1907 | // This is a bit arcane. Essentially: |
| MEDIUM | pkg/proc/bininfo.go | 2295 | // See also https://github.com/go-delve/delve/issues/3797 |
| MEDIUM | pkg/proc/variables.go | 174 | // When this happens delve will have to scan many empty buckets to find the |
| MEDIUM | pkg/proc/variables.go | 179 | // Since there is no good way for a user of delve to specify the value of |
| MEDIUM | pkg/proc/ppc64le_disasm.go | 34 | // address, Teach delve to recognize this sequence to appropriately adjust PC address so that the breakpoint is actuall |
| MEDIUM | pkg/proc/proc_test.go | 695 | skipOn(t, "broken - see https://github.com/go-delve/delve/issues/3158", "darwin", "amd64") |
| MEDIUM | pkg/proc/proc_test.go | 1795 | // See: https://github.com/go-delve/delve/pull/2082 |
| MEDIUM | pkg/proc/proc_test.go | 4911 | // https://github.com/go-delve/delve/issues/2346 |
| MEDIUM | pkg/proc/proc_test.go | 4931 | skipOn(t, "see https://github.com/go-delve/delve/issues/2768", "windows") |
| MEDIUM | pkg/proc/proc_test.go | 4985 | skipOn(t, "see https://github.com/go-delve/delve/issues/2768", "windows") |
| MEDIUM | pkg/proc/proc_test.go | 5108 | skipOn(t, "see https://github.com/go-delve/delve/issues/2768", "windows") |
| MEDIUM | pkg/proc/proc_test.go | 5896 | skipOn(t, "see https://github.com/go-delve/delve/issues/2768", "windows") |
| MEDIUM | pkg/proc/proc_test.go | 5930 | skipOn(t, "see https://github.com/go-delve/delve/issues/2768", "windows") |
| MEDIUM | pkg/proc/proc_test.go | 5969 | skipOn(t, "see https://github.com/go-delve/delve/issues/2768", "windows") |
| MEDIUM | pkg/proc/proc_unix_test.go | 37 | // SIGINT directed at the inferior should be passed along not swallowed by delve |
| MEDIUM | pkg/proc/breakpoints.go | 122 | // BreakpointKind determines the behavior of delve when the |
| MEDIUM | pkg/proc/fncall.go | 670 | // See: https://github.com/go-delve/delve/pull/2451#discussion_r665761531 |
| MEDIUM | pkg/proc/fncall.go | 878 | // See https://github.com/go-delve/delve/issues/2985 and |
| MEDIUM | pkg/proc/eval.go | 557 | // See https://github.com/go-delve/delve/issues/2049 for details |
| MEDIUM | pkg/proc/core/core_test.go | 617 | t.Fatalf("issue #3591: main.mod_map frame SP mismatch: delve=%#x runtime=%#x (see panic.txt in test temp dir pattern)" |
| MEDIUM | pkg/proc/native/dump_linux.go | 51 | // pure PFN range, see https://github.com/go-delve/delve/issues/2630 |
| MEDIUM | pkg/proc/native/ptrace_linux_386.go | 31 | // ignore ENODEV, it just means this CPU or kernel doesn't support XSTATE, see https://github.com/go-delve/delve/issu |
| MEDIUM | pkg/proc/native/ptrace_linux_amd64.go | 30 | // ignore ENODEV, it just means this CPU or kernel doesn't support XSTATE, see https://github.com/go-delve/delve/issu |
| MEDIUM | pkg/proc/native/proc_windows.go | 194 | // - https://github.com/go-delve/delve/issues/3136 |
| 12 more matches not shown… |