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

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 28 09:13:34 PDT 2020


wallace added a comment.

You changed my mind. I'll move to Support/JSON.h



================
Comment at: lldb/test/API/commands/trace/intelpt-trace/trace.json:11
+  },
+  "triple": "x86_64-*-linux",
+  "processes": [
----------------
labath wrote:
> What if one of the processes is 64-bit and the other 32? It sounds like this should be a property of a particular process.
That's a very good point. Will do so


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