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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to