[Lldb-commits] [PATCH] D85705: First patch that adds processor trace.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 10 21:36:53 PDT 2020


clayborg added a comment.

Unresolved issues in this patch:

- For "trace load", I get the plugin for the JSON file by matching it up with the "name" field in the JSON, but I don't store the "trace_sp" anywhere. We will need to store it with the target that we create, or for later commands add it to a target that is stopped when the trace data is loaded via the process interface (through lldb-server is the current thinking for this).
- "trace dump" does nothing for now, but this is what we can use to test that "trace load" worked and was able to create a target.

This patch keeps things really simple for now so we can checkin small testable patches.


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