[Lldb-commits] [PATCH] D88264: [intel-pt] Refactor the JSON parsing

2020-09-24 Thread Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGbddebca61ea7: [intel-pt] Refactor the JSON parsing (authored by Walter Erquinigo ). Changed prior to commit: https://reviews.llvm.

[Lldb-commits] [PATCH] D88264: [intel-pt] Refactor the JSON parsing

2020-09-24 Thread walter erquinigo via Phabricator via lldb-commits
wallace created this revision. Herald added a reviewer: JDevlieghere. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. wallace requested review of this revision. Recently https://reviews.llvm.org/D88103 introduced a nice API for converting a JSON object into C++ types, which