jimingham wrote: Originally the idea was that `GetDescription` was for showing to users and `Dump` was like the llvm `dump`, it was meant to show all the gory details and you weren't supposed to call it in code so much as by hand when debugging. So that it is unused doesn't really mean it isn't unused in practice. OTOH the fact that this dump really does pretty much exactly what GetDescription does is a good argument it isn't needed - there aren't, after all, much in the way of gory details in a SymbolContext...
https://github.com/llvm/llvm-project/pull/123211 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits