delve/pkg
aarzilli bdcbd8a846 proc: make proc.(ThreadBlockedError).Error() return a non-empty string
The JSON-RPC layer doesn't like non-nil error that return an empty string
when the Error method is called and when this happens it shuts down the
connection to the server.
Since we can return a ThreadBlockedError to the client it can't have an
empty string as return value.

Fixes #1251
2018-07-02 10:14:47 -07:00
..
config config: Return handle for created default config (#1130) 2018-02-20 20:24:05 +01:00
dwarf proc: support GNU compressed debug sections (go1.11 support) 2018-06-22 11:20:38 -07:00
goversion proc: correctly set G struct offset for 1.11 2018-06-11 11:09:02 -07:00
logflags service,logflags: log all RPC messages 2018-06-14 09:27:38 -07:00
proc proc: make proc.(ThreadBlockedError).Error() return a non-empty string 2018-07-02 10:14:47 -07:00
terminal proc,terminal,service: let headless instances run without connected clients 2018-06-26 10:32:40 -07:00
version all: Bump to v1.0.0 (#1126) 2018-02-19 21:33:47 +01:00