[Lldb-commits] [lldb] Add `target modules dump separate-debug-info` (PR #66035)

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 12 09:15:29 PDT 2023


Not necessary for this review, but it might be nice to have a --missing or similar flag to this command that filters the output to only the ones that are missing.  Seems like a lot of the time I would want to use this command it would be to find missing dwo or oso files.

Jim


> On Sep 11, 2023, at 5:59 PM, Greg Clayton via lldb-commits <lldb-commits at lists.llvm.org> wrote:
> 
> 
> clayborg wrote:
> 
> We also want to show the .dwo error or OSO error strings that explain why the file wasn't loaded as we see when we do "frame variable" and the OSO or DWO are missing. 
> 
> https://github.com/llvm/llvm-project/pull/66035
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits



More information about the lldb-commits mailing list