krytarowski added a comment.

In D62499#1520654 <https://reviews.llvm.org/D62499#1520654>, @labath wrote:

> In D62499#1520610 <https://reviews.llvm.org/D62499#1520610>, @krytarowski 
> wrote:
>
> > > One time just before it's loaded (so lldb can check which modules are 
> > > loaded) and another right after it's loaded (so lldb can check again 
> > > which ones are loaded and calculate the difference).
> >
> > There is on NetBSD and on a selection of other OSs: `_rtld_debug_state` 
> > integrated as a part of ELF dynamic loader.
> >
> > Is there something like that on Android that could be reused?
>
>
> Yes, there is, and it's being used now. The question here is what do we do 
> *after* we hit the dynamic loader breakpoint...


First I will need to make research of it locally as it was probably not used in 
some time.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62499/new/

https://reviews.llvm.org/D62499



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to