[lldb-dev] Infinity full-system preview

2016-06-13 Thread Gary Benson via lldb-dev
Hi all, I've been working on a platform-independent system for executables and shared libraries to expose functionality to debug, monitoring, and analysis tooling. It's called Infinity. I'm writing it to solve some problems GDB has, but these are likely problems LLDB has too so I'd like to make

[lldb-dev] Infinity

2015-10-20 Thread Gary Benson via lldb-dev
Hi all, I've been working on a platform-independent system for executables and shared libraries to export information to debuggers and other software development tools. It's called Infinity. The initial use case was to allow GDB to debug multithreaded inferiors without requiring libthread_db, bu