e5b20612e5 
					 
					
						
						
							
							Reformat output of 'help' command  
						
						
						
						
					 
					
						2015-07-29 17:49:23 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e9b3a9eac1 
					 
					
						
						
							
							Remove duplicate command alias  
						
						
						
						
					 
					
						2015-07-29 08:21:35 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ae1076ec39 
					 
					
						
						
							
							Put '> ' in front of the location marker.  
						
						... 
						
						
						
						This makes parsing by external tools much easier.
It is consistent with pdb. 
						
						
					 
					
						2015-07-25 21:24:59 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df2bf3cb63 
					 
					
						
						
							
							Fix comment typos  
						
						
						
						
					 
					
						2015-07-16 13:07:34 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2f7612d4af 
					 
					
						
						
							
							Add command to restart process  
						
						... 
						
						
						
						Fixes  #95  
					
						2015-07-03 15:35:22 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6b99c5f519 
					 
					
						
						
							
							Cleanup tracepoint commit  
						
						... 
						
						
						
						* Cleanup comments
* Cleanup naming in certain instances
* Modify stacktrace to return current location 
						
						
					 
					
						2015-06-30 22:16:52 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3a96d8eed7 
					 
					
						
						
							
							trace command  
						
						
						
						
					 
					
						2015-06-29 21:16:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4f6c0de11f 
					 
					
						
						
							
							Pad single digit line numbers in output  
						
						
						
						
					 
					
						2015-06-26 07:32:11 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4d8f5659ac 
					 
					
						
						
							
							Fix source file context formatting  
						
						
						
						
					 
					
						2015-06-25 07:46:02 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						07473f04c5 
					 
					
						
						
							
							Implement stack command  
						
						... 
						
						
						
						Finishes #63  #64  
						
						
					 
					
						2015-06-20 15:29:33 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cc5e5c780c 
					 
					
						
						
							
							Update "info" command help msg to include regs  
						
						
						
						
					 
					
						2015-06-19 14:34:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						256c83b17b 
					 
					
						
						
							
							Implement regs command to print registers values,  fixes   #62  
						
						
						
						
					 
					
						2015-06-19 14:27:01 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a71f218e35 
					 
					
						
						
							
							Rename: s/BreakPoint/Breakpoint/  
						
						
						
						
					 
					
						2015-06-12 14:48:18 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fe19f3f20c 
					 
					
						
						
							
							Rename: s/EvalSymbol/EvalVariable/  
						
						
						
						
					 
					
						2015-06-12 14:04:14 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c9acc86601 
					 
					
						
						
							
							added length check for args in terminal thread command  
						
						
						
						
					 
					
						2015-05-29 22:59:02 +05:30 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						819c476aa9 
					 
					
						
						
							
							Do not attempt to automatically read locals/args  
						
						
						
						
					 
					
						2015-05-08 16:43:03 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						794d5b1e19 
					 
					
						
						
							
							Revert errors.New change  
						
						
						
						
					 
					
						2015-05-04 17:31:13 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ad66660a1 
					 
					
						
						
							
							Prefer errors.New for unformatted errors  
						
						
						
						
					 
					
						2015-05-01 16:27:29 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2954e03a20 
					 
					
						
						
							
							Introduce client/server separation  
						
						... 
						
						
						
						Refactor to introduce client/server separation, including a typed
client API and a HTTP REST server implementation.
Refactor the terminal to be an API consumer. 
						
						
					 
					
						2015-04-29 21:05:41 -05:00