delve/pkg
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
..
config Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
dwarf Fix benchmark in DWARF line parser test (#737) 2017-02-13 22:24:54 +01:00
proc proc/windows: handle delayed events 2017-02-22 20:39:28 +01:00
target Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
version Move top-level packages into pkg 2017-02-08 12:17:19 -08:00