> For me, the problem is like a malloc. When we allocate space in memory, it's
> necessary to deallocate space in memory at the end of program.

Your suggested solution is nothing like how we handle failures of malloc()
elsewhere in the system. There is no need to introduce a special
return code for every malloc() in the system that could fail, it's just handled
as a generic failure path.

This is why, without looking at your patch in detail, I'm skeptic.

The next step would be that you address these concerns or that someone
else spends more time on this problem(I can't right now).

If someone else on the list looks at your patch and thinks it is a good
solution to the problem then that would help too.


-- 
Øyvind Harboe

Can Zylin Consulting help on your project?

US toll free 1-866-980-3434 / International +47 51 87 40 27

http://www.zylin.com/zy1000.html
ARM7 ARM9 ARM11 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to