This has some syntax errors in it (on inspection, not trying to use it)... - Bruce
On Tue, Sep 30, 2014 at 7:24 AM, Jim Ingham <[email protected]> wrote: > + defexplains_stop (self, event): > Should be def explains_stop ... > + # Since all I'm doing is running a plan, I will only ever get > askedthis > + # if myplan doesn't explain the stop, and in that caseI don'teither. > + return False > + > +defshould_stop (self, event): > Same ... +if self.step_thread_plan.IsPlanComplete(): > + self.thread_plan.SetPlanComplete(True) > + return True > +else: > + return False > Not indented. > +defshould_step (self): > +return False > etc ...
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
