Jose, that sounds like a really cool idea! One question that comes to mind, though: do you need to have the LLDB console in a custom window? If you package your data-strcuture visualization as a set of custom commands that can be used from within LLDB, and that then talk to (say) a cocoa-qt based server, then you could even use these commands from inside Xcode. It also means you don’t have to worry about I/O redirection, which can be a hassle.
Sean > On Nov 7, 2014, at 11:34 AM, Jose H <jose.francisco.he...@gmail.com> wrote: > > 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 _______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev