Hi there,

First, apologies if this list isn't the right place for this.

I just wanted to mention that we've been working on a GUI front-end for LLDB 
called zBug, and that it's reasonably useful for anyone looking for simple GUI 
debugger that wraps LLDB.  You can find it at http://github.com/pzion/zBug/.

It uses the LLDB Python bindings and uses PySide (open-source Qt bindings for 
Python) for the GUI.  It works on Linux and OS X, and is BSD licensed.  It 
should work fine with Windows as well once LLDB Windows support is here (if it 
isn't already).

I developed zBug originally as an independent project, but we later adapted it 
to add support for debugging the JITted DSL in our product Fabric Engine, a 
platform for 3D effects and tools.  Because it works with both traditional 
applications as well as with the JIT environment I use it daily to debug our 
platform as well as the JIT code it runs.  It's got all the usual GUI goodies 
such as source code and assembly view, stack and threads, locals and registers, 
breakpoints, as well as a direct LLDB command prompt.

Thanks for all the great work on LLDB, the Python support made it quite 
straightforward to build zBug!

Peter Zion
Fabric Engine Inc.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to