[Lldb-commits] [lldb] Add `target modules dump separate-debug-info` (PR #66035)
David Blaikie via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 20 15:10:41 PDT 2023
dwblaikie wrote:
(aside: isn't the SBAPI meant to be the thing to use if you want to script stuff, rather than having formatted output/scraping that? - but sounds like the output has converged on a table rather than JSON anyway? So maybe a moot point)
Re: errors, OSO (what does that stand for anyway) - yeah, maybe separate tables for different data? (one table for OSO, one for DWO, one for errors? (or two for errors, one for OSO errors and one for DWO errors?))
https://github.com/llvm/llvm-project/pull/66035
More information about the lldb-commits
mailing list