delve/pkg/proc
aarzilli 178589a4e7 proc: breakpoints refactoring
Move some duplicate code, related to breakpoints, that was in both
backends into a single place.
This is in preparation to solve issue #844 (conditional breakpoints
make step and next fail) which will make this common breakpoint code
more complicated.
2017-11-20 11:25:35 -08:00
..
core proc: breakpoints refactoring 2017-11-20 11:25:35 -08:00
gdbserial proc: breakpoints refactoring 2017-11-20 11:25:35 -08:00
native proc: breakpoints refactoring 2017-11-20 11:25:35 -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: breakpoints refactoring 2017-11-20 11:25:35 -08: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 proc: breakpoints refactoring 2017-11-20 11:25:35 -08: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: breakpoints refactoring 2017-11-20 11:25:35 -08: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: breakpoints refactoring 2017-11-20 11:25:35 -08:00
proc_unix_test.go Fix various issues detected by megacheck (#880) 2017-06-29 11:15:59 -07:00
proc.go proc: breakpoints refactoring 2017-11-20 11:25:35 -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 pkg/proc: remove callFrameRegs from stackIterator 2017-11-17 12:55:40 -08:00
threads.go proc: breakpoints refactoring 2017-11-20 11:25:35 -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