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
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of stlport_lldb_watch!