[Lldb-commits] [lldb] [lldb] Remove (unused) SymbolContext::Dump (PR #123211)

via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 16 10:19:25 PST 2025


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


More information about the lldb-commits mailing list