Commit Graph

30 Commits

Author SHA1 Message Date
Jason Del Ponte
cdef461a60 Simplified help command message
* Remove hardcoded string and use command help message
* Include aliases in output
2014-11-14 09:49:54 -06:00
Jason Del Ponte
d54a3262d2 Added aliases to commands
Added:
- break: b
- continue: c
- step: si
- next: n
- print: p

Taken from the gdb command list

Also updated .gitignore to ignore built dlv file in cmd/dlv
2014-11-14 09:49:34 -06:00
Michael Gehring
2ce51ab92f Handle missing line info in printcontext 2014-11-13 08:43:43 -06:00
Derek Parker
2ea8ff1e74 Do not panic on incorrect command arity 2014-11-12 17:40:44 -06:00
Matt Self
ffeddc39a5 add exit command to help 2014-11-11 21:03:04 -07:00
Derek Parker
95e1654466 Add goroutines to help command 2014-11-09 13:00:35 -06:00
Derek Parker
7d69c16512 Add command to print all goroutines info 2014-11-09 12:56:21 -06:00
Derek Parker
2e99a24b4e Update help command 2014-11-08 08:58:09 -06:00
Derek Parker
665ff49181 Add command to print every thread status 2014-11-07 23:55:25 -06:00
Derek Parker
ceeeaa7960 Minor code cleanup 2014-10-27 07:27:28 -05:00
Derek Parker
09ff60f1ab Add 'help' command 2014-10-20 12:06:36 -05:00
Derek Parker
83764affa6 Add color to context output 2014-10-17 14:47:30 -05:00
Derek Parker
10dbc4beda Add line numbers to context output 2014-10-17 14:38:34 -05:00
Derek Parker
5f0d3a5bb6 Allow BreakPoint to be cleared by file:line 2014-10-17 08:29:44 -05:00
Derek Parker
5286c0180e Guard against insufficient args to print cmd 2014-10-17 08:25:40 -05:00
Derek Parker
5331dad93d Rename project 2014-10-15 09:28:22 -05:00
Derek Parker
9084276012 Implement print command 2014-10-07 17:03:20 -05:00
Derek Parker
a3612dd10f Print context after step, next or continue 2014-09-06 19:39:40 -05:00
Derek Parker
93db6249a0 Launch prog from cli, also exit cleanly 2014-08-23 08:20:56 -05:00
Derek Parker
a5ee20a279 Detatch cleanly upon exit 2014-08-15 15:41:16 -05:00
Derek Parker
4dfa249d78 Fix panic for invalid function name 2014-08-07 16:13:11 -05:00
Derek Parker
6a82ebb25d Implement frontend next command 2014-07-11 16:18:07 -05:00
Derek Parker
d86639593a Rename function for clarity 2014-06-26 20:36:39 -05:00
Derek Parker
7fe2037ff1 Refactor: Modify command registraion on bootup
Benefits of this CL:

* Commands no longer rely on closured proc struct
* No two-step process for basic command initializaion
2014-06-25 14:58:45 -05:00
Derek Parker
821313d6cf Implement break command 2014-05-27 10:44:29 -05:00
Derek Parker
a67f21fee4 Add documentation 2014-05-21 10:23:14 -05:00
Derek Parker
2d8cc08513 Default DebugCommands() to include null replay 2014-05-21 10:18:54 -05:00
Derek Parker
c125fafe50 Allow command replay by hitting <enter> 2014-05-21 10:15:58 -05:00
Derek Parker
8f5190cbef Add ability to register commands 2014-05-20 18:09:34 -05:00
Derek Parker
86d2d026dd Add basic command implementation 2014-05-20 16:28:24 -05:00