[Lldb-commits] [lldb] [lldb][AIX] Added new plugin AIX-DYLD (Dynamic Loader) Base Support (PR #115714)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 12 23:58:42 PST 2024


labath wrote:

That sounds reasonable. Those three parts should be mostly independent. The dynamic loader plugin is tricky as it sort of binds everything together. Basically my criterion is: "can this code be useful (e.g. tested) without the functionality that is not implemented yet". If the answer is no, then we ought deal with the things that make it useful first.

https://github.com/llvm/llvm-project/pull/115714


More information about the lldb-commits mailing list