This is the mail archive of the gdb@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: MI *stopped versus silent breakpoint


On Friday 06 February 2009 10:45:49 Marc Khouzam wrote:
> Hi,
>
> I think you need two proceed().
> This is because reverse-finish first sets a bp
> at the method we want to 'finish' out of, and then
> it does a single step backwards.  So, it looks like
> it needs this double proceed.

This proves that the target should be resumed twice. It does not prove that
a function called proceed() should be called twice nor that a function called
normal_stop should be called twice.

- Volodya


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