Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

2.6.  Simulators

GDB enables implementers to link gdb to a built-in simulator, so that a simulated target may be executed through use of the target sim command.

The simulator should be built as a library, libsim.a, implementing the standard GDB simulator interface. The location of the library is specified by setting the gdb_sim parameter in configure.tgt.

The interface consists of a set of functions which should be implemented. The detailed specification is found in the header remote-sim.h in the include directory.

Embecosm divider strip