This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

native gdb+simulator


Hi,

Is it possible to include a simultor if gdb is configured for the
host's target?

I mean, for example I config and compile on elf32-i386 (e.g. linux)
and I'd like to use this bfd target to read in the file to be
debugged, but use a (own written) simulator to actually execute the
code.

Is it possible to hack feature like this into the gdb without
introducing a new bfd target?

Daniel