[Lldb-commits] [PATCH] D106501: [trace] Add the definition of a TraceExporter plugin

2021-07-26 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 rGc1b4632528cb: [trace] Add the definition of a TraceExporter plugin (authored by Walter Erquinigo wall...@fb.com). Repository: rG LLVM Github

[Lldb-commits] [PATCH] D106501: [trace] Add the definition of a TraceExporter plugin

2021-07-22 Thread walter erquinigo via Phabricator via lldb-commits
wallace updated this revision to Diff 361013. wallace added a comment. Herald added a subscriber: dang. I've added a basic implementation of a CTF exporter plugin that can be used by https://reviews.llvm.org/D105741 (lldb) help thread trace export ctf Export a given thread's trace to Chrome

[Lldb-commits] [PATCH] D106501: [trace] Add the definition of a TraceExporter plugin

2021-07-21 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. Lets go ahead and and the "thread trace export" command as part of this to show how this API will get used and function. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106501/new/ https://reviews.llvm.org/D106501

[Lldb-commits] [PATCH] D106501: [trace] Add the definition of a TraceExporter plugin

2021-07-21 Thread Greg Clayton via Phabricator via lldb-commits
clayborg requested changes to this revision. clayborg added a comment. This revision now requires changes to proceed. Herald added a subscriber: JDevlieghere. Just switch to unique_ptr and this will be good to go. Comment at: lldb/include/lldb/lldb-forward.h:445 typedef

[Lldb-commits] [PATCH] D106501: [trace] Add the definition of a TraceExporter plugin

2021-07-21 Thread walter erquinigo via Phabricator via lldb-commits
wallace created this revision. wallace added a reviewer: clayborg. Herald added a subscriber: mgorny. wallace requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Copying from the inline documentation: Trace exporter plug-ins operate on