summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Trace.cpp
AgeCommit message (Expand)Author
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-06-24[NFC][lldb][trace] Rename trace session to trace bundleWalter Erquinigo
2022-06-20Add LoadTraceFromFile to SBDebugger and SBTraceJakob Johnson
2022-06-16[trace][intelpt] Support system-wide tracing [22] - Some final touchesWalter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [20] - Rename some fields in the...Walter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [18] - some more improvementsWalter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [17] - Some improvementsWalter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [16] - Create threads automatica...Walter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [14] - Decode per cpuWalter Erquinigo
2022-06-16[trace][intelpt] Support system-wide tracing [13] - Add context switch decodingWalter Erquinigo
2022-06-15[trace][intelpt] Support system-wide tracing [12] - Support multi-core trace ...Walter Erquinigo
2022-06-15[trace][intelpt] Support system-wide tracing [11] - Read warnings and perf co...Walter Erquinigo
2022-05-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo
2022-05-17[NFC][lldb][trace] Use uint64_t when decoding and enconding jsonWalter Erquinigo
2022-05-09Revert "[NFC][lldb][trace] Use uint64_t when decoding and enconding json"Walter Erquinigo
2022-05-09[NFC][lldb][trace] Use uint64_t when decoding and enconding jsonWalter Erquinigo
2022-04-07[trace][intel pt] Create a common accessor for live and postmortem dataWalter Erquinigo
2022-03-21[trace] Use vector instead of ArrayRef when reading dataWalter Erquinigo
2021-10-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-07-21[LLDB] Move Trace-specific classes into separate libraryAlex Langford
2021-07-16[trace][intel pt] Implement the Intel PT cursorWalter Erquinigo
2021-06-23[trace] Add a TraceCursor classWalter Erquinigo
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-06-02[NFC][trace][intel-pt] small test fixesWalter Erquinigo
2021-05-04[trace] Dedup different source lines when dumping instructions + refactorWalter Erquinigo
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2021-04-01Fix "image lookup --address" Summary results for inline functions.Greg Clayton
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2020-11-05[trace][intel-pt] Implement the basic decoding functionalityWalter Erquinigo
2020-10-12[trace] Scaffold "thread trace dump instructions"Walter Erquinigo
2020-10-09[intel pt] Refactor parsingWalter Erquinigo
2020-09-24[intel-pt] Refactor the JSON parsingWalter Erquinigo
2020-09-21[lldb] Delete two unneeded <regex>Fangrui Song
2020-09-21Add a "Trace" plug-in to LLDB to add process trace support in stages.Walter Erquinigo