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

2020-08-10 Thread Greg Clayton via Phabricator via lldb-commits
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 i

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

2020-08-10 Thread Greg Clayton via Phabricator via lldb-commits
clayborg created this revision. clayborg added reviewers: labath, aprantl, JDevlieghere, wallace, jingham. Herald added subscribers: dang, mgorny. Herald added a project: LLDB. clayborg requested review of this revision. This is the first in a series of patches that will adds a new processor trace