Re: [lldb-dev] ThreadPlanStepOverBreakpoint behavior

2015-11-30 Thread Jim Ingham via lldb-dev
l breakpoint. >> >> Is there a way to make our scenario fit in the default thread plans? >> Maybe check the breakpoint kind of all 'step' breakpoints and set the >> thread's StopReason to Trace? >> >> -Philippe >> >> From: jing..

Re: [lldb-dev] ThreadPlanStepOverBreakpoint behavior

2015-11-30 Thread Jim Ingham via lldb-dev
; -Philippe > > From: jing...@apple.com [jing...@apple.com] > Sent: Monday, October 05, 2015 5:26 PM > To: Philippe Lavoie > Cc: lldb-dev@lists.llvm.org > Subject: Re: [lldb-dev] ThreadPlanStepOverBreakpoint behavior > > That is intended behavior. MischiefManaged is cal

Re: [lldb-dev] ThreadPlanStepOverBreakpoint behavior

2015-11-25 Thread Philippe Lavoie via lldb-dev
Maybe check the breakpoint kind of all 'step' breakpoints and set the thread's StopReason to Trace? -Philippe From: jing...@apple.com [jing...@apple.com] Sent: Monday, October 05, 2015 5:26 PM To: Philippe Lavoie Cc: lldb-dev@lists.llvm.org Su

Re: [lldb-dev] ThreadPlanStepOverBreakpoint behavior

2015-10-05 Thread Jim Ingham via lldb-dev
That is intended behavior. MischiefManaged is called when an stop propagates to that plan, and it needs to decide whether it is done or not. That’s not what happens when somebody decides to discard the plan. WillPop will get called if you need to do some cleanup when the plan gets popped. Wa

Re: [lldb-dev] ThreadPlanStepOverBreakpoint behavior

2015-09-26 Thread Todd Fiala via lldb-dev
My suspicion is that the one and only person who knows the answer to that is Jim Ingham, and he won't be available to answer that for roughly another week. On Fri, Sep 25, 2015 at 1:51 PM, Philippe Lavoie via lldb-dev < lldb-dev@lists.llvm.org> wrote: > > I noticed that when a ThreadPlanStepOverB

[lldb-dev] ThreadPlanStepOverBreakpoint behavior

2015-09-25 Thread Philippe Lavoie via lldb-dev
I noticed that when a ThreadPlanStepOverBreakpoint is discarded (as opposed to being popped from the stack), MischiefManaged() is not called and the disabled breakpoint is not re-enabled. Is this the intended behavior ? -Philippe ___ lldb-dev mailing