Is there any debugger, like gdb or something else, aimed for C/C++, that runs on top of LLVM?
Given how well engineered LLVM is, this almost seems like a perfect opportunity.
Is there any debugger, like gdb or something else, aimed for C/C++, that runs on top of LLVM?
Given how well engineered LLVM is, this almost seems like a perfect opportunity.
Recently, the LLDB project was created as a modular tool for adding debugging capabilities to LLVM. At this time it only supports OS X, but it has a C++ api, a standalone executable and Python bindings.