summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/StructuredData.cpp
AgeCommit message (Expand)Author
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-09-14[lldb][NFCI] Remove use of ConstString in StructuredDataAlex Langford
2023-08-31[lldb][NFCI] Replace bespoke iterator check with std::nextAlex Langford
2023-07-09[lldb] Add missing StringExtras.h includesElliot Goodrich
2023-07-06[lldb][NFCI] Minor cleanups to StructuredData::GetObjectForDotSeparatedPathAlex Langford
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-04-17[lldb] Change parameter type of StructuredData::ParseJSONAlex Langford
2023-02-17[lldb] StructuredData should not truncate uint64_t valuesAlex Langford
2022-11-03[lldb/Utility] Add GetDescription(Stream&) to StructureData::*Med Ismail Bennani
2022-11-03[lldb/Utility] Fix StructuredData::ParseJSONValue for null itemsMed Ismail Bennani
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-09-24Fix LLDB tweak in 62a47e994fcf5b73e29547d26cd9676b30cb69a3Sam McCall
2020-09-24[JSON] Add error reporting to fromJSON and ObjectMapperSam McCall
2020-09-21Add a "Trace" plug-in to LLDB to add process trace support in stages.Walter Erquinigo
2020-07-22[lldb] Eliminate unneeded value parameters in Utility (NFC)Jonas Devlieghere
2020-02-11[lldb][NFC] Remove several inefficient ConstString -> const char * -> StringR...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-13[lldb/Utility] Add std::move to make placate clang 3.8Jonas Devlieghere
2019-12-13[lldb][NFC] Remove unused includes in Utility's source filesRaphael Isemann
2019-10-01[JSON] Use LLVM's library for decoding JSON in StructuredDataJonas Devlieghere
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-13[NFC] Small code cleanups in utility.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-17Fix LLDB build.Eugene Zemtsov
2017-06-27Move StructuredData from Core to UtilityPavel Labath