![]() Fix signal handling during thread single stepping so that signals that are generated by executing the current instruction are immediately propagated to the inferior, while signals other signals sent to the thread are delayed until the full resume happens. Fixes a bug where a breakpoint set on an instruction that causes a SIGSEGV would make Delve hang and a bug where signals received during single step would make it look like an instruction is executed twice. Fixes #2801 Fixes #2792 |
||
---|---|---|
.. | ||
gdbserver_conn.go | ||
gdbserver_unix.go | ||
gdbserver_windows.go | ||
gdbserver.go | ||
rr_test.go | ||
rr.go |