delve/pkg/proc
Alessandro Arzilli 09c92c75b9 proc: simplify logic of (*stackIterator).newStackframe (#1513)
The lookup at it.pc-1 is only ever done if fn is not nil and pc !=
fn.entry. Also when it happens only the File and Line fields are
allowed to change.
2019-03-18 10:08:23 -07:00
..
core proc/gdbserial: do not return floating point regs when not requested (#1497) 2019-02-26 08:53:45 -08:00
gdbserial proc/gdbserial: do not return floating point regs when not requested (#1497) 2019-02-26 08:53:45 -08:00
linutil proc/gdbserial: do not return floating point regs when not requested (#1497) 2019-02-26 08:53:45 -08:00
native proc/gdbserial: do not return floating point regs when not requested (#1497) 2019-02-26 08:53:45 -08:00
test pkg/proc: Disable default compression on DWZ test 2019-02-21 12:01:05 +01:00
winutil proc/gdbserial: do not return floating point regs when not requested (#1497) 2019-02-26 08:53:45 -08:00
arch.go proc/gdbserial: do not return floating point regs when not requested (#1497) 2019-02-26 08:53:45 -08:00
bininfo.go proc: do not crash if executable doesn't have a PT_TLS section (#1483) 2019-02-26 09:17:05 -08:00
breakpoints.go proc/*: allow stepping into functions without debug_info symbols 2018-11-20 12:57:25 -08:00
disasm_amd64.go proc/*: allow stepping into functions without debug_info symbols 2018-11-20 12:57:25 -08:00
disasm.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
doc.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
dwarf_expr_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
eval.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
fncall.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
interface.go pkg/proc: Refactor process post initialization 2018-11-15 18:16:16 +01:00
mem.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
moduledata.go proc: Improve performance of loadMap on very large sparse maps 2018-11-09 08:12:45 -08:00
proc_general_test.go proc: change memCache to delay reading 2018-04-23 10:13:21 -07:00
proc_linux_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
proc_test.go proc: catch fatal runtime errors (#1502) 2019-02-27 14:28:25 -08:00
proc_unix_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
proc.go proc: catch fatal runtime errors (#1502) 2019-02-27 14:28:25 -08:00
registers_amd64.go proc/gdbserial: do not return floating point regs when not requested (#1497) 2019-02-26 08:53:45 -08:00
registers.go proc/gdbserial: do not return floating point regs when not requested (#1497) 2019-02-26 08:53:45 -08:00
scope_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
stack.go proc: simplify logic of (*stackIterator).newStackframe (#1513) 2019-03-18 10:08:23 -07:00
threads.go proc: workarounds for runtime.clone (#1470) 2019-02-26 09:22:33 -08:00
types.go proc: drop support for reading interfaces in Go <= 1.6 (#1501) 2019-02-26 08:49:03 -08:00
variable_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
variables.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00