delve/pkg
aarzilli f90134eb4d proc: prevent internal breakpoint conditions from failing
An internal breakpoint condition shouldn't ever error:
* use a ThreadContext to evaluate conditions if a goroutine isn't
  available
* evaluate runtime.curg to a fake g variable containing only
  `goid == 0` when there is no current goroutine

Fixes #2113
2020-09-01 15:01:39 +02:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config config: add option for printfile() line count (#2043) 2020-05-11 09:50:25 -07:00
dwarf dwarf/loclist,godwarf,proc: support DWARF version 5 loclists and debug_addr (#2097) 2020-08-17 17:19:46 -07:00
gobuild gobuild: pass-through stdout to 'go' command invocation (#2044) 2020-05-11 09:44:25 -07:00
goversion Travis-CI: bump Go version in test matrix 2020-08-17 10:25:01 +02:00
locspec cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
logflags logflags: Add pid to server-listening-at message (#1885) 2020-03-09 10:14:34 -07:00
proc proc: prevent internal breakpoint conditions from failing 2020-09-01 15:01:39 +02:00
terminal proc: set OnlyAddr on variables created by typecast to pointer (#2142) 2020-08-24 13:37:06 -07:00
version all: bump version and release notes 2020-07-29 21:59:07 +02:00