c6ebd80905 
					 
					
						
						
							
							Variable evaluation on arbitrary (goroutine, frame) pair.  
						
						
						
						
					 
					
						2015-09-05 12:08:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						92e0cb9f8b 
					 
					
						
						
							
							Rename method for clarity  
						
						
						
						
					 
					
						2015-04-15 14:09:05 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						464a6b96fe 
					 
					
						
						
							
							Fix FDE lookup at function entry  
						
						... 
						
						
						
						Also, rearrange and cleanup file a bit.
Fixes  #72  
						
						
					 
					
						2015-03-02 19:10:55 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d4d8f1ce58 
					 
					
						
						
							
							Update documentation  
						
						
						
						
					 
					
						2015-03-02 18:06:04 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f52928c03 
					 
					
						
						
							
							Cleanup of printing and putsing  
						
						
						
						
					 
					
						2015-02-27 15:27:48 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2d2d70641e 
					 
					
						
						
							
							(Mostly) working on OS X  
						
						
						
						
					 
					
						2015-02-27 15:03:06 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4d88d9ed8d 
					 
					
						
						
							
							Prefer binary search over tree lookup for FDEs  
						
						... 
						
						
						
						FDEs previously were loaded into a red/black tree and searched. This is
significantly more expensive than a binary search over a slice. Not sure
what I was thinking using a red/black tree - this binary search
implementation is significantly more efficient. 
						
						
					 
					
						2015-02-04 19:22:39 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						76076791b9 
					 
					
						
						
							
							Fix stack frame calculation bug  
						
						... 
						
						
						
						There were certain instances where the calculation of the stack frame
was incorrect, causing for garbage to be returned by a print command. 
						
						
					 
					
						2015-01-16 15:30:22 -06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c60f3aafde 
					 
					
						
						
							
							Refactor: Remove addrrange type  
						
						
						
						
					 
					
						2014-10-11 01:05:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						09e352bdf7 
					 
					
						
						
							
							Refactor: Move Cover method to FDE  
						
						
						
						
					 
					
						2014-10-11 00:52:05 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5d62780ec3 
					 
					
						
						
							
							cleanup file names  
						
						
						
						
					 
					
						2014-10-10 15:49:20 -05:00