delve/cmd/dlv
aarzilli 1a68f8d351 proc/windows: handle delayed events
Sometimes windows will send us events about breakpoints we have
already removed from the code despite the fact that we go to great
lengths to avoid this already.

Change waitForDebugEvent to check that when we receive a breakpoint
event the corresponding memory actually contains an INT 3
instruction, if it doesn't ignore the event and restart the thread.
2017-02-22 20:39:28 +01:00
..
cmds Add flag support documentation (#740) 2017-02-16 11:05:48 -08:00
dlv_test.go proc/windows: handle delayed events 2017-02-22 20:39:28 +01:00
main.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00