delve/Documentation
aarzilli 5155ef047f proc,dwarf/line: support is_stmt and prologue_end flags
Go1.11 uses the is_stmt flag of .debug_line to communicate which
assembly instructions are good places for breakpoints, we should
respect this flag.

These changes were introduced by:
* https://go-review.googlesource.com/c/go/+/102435/

Additionally when setting next breakpoints ignore all PC addresses that
belong to the same line as the one currently under at the cursor. This
matches the behavior of gdb and avoids stopping multiple times at the
heading line of a for statement with go1.11.

Change: https://go-review.googlesource.com/c/go/+/110416 adds the
prologue_end flag to the .debug_line section to communicate the end of
the stack-split prologue. We should use it instead of pattern matching
the disassembly when available.

Fixes #550

type of interfaces
'c7cde8b'.
2018-06-11 11:09:02 -07:00
..
api documentation: API documentation improvements (#507) 2016-04-24 10:18:02 -07:00
cli command/terminal: Printing stack trace of all the goroutines (#1212) 2018-05-22 11:02:43 -07:00
installation Update install.md 2018-03-28 12:15:23 -04:00
internal docs: Move wiki docs into Documentation dir 2016-02-19 10:47:46 -08:00
usage proc,dwarf/line: support is_stmt and prologue_end flags 2018-06-11 11:09:02 -07:00
EditorIntegration.md Mention that vim-go now supports Delve integration 2018-03-27 12:37:45 -04:00
KnownBugs.md proc: lexical block support 2017-08-01 11:20:25 -06:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.