[lldb-dev] a GUI frontend of LLDB

zephyr zhao zephyr.git at gmail.com
Mon Feb 16 23:01:42 PST 2015


Hi,

I'm working on a GUI frontend of LLDB which is based on Python 2.7 and Qt 4:
https://github.com/c0deforfun/LLL

Screenshot of current status:
https://raw.githubusercontent.com/c0deforfun/LLL/master/docs/screenshot.png

There're still a lot of works to do. It would be really helpful if someone
could join the project.
Any suggestions or comments will be appreciated too!

Btw, I have a question:
when users set a breakpoint at some line, SBBreakpointLocation may return a
different line No. My current workaround is grep it from
SBBreakpoint.GetDescription()

Thanks,
C0deforfun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150216/3b17f858/attachment.html>


More information about the lldb-dev mailing list