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

via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 15 09:12:21 PDT 2023


https://github.com/jimingham commented:

I think it would be easier to read the output if you made a separate column for "error".  If you imagine a listing where there are 100 OSO's of which 10 are missing, the paths are going to jump over because of the "error: ..." at the beginning of those lines making it messy for your eyes to track.  Seems like there are only two possible errors "file not found" and "file out of date", so it seems like we should be able to make a fairly short error column after the ID and then the path?

If you're tired of mucking with tables at this point, this isn't required, but I think it would make it easier to scan. 

https://github.com/llvm/llvm-project/pull/66035


More information about the lldb-commits mailing list