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: V850E simulator, assembler single-step never returns?!?


Daniel Jacobowitz wrote:

Yes, that works too :-)

I say this because insight is really stupid. It really doesn't know much about targets, other than the semantics of "target FOO BAR".


Okay, that's not true. There is one place that I recall where Insight knows more about the target than gdb. That is (oddly enough) with the V850 and the ICE that NEC has. But fortunately, the simulator is being used here.

(In this particular case, I don't know exactly what the Insight button
used corresponds to - whether it is e.g. stepi or nexti.  I'd guess
stepi?)

Yeah, the insight execution buttons (run, step, stepi, next, nexti, finish, continue) map one-to-one with gdb commands. We do change run a little bit, but it eventually either maps to run or continue, depending on the target configuration database built into insight.


Keith


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