The GDB in question is the gdb56300.exe provided by freescale, running
under WINE. I had the source for it at one time, but I've somehow managed
to misplace it.

________________________________________
From: David Brownell [davi...@pacbell.net]
Sent: Saturday, February 13, 2010 5:52 AM
To: openocd-development@lists.berlios.de
Cc: Austin, Alex
Subject: Re: [Openocd-development] dsp56371 crash

On Saturday 13 February 2010, Austin, Alex wrote:
> openocd segfaults upon connecting to it. I've tracked it down to
> target_get_gdb_reg_list being called when target->type->get_gdb_reg_list
> is null. Tracing back to where the target->type comes from, it never
> gets set in dsp563xx.c, so is null. Why isn't this set?

Good question.  Which GDB version were you using?


> If it's not
> supposed to be set, why is target_get_gdb_reg_list being called?

Another good question.  It shouldn't crash, regardless.

Could you maybe come up with a quick patch to prevent 0.4.0 from
crashing?  I don't know that you'd be able to talk with GDB
without that support.

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to