[lldb-dev] Graphical lldb
Jose H
jose.francisco.hevia at gmail.com
Mon Nov 10 13:03:09 PST 2014
@jingham: Oh, simple. I just wanted a better way to handle the errors
and output of lldb that just having a text file stream that I have to
parse to understand, because I want the GUI to understand some things
like an error happened or not and I just can't stand parsing stuff.
Anyway, I have read a lot of code meanwhile and I understand lldb much
better now.
About the SB API's, it forces me to use python, but I am using C++ so
I prefer to use the c++ equivalent if possible. Not that it looks too
hard as the SP APIs seem direct mappings of the c++ objects.
I am using C++ because I already have lots of graphic code on
c/c++(years of work) that I want to use in this project.
More information about the lldb-dev
mailing list