7 Commits

Author SHA1 Message Date
3cee10d8bc Implement 'trace' subcommand
Allows a user to execute `dlv trace [regexp]` and Delve will execute the
program and output information on functions matching [regexp].
2015-07-12 15:20:12 -05:00
c1e7f8c45a Do not ask to kill process we spawned 2015-07-07 09:04:03 -05:00
5a35e8e6ff Fix: Bug in StackTrace RPC plumbing 2015-07-04 08:05:37 -05:00
2f7612d4af Add command to restart process
Fixes #95
2015-07-03 15:35:22 -05:00
d2b8d57053 Return exit status with DebuggerState 2015-07-03 15:28:46 -05:00
3a96d8eed7 trace command 2015-06-29 21:16:55 +02:00
687dc4172d Introduce JSON-RPC service 2015-06-21 21:11:30 -05:00