Question about an OpenOCD GUI

I am thinking to write some kind of GUI for OpenOCD that connects through the OOCD console socket, is there something like this already available ? I wish to be sure to not waste time on it.

gdisirio:
I am thinking to write some kind of GUI for OpenOCD that connects through the OOCD console socket, is there something like this already available ? I wish to be sure to not waste time on it.

Are you considering making a full visual source level debugger, or just a minimal feature GUI? I want to modify my debugger GUI to support ARM gcc debugging but I have been dragging my feet because it's hard to parse the DWARF2 debug symbols.

Eric