[Lldb-commits] [PATCH] D62499: Create a generic handler for Xfer packets
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 29 13:26:55 PDT 2019
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
More information about the lldb-commits
mailing list