This is the mail archive of the gdb@sourceware.org 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] |
I'd very much like to hear about this as it sounds similar to what I have done. I added a target to the "mips" code to directly control a JTAG cable connected to a PC parallel port. It did not use gdbserver. As an aside, I also use GDB to control a "C" based emulator and a VHDL based simulator.
Since then, I have been looking into using gdbserver so I won't have to apply patches to GDB... I'm also hoping that since gdbserver is a separate process, some of the control issues that arise when trying to control a separate VHDL simulator may be more easy handled...
1. Builds for Unix and Windows (MinGW). 2. Supports the GDB remote pipe mode. 3. Ability to control the XML register definition based on the detected processor. 4. Register cache changes to support hardware mapped register. The register cache only updated the hardware when a go, step etc was issues and this causes problems when initialising hardware. The cache has been extended to allow a back end to define which registers need to be passed directly to hardware.
Regards Chris
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |