[Lldb-commits] [PATCH] D152759: [lldb][Android] Support zip .so file
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 15 16:15:49 PDT 2023
clayborg added inline comments.
================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp:1336
+ // "zip_path!/so_path". Resolve the zip file path, .so file offset and size.
+ ZipFileResolver::FileKind file_kind;
+ std::string file_path;
----------------
might be good to init this to an invalid value in case code changes over time?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152759/new/
https://reviews.llvm.org/D152759
More information about the lldb-commits
mailing list