[Lldb-commits] [PATCH] D89156: [lldb] GetSharedModule: Collect old modules in SmallVector

Joseph Tremoulet via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 29 07:10:55 PST 2021


JosephTremoulet added a comment.

In D89156#2530353 <https://reviews.llvm.org/D89156#2530353>, @Abpostelnicu wrote:

> Shouldn't this also update PlatformiOSSimulator.h?

There is no PlatformOSSimulator.h file (or I can't find it).  There is a type `PlatformiOSSumulator`, but it doesn't have its own `GetSharedModule` method.  Its `CreateInstance` method returns a `PlatformAppleSimulator`[1], and this change does update `PlatformAppleSimulator`.  So unless I'm misunderstanding your point, I don't think any changes specific to PlatformiOSSimulator are needed

1 - https://github.com/llvm/llvm-project/blob/82847436e9258a12503dcfadb5dc373cb42fea43/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp#L538


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89156



More information about the lldb-commits mailing list