Python classes to runtime watch contents of some stlport containers at LLDB Debugger.
Supports: string, map, vector, set
on MAC:
1. download 3 files from "Files" category.
2. exec lldb.command to rewrite/create .lldbinit at home dir.
3. exec "command source ~/.lldbinit" at lldb command line or restart lldb
3. exec "type summary list -w stlport" and "type synthetic list -w stlport" to make sure rules was installed
4. read http://lldb.llvm.org/varformats.html if something does not work.
Made on the basis of LLVM examples for libc++ and gnu libstdc++ containers.
http://llvm.org/svn/llvm-project/lldb/trunk/examples/
Enjoy.
Categories
DebuggersFollow stlport_lldb_watch
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of stlport_lldb_watch!