[Lldb-commits] [PATCH] D106501: [trace] Add the definition of a TraceExporter plugin
Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 26 18:02:15 PDT 2021
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 <wallace at fb.com>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106501/new/
https://reviews.llvm.org/D106501
Files:
lldb/include/lldb/Core/PluginManager.h
lldb/include/lldb/Target/TraceExporter.h
lldb/include/lldb/lldb-forward.h
lldb/include/lldb/lldb-private-interfaces.h
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Core/PluginManager.cpp
lldb/source/Plugins/CMakeLists.txt
lldb/source/Plugins/TraceExporter/CMakeLists.txt
lldb/source/Plugins/TraceExporter/ctf/CMakeLists.txt
lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.cpp
lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.h
lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTF.cpp
lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTF.h
lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTFOptions.td
lldb/source/Target/CMakeLists.txt
lldb/source/Target/TraceExporter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106501.361873.patch
Type: text/x-patch
Size: 21102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210727/5e119dde/attachment-0001.bin>
More information about the lldb-commits
mailing list