delve/pkg
jim 36574e34fe proc: fix delve hang on arm64 BRK instruction
PtraceSingleStep cannot step over BRK instruction(linux-arm64 feature or kernel bug maybe).
GDB has the same question too, it will hang on forever with c command or execute that instruction indefinitely with s,si command.

SetPC+BreakpointSize to jump over BRK to prevent repeating the instruction indefinitely.

Co-authored-by: tykcd996 <tang.yuke@zte.com.cn>
Co-authored-by: hengwu0 <wu.heng@zte.com.cn>
2019-11-27 11:07:31 -08:00
..
config pkg/config: add max-variable-recurse parameter (#1626) 2019-07-23 14:40:35 -07:00
dwarf proc: support DW_AT_go_package_name (#1757) 2019-11-25 09:10:18 -08:00
goversion service: add min/max supported ver and target ver to GetVersion resp (#1718) 2019-10-22 16:39:22 -07:00
logflags Miscellaneous logging improvements (#1525) 2019-03-27 14:58:36 -07:00
proc proc: fix delve hang on arm64 BRK instruction 2019-11-27 11:07:31 -08:00
terminal service,terminal: support logical breakpoints (#1742) 2019-11-04 08:43:12 -08:00
version all: Bump to v1.3.2 2019-10-22 18:13:41 +02:00