Hello I want to create a graphical UI to lldb in cocoa-qt so I could see data structures graphically, like lines as 2D lines, 1D graphs and so on.
So as a first step I need to replace lldb tool text input and output with a graphical window alternative. I mean replacing the text command line with a text edit widget like Xcode does. What is the best way(more elegant, less work) to do this?. I have lots of experience making graphical programs but little handling terminal ones.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev