[Lldb-commits] [PATCH] D33426: Introduce new command: thread backtrace unique

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 30 08:20:10 PDT 2017


clayborg added a comment.

Much cleaner. After seeing how we must construct a UniqueStack just so we can search for it, an even cleaner solution would be to make unique_stacks into:

  std::map<std::vector<lldb::addr_t>


https://reviews.llvm.org/D33426





More information about the lldb-commits mailing list