[Lldb-commits] [PATCH] D137509: [NFC][intelpt] Improve IntelPT trace bundle documentation
Jakob Johnson via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 8 05:17:00 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdf766fb65cc9: [NFC][intelpt] Improve IntelPT trace bundle documentation (authored by jj10306).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137509/new/
https://reviews.llvm.org/D137509
Files:
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp
Index: lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp
===================================================================
--- lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp
+++ lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp
@@ -241,6 +241,8 @@
"pid": integer,
"triple"?: string,
// Optional clang/llvm target triple.
+ // This must be provided if the trace will be created not using the
+ // CLI or on a machine other than where the target was traced.
"threads": [
// A list of known threads for the given process. When context switch
// data is provided, LLDB will automatically create threads for the
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137509.473960.patch
Type: text/x-patch
Size: 726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221108/1d6668af/attachment.bin>
More information about the lldb-commits
mailing list