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: simulated target



I have to make Gdb work with a simulated target instead of with the real target that works now. What should I do, tell me please the steps I may follow in order to change the real target that we use now via serial link for a simulated target . I have the simulator , but i've no idea how to begin. Does anybody have done that yet? could i see some code? or , how to begin? It's very important, please, i need that for my Thesis. Vielen Dank, Thank you very much
Look at the interface defined in:
src/include/gdb/remote-sim.h
you will need to implement those methods. As for examples, have a look at the src/sim directory. You'll notice that some share a common framework (mn10300, mips, ...) but some to not (sh, mn10200, h8, ...)

Andrew




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