summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/TraceExporter
AgeCommit message (Expand)Author
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-08-18Fx typos in documentationKazu Hirata
2023-05-06[lldb] Replace None with std::nullopt in comments (NFC)Kazu Hirata
2023-02-01[lldb][NFC] Use move instead of copyChris Cotter
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
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-10[lldb] Use std::optional instead of None in comments (NFC)Kazu Hirata
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-02[lldb] fix license header in TraceHTR.hPietro Albini
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-08-02[trace] Add SBTraceCursor bindingsJakob Johnson
2022-08-01[trace] Replace TraceCursorUP with TraceCursorSPJakob Johnson
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2022-06-29[lldb] Fix unused variable warning in TraceHTR (NFC)Kevin Cadieux
2022-06-29[trace] Make events first class items in the trace cursor and rework errorsWalter Erquinigo
2022-06-28[trace] Improve the TraceCursor iteration APIWalter Erquinigo
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-04-06[trace][intelpt] Introduce instruction IdsWalter Erquinigo
2021-12-24Use Optional::getValueOr (NFC)Kazu Hirata
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-10-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-08-11[tests] [trace] Add a more comprehensive test for `thread trace export ctf` c...Walter Erquinigo
2021-07-30[nfc] improve a simple callWalter Erquinigo
2021-07-29[nfc][trace] use formatv instead of the old PrintfWalter Erquinigo
2021-07-28[trace] Introduce Hierarchical Trace Representation (HTR) and add command fo...Walter Erquinigo
2021-07-29Revert "[trace] Introduce Hierarchical Trace Representation (HTR) and add co...Muhammad Omair Javaid
2021-07-28[trace] Introduce Hierarchical Trace Representation (HTR) and add command fo...Walter Erquinigo
2021-07-26[trace] Add the definition of a TraceExporter pluginWalter Erquinigo