delve/pkg/proc/gdbserial
aarzilli b8ed126bf6 proc/*: allow stepping into functions without debug_info symbols
If proc.Step encounters a CALL instruction that points to an address
that isn't associated with any function it should still follow the
CALL.

The circumstances creating this problem do not normally occur, it was
encountered in the process of fixing a bug created by Go1.12.
2018-11-20 12:57:25 -08:00
..
gdbserver_conn.go proc: support position independent executables (PIE) 2018-10-11 11:21:27 -07:00
gdbserver_unix.go proc/native,proc/gdbserial: ignore SIGTTIN, SIGTTOU when fg'ing target 2018-07-31 12:05:54 -07:00
gdbserver_windows.go proc/native,proc/gdbserial: ignore SIGTTIN, SIGTTOU when fg'ing target 2018-07-31 12:05:54 -07:00
gdbserver.go proc/*: allow stepping into functions without debug_info symbols 2018-11-20 12:57:25 -08:00
rr_test.go pkg/prog: Improve support for external debug info 2018-11-08 10:16:42 -08:00
rr.go pkg/prog: Improve support for external debug info 2018-11-08 10:16:42 -08:00