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