This is the mail archive of the gdb@sources.redhat.com 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: gdbserver breakpoint problem with PowerPC


>>>>> Andre Ancelin writes:

> I'm still not convinced. For one thing, gdb is issuing a single step when I
> requested a continue- what gives?

That is expected if you stopped at a breakpoint. GDB has to singlestep past
the instruction where the breakpoint was placed. After the singlestep, gdb
will put the breakpoint back and then continue.

--Mark


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