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
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