[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 17:12:46 PDT 2023
dwblaikie wrote:
> N_SO is the stab moniker for a source file, and N_OSO is the object file associated with that source file (N_SO was in Sun's implementation, we made up N_OSO). Most nm''s leave off the N_ when they print stabs, so then this became just OSO...
> We don't do DWO on Darwin, and nobody but Darwin does OSO's, so for now I don't think you need to worry about mixing of the entities in these reports.
Ah, thanks for the context - makes sense.
https://github.com/llvm/llvm-project/pull/66035
More information about the lldb-commits
mailing list