[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 00:50:00 PDT 2019
krytarowski added a comment.
> 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?
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