[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
Mon Nov 11 23:16:14 PST 2024
labath wrote:
It's very hard to review this without seeing the related code as well (who calls On(Un)loadModule and why?), and I don't think it's a high priority for review/upstreaming. You should be able to go quite a long way without a dynamic loader plugin. The first thing you need to do it get the basic functionality covered. Parsing object files, reading registers (object file and process plugins) as well as all of the changes in common code (what's up with those hacks in the DWARF parser?). I would expect the dynamic loader to be one of the last things you need to implement.
https://github.com/llvm/llvm-project/pull/115714
More information about the lldb-commits
mailing list