delve/service
aarzilli 497b526194 proc: stacktrace refactoring
- made GoroutineStacktrace a method of struct G
- made stacktrace a method of StackIterator
- renamed StackIterator to stackIterator
- factored out logic to obtain a stackIterator from a goroutine that's
used by both (*G).Stacktrace and by (*G).UserCurrent
2016-03-28 09:01:16 -07:00
..
api dlv: Misc refactors 2016-03-17 15:32:30 -07:00
debugger proc: stacktrace refactoring 2016-03-28 09:01:16 -07:00
rpc New command 'types' 2016-02-27 15:39:11 -08:00
test proc: Breakpoint to catch unrecovered panics 2016-03-09 14:15:30 +01:00
client.go New command 'types' 2016-02-27 15:39:11 -08:00
config.go cmd/dlv: add flag to make headless server accept multiple clients 2016-02-17 20:09:50 +01:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00