On Friday 10 July 2009, Joseph Kuss wrote:
> It turns out my big breakpoint problem was due to my using a makedefs file 
> that
> configured the gnu compiler to optimize for size. Apparently the
> debugger needs to have no optimizations on to work properly.

You mean OpenOCD must be compiled without optimization?

Currently it seems to be set up that way except when it's
cross-compiled.  That seems like a bug worth fixing in 0.3
since it's pure slow-it-down wastefulness...

Or do you mean instead that the program you're debugging
was misbehaving via remote GDB, if compiled with "-Os"?
That might be somewhat understandable.

- Dave
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to