[Lldb-commits] [PATCH] D112691: Include target settings in "statistics dump" output.

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 28 15:11:35 PDT 2021


jingham added a comment.

Do you care about the history of these settings?  After all, the problem might arise because someone set a setting then unset it.  If you are really trying to build an architecture where we can track this sort of problem down, then you might need more of a history approach, where the settings and certain other changes in the state of the debugger mark epochs, and you aggregate data into those epochs?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112691/new/

https://reviews.llvm.org/D112691



More information about the lldb-commits mailing list