This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Clarify infrun variable naming.


On Wednesday 05 December 2007 04:17:52 Jim Blandy wrote:

> - We should rename trap_expected to stepped_over_breakpoint.  The past
>   tense 'stepped' suggests that we're talking about a step which has
>   already happened (which is true by the time we reach
>   handle_inferior_event).

Just like Dan, I find 'stepped' confusing -- we set it before we
actually stepped. I think 'stepping' is fine -- it's set before
we're about to step, and is set until we're done with stepping.

Otherwise, your proposal looks good to me!

- Volodya


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]