aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
AgeCommit message (Expand)AuthorFilesLines
8 days[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-4/+2
2025-01-31[lldb] Use llvm::Error instead of CommandReturnObject for error reporting (#1...Jonas Devlieghere1-3/+6
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-26/+31
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere1-2/+2
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-7/+5
2023-10-09[lldb][NFCI] Remove use of ConstString from FilterRule in StructuredDataDarwi...Alex Langford1-15/+17
2023-09-29[lldb][NFCI] Remove unneeded use of ConstString from StructuredDataDarwinLogAlex Langford1-7/+3
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford1-2/+2
2023-06-26[lldb][NFCI] Remove ConstString from Process::ConfigureStructuredDataAlex Langford1-4/+4
2023-06-23[lldb][NFCI] Remove use of ConstString from StructuredDataPluginAlex Langford1-13/+11
2023-06-16[lldb][NFCI] Avoid a few unnecessary ConstString constructions in StructuredD...Alex Langford1-6/+5
2023-05-30[lldb][NFCI] Remove use of ConstString from StructuredDataDarwinLog static fu...Alex Langford1-21/+19
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere1-4/+4
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford1-1/+1
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere1-4/+4
2023-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere1-3/+4
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere1-4/+4
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford1-3/+1
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2022-03-16[lldb] Report debugger diagnostics as eventsJonas Devlieghere1-14/+4
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-7/+7
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath1-11/+5
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-11/+3
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath1-16/+11
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-2/+2
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-2/+0
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-16/+12
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2020-12-16Use basic_string::find(char) instead of basic_string::find(const char *s, siz...Fangrui Song1-1/+1
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere1-2/+2
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+3
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-08-26[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann1-10/+5
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere1-5/+2
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht1-2/+2
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere1-5/+3
2019-07-25Let tablegen generate property definitionsJonas Devlieghere1-23/+8
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-138/+133
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann1-1/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-24/+0
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-13/+13
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-3/+3
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-4/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3