[Lldb-commits] [PATCH] D153735: [lldb][LocateModuleCallback] Implement API, Python interface
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 12 10:29:04 PDT 2023
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Thanks for the detailed explanation. We don't want internal users to add a callback with a baton to Platform.h as this would interfere with the APIs, so it is fine to not have a baton in Platform.h.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153735/new/
https://reviews.llvm.org/D153735
More information about the lldb-commits
mailing list