From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Tue, 01 Jun 2004 09:23:04 +0200 Subject: [U-Boot-Users] GDB support for ARM Message-ID: <40BC2ED8.50306@de.bosch.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, using U-Boot at an ARM9 board, at the moment I download a image by tftp into board's SDRAM and then start the image by 'g 0x1000000' (0x10000000 is the SDRAM base address). Now, I wonder if it is possible to start the image under control of gdb. As I understand it, there can run a small 'gdb-stub' on the target which talks by serial line or by ethernet with the gdb on the development host. In common/kgdb.c there seems to be something like this small 'gdb-stub'? Does it work for ARM? How can it be used? Thanks in advance and sorry if this is a FAQ. Regards Dirk