summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTrace.cpp
AgeCommit message (Expand)Author
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2022-06-24[NFC][lldb][trace] Rename trace session to trace bundleWalter Erquinigo
2022-06-20Add LoadTraceFromFile to SBDebugger and SBTraceJakob Johnson
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-06-23[lldb] Remove CommandReturnObject's SetError(StringRef)David Spickett
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2021-03-01[mlir][lldb] Fix several gcc warnings in mlir and lldbStella Stamenova
2020-10-09[intel pt] Refactor parsingWalter Erquinigo
2020-09-21Add a "Trace" plug-in to LLDB to add process trace support in stages.Walter Erquinigo