From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Drotos To: gdb@cygnus.com Subject: native gdb+simulator Date: Tue, 13 Apr 1999 04:41:00 -0000 Message-ID: References: <199904130703.AAA16348@cygnus.com> X-SW-Source: 1999-04/msg00023.html Message-ID: <19990413044100.O9pa2-aDCPNNSJmF02iy01aI3Rj4sih5U5I3tFPocUo@z> 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