delve/terminal
Derek Parker 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
..
command_test.go added test for terminal command thread: args bound checking 2015-05-30 12:53:41 +05:30
command.go Implement 'trace' subcommand 2015-07-12 15:20:12 -05:00
terminal.go Print 'exit' upon ctrl-d EOF 2015-07-11 09:28:29 -05:00