summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectStats.cpp
AgeCommit message (Expand)Author
2025-06-26Default transcript dumping in "statistics dump" to false (#145436)qxy11
2025-06-09Add commands to list/enable/disable plugins (#134418)David Peixotto
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-06-18[lldb] Add/change options in `statistics dump` to control what sections are d...royitaqi
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun
2024-05-31A few updates around "transcript" (#92843)royitaqi
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi
2024-02-06Support statistics dump summary only mode (#80745)Wanyi
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
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-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-10-25Add modules stats into the "statistics dump" command.Greg Clayton
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-08-26[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-16[Statistics] Move GetStatDescription to an header file.Davide Italiano
2018-04-13[Command] Implement `statistics` command.Davide Italiano
2018-03-23[Commands] Add a (currently empty) `stats` command.Davide Italiano