delve/pkg/proc
aarzilli f4e2000fc8 proc: refactor stack.go to use DWARF registers
Instead of only tracking a few cherrypicked registers in stack.go track
all DWARF registers.

This is needed for cgo code and for the locationlists emitted by go in
1.10:
* The debug_frame sections emitted by C compilers can not be used
  without tracking all registers
* the loclists emitted by go1.10 need all registers of a frame to be
  interpreted.
2017-11-17 10:17:24 -08:00
..
core proc: report errors when loading executable on attach 2017-08-30 11:20:20 -07:00
gdbserial proc/gdbserial: return error if stopped with a sginal 2017-09-20 12:39:29 -07:00
native proc/native/linux: tolerate ESRCH error in setCurrentBreakpoints 2017-11-15 08:53:01 -08:00
test pkg/prog/test: add flag to run target with -race flag 2017-11-15 08:51:57 -08:00
arch.go proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
bininfo.go pkg/dwarf/line: improve performance 2017-11-03 20:57:04 +01:00
breakpoints.go proc: next, stepout should work on recursive goroutines (#831) 2017-05-16 11:23:33 -07:00
disasm_amd64.go proc: replace all uses of gosymtab/gopclntab with uses of debug_line 2017-11-03 20:57:04 +01:00
disasm.go pkg/proc: return proper error when debugger has exited 2017-07-29 06:31:15 +02:00
doc.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
eval.go proc/eval: support more type casts 2017-10-25 13:20:25 +02:00
interface.go proc: fix interaction of RequestManualStop and conditional breakpoints (#876) 2017-07-07 16:29:37 -07:00
mem.go proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00
moduledata.go proc: next, stepout should work on recursive goroutines (#831) 2017-05-16 11:23:33 -07:00
proc_general_test.go proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00
proc_test.go proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
proc_unix_test.go Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
proc.go proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
registers.go proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
scope_test.go pkg/prog/test: add flag to run target with -race flag 2017-11-15 08:51:57 -08:00
stack.go proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
threads.go proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00
types.go proc: replace all uses of gosymtab/gopclntab with uses of debug_line 2017-11-03 20:57:04 +01:00
variables.go proc: refactor stack.go to use DWARF registers 2017-11-17 10:17:24 -08:00