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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to