Hi,

We have just committed some more additional features and fixes to the lldb-mi driver.
http://llvm.org/viewvc/llvm-project?view=revision&revision=215223

Some of which are :
- Can now load an executable directly as an argument.
- Fixes towards supporting local debugging.
- Fixes for stack-list-arguments, data-evaluate-expression, environment-cd, stack-list-locals, interpreter-exec.
- Fix breakpoint event handling.
- Support dynamic loading of libraries using the search paths provided by Eclipse.

We have also published a number of blog posts which give an detailed look at the LLDB MI driver implementation, a tutorial on how to set it up from within Eclipse and how to add support for additional MI commands.

The blog posts can be found at :
http://codeplay.com/portal/lldb-mi-driver---part-1-introduction
http://codeplay.com/portal/lldb-mi-driver---part-2-setting-up-the-driver
http://codeplay.com/portal/lldb-mi-driver---part-3-the-design
http://codeplay.com/portal/lldb-mi-driver---part-4-how-to-add-a-command

Thanks,
Deepak Panickal
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to