delve/pkg
aarzilli 4db9939845 proc/native: Mask MS_VC_EXCEPTION [windows]
Some libraries (for example steam_api64.dll) will send this exception
code to set the thread name on Microsoft VisualC.
In theory it should be fine to send the exception back to the target,
which is responsible for setting a handler for it, in practice in some
cases (steam_api64.dll) this will crash the program. So we'll mask it
instead.

Fixes #1383
2018-10-19 10:33:40 -07:00
..
config config,terminal: Add source-list-line-color configuration option 2018-10-10 11:24:29 -07:00
dwarf proc: add flag to disable escape checking in function calls 2018-10-15 09:31:35 -07:00
goversion proc: correctly set G struct offset for 1.11 2018-06-11 11:09:02 -07:00
logflags *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
proc proc/native: Mask MS_VC_EXCEPTION [windows] 2018-10-19 10:33:40 -07:00
terminal Documentation: rename "where" parameter of checkpoint to "note" 2018-10-17 09:07:36 -07:00
version all: Bump to v1.1.0 2018-08-16 13:20:21 -07:00