delve/pkg/proc
aarzilli ac74944d53 proc,service,terminal: information about stack trace truncation
Add a flag to Stackframe that indicates where the stack frame is the
bottom-most frame of the stack. This allows clients to know whether the
stack trace terminated normally or if it was truncated because the
maximum depth was reached.
Add a truncation message to the 'stack' command.
2018-08-30 16:52:00 -07:00
..
core proc: replace SavedRegisters interface with a Copy method 2018-08-30 15:48:10 -07:00
gdbserial proc: replace SavedRegisters interface with a Copy method 2018-08-30 15:48:10 -07:00
native proc/native: implement Copy/RestoreRegisters on windows 2018-08-30 15:48:10 -07:00
test proc/native: implement Copy/RestoreRegisters on windows 2018-08-30 15:48:10 -07:00
arch.go proc: handle new way of panic'ing in 1.11 2018-06-11 11:09:02 -07:00
bininfo.go proc: fix type of some struct global variables 2018-08-29 16:16:20 -07:00
breakpoints.go *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
disasm_amd64.go proc: fix next when disassembly fails 2018-08-29 16:11:18 -07:00
disasm.go proc,terminal,service: let headless instances run without connected clients 2018-06-26 10:32:40 -07:00
doc.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
dwarf_expr_test.go proc: support inlining 2018-03-26 14:30:38 -04:00
eval.go proc: fix type of some struct global variables 2018-08-29 16:16:20 -07:00
fncall.go proc: replace SavedRegisters interface with a Copy method 2018-08-30 15:48:10 -07:00
interface.go *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
mem.go proc: use (*Variable).setValue in fncall 2018-08-15 10:29:16 -07:00
moduledata.go proc: use new extended attribute to resolve concrete type of interfaces 2018-06-11 11:09:02 -07:00
proc_general_test.go proc: change memCache to delay reading 2018-04-23 10:13:21 -07:00
proc_test.go proc: fix next when disassembly fails 2018-08-29 16:11:18 -07:00
proc_unix_test.go proc: remove proc.Process.Kill 2018-03-06 09:06:19 -08:00
proc.go proc,service,terminal: read defer list 2018-07-24 14:58:56 -07:00
registers_amd64.go pkg/proc, pkg/dwarf/op: support DW_OP_piece, DW_OP_regX, DW_OP_fbreg 2017-11-21 11:51:02 -08:00
registers.go proc/native: implement Copy/RestoreRegisters on windows 2018-08-30 15:48:10 -07:00
scope_test.go proc: support inlining 2018-03-26 14:30:38 -04:00
stack.go proc,service,terminal: information about stack trace truncation 2018-08-30 16:52:00 -07:00
threads.go proc: replace SavedRegisters interface with a Copy method 2018-08-30 15:48:10 -07:00
types.go proc: fix type of some struct global variables 2018-08-29 16:16:20 -07:00
variable_test.go Extend the "frame" command to set the current frame. (#1110) 2018-03-22 10:02:15 -07:00
variables.go proc: fix type of some struct global variables 2018-08-29 16:16:20 -07:00