delve/service/api
aarzilli 6d40517944 proc: replace all uses of gosymtab/gopclntab with uses of debug_line
gosymtab and gopclntab only contain informations about go code, linked
C code isn't there, we should use debug_line instead to also cover C.

Updates #935
2017-11-03 20:57:04 +01:00
..
conversions.go proc: replace all uses of gosymtab/gopclntab with uses of debug_line 2017-11-03 20:57:04 +01:00
prettyprint.go proc/eval: support more type casts 2017-10-25 13:20:25 +02:00
types.go proc/variables: distinguish between nil and empty slices and maps 2017-09-11 11:43:37 -07:00