Commit Graph

4 Commits

Author SHA1 Message Date
Derek Parker
bc39ddfbbc Handle SIGINT
Handle SIGINT by stopping the traced program and then displaying a
prompt to the user for commands. If the traced process is not running,
this is a noop.

Closes #30
2015-01-09 16:24:33 -06:00
Derek Parker
1873484edc Only print readline err for errno>0 2014-12-19 23:10:32 -06:00
Derek Parker
2624fb35d5 Use args passed in to cli Run 2014-12-19 23:10:32 -06:00
Derek Parker
7fec8251ce Refactor: move cli logic into cli client
First of a few refactors to allow multiple clients / frontends for
Delve. Current implementation now uses a cli client, but conceivably we
could have an http or socket based client as well.
2014-12-17 18:22:57 -06:00