[Lldb-commits] [PATCH] D85705: Add a "Trace" plug-in to LLDB to add process trace support in stages.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 8 17:01:07 PDT 2020


clayborg accepted this revision.
clayborg added a comment.

This looks good to me. We will need to wait until the JSON changes from https://reviews.llvm.org/D87335 to make it in though in case there are any modifications to that patch.

Walter will put up the RFC for trace plug-ins and if that differs from this patch much we can modify this to match. I don't see a need to hold up the patch since this won't affect anyone as it is new functionality that doesn't affect normal debugging or other workflows.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85705



More information about the lldb-commits mailing list