[Lldb-commits] [PATCH] D141972: Delay loading of qProcessInfo-informed binaries until later in the Process setup

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 17 16:25:57 PST 2023


jingham added a comment.

This seems okay to me, I can't see why you would be required to fill in the "main binary" or "extra binaries" when we're just stopping for the attach.  We shouldn't need them till we've decided we're launched or attached and need to print any info about that.

But given that it was at one point important to call LoadStubBinaries AFTER you had a process, you should leave a comment saying why it is important to wait till you have a process before reading in more binaries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141972



More information about the lldb-commits mailing list