6 Commits

Author SHA1 Message Date
5331dad93d Rename project 2014-10-15 09:28:22 -05:00
fa0092ac74 Rename helper dir 2014-10-14 09:53:10 -05:00
58c1f54578 Improve Next implementation
Fix bug involving detecting whether or not we have stepped into another
function when we plan on return from the function we are currently in.
2014-10-13 19:04:38 -05:00
dc8c9cc2a4 Optimize Next implementation
Once the program detects that we have stepped into another function,
we simply calculate the return address and then set a breakpoint and
continue to that location, avoiding numerous syscalls.
2014-10-13 08:24:59 -05:00
24b4c42ed9 cleanup failure message 2014-10-10 15:53:30 -05:00
5d62780ec3 cleanup file names 2014-10-10 15:49:20 -05:00