a question about gdb and simulator

Andrew Cagney ac131313@redhat.com
Wed Feb 26 14:51:00 GMT 2003


> 
>    We are doing graduate design about SOC design tool, and we want to extend GNU debugger隆炉s some functions, and do a simulator and debugger environment. We use SystemC to simulate the procedure of CPU simulator, and this simulator is a part of hardware system.  During the simulation, CPU simulator needs a soft debugger. We want to use gdb as its debugger. We know that gdb supports built-in CPU simulator, but our simulator isn隆炉t built-in. But we don隆炉t know how gdb exchange information with built-in simulator and control the run of built-in CPU simulator. On this condition, we intend to apply the communication method between gdb and built-in CPU simulator to our design. Our simulator doesn隆炉t work as gdb隆炉s ISS , and also doesn隆炉t run in remote manner, therefore we think 隆掳gdb remote serial protocol隆卤 can not be used in our design. Because our CPU simulator run in local manner (simulator and gdb run in the same machine), we think the same mechanism may be used in our desig
n.
>    If you have time, can you help us and provide us some reference about our work?
>    Thanks a lot!

Assuming you have the GDB sources in front of you, look at the file
"src/include/gdb/remote-sim.h".  It defines the GDB-SIM interfaces that
GDB currently uses.

Also, I'd not dismiss the "remote" method.  Some simulators use that
interface as well.

Andrew




More information about the Gdb mailing list