delve/service/debugger
aarzilli 5ba0435382 Refactor: use FindGoroutine
Use proc.(*Process).FindGoroutine in proc.(*Process).SwitchGoroutine and
debugger.(*Debugger).Stacktrace. That method did not exist when those
were originally written.
2015-09-20 09:03:52 -07:00
..
debugger_darwin.go Return helpful error when attaching to a process is impossible 2015-06-27 23:21:26 -05:00
debugger_linux.go Return helpful error when attaching to a process is impossible 2015-06-27 23:21:26 -05:00
debugger.go Refactor: use FindGoroutine 2015-09-20 09:03:52 -07:00
locations.go Fix: absolute path confused for regexp in FindLocation 2015-09-09 10:06:56 -05:00