summaryrefslogtreecommitdiff
path: root/lldb/source/Core/DumpDataExtractor.cpp
AgeCommit message (Expand)Author
2025-10-23[lldb] Added a warning in case of instruction decode failure (#164413)Timur Golubovich
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-03-11Turn off instruction flow control annotations by default (#84607)Jason Molenda
2023-09-18[LLDB] Add a setting for printing ValueObject hex values without leading zero...Walter Erquinigo
2023-06-23[lldb] Use format specific for unprintabe char in DumpDataExtractorJonas Devlieghere
2023-06-23[lldb] Print unprintable characters as unsignedJonas Devlieghere
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata
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-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-16Make CompilerType safeAdrian Prantl
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-07-27[lldb] Always use APFloat for FP dumpingPavel Labath
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-01-26[lldb] Add option to show memory tags in memory read outputDavid Spickett
2021-06-11Fix extraneous ')' error.Simon Pilgrim
2021-06-11[lldb] DumpDataExtractor.cpp - replace APInt::toString() with llvm::toString(...Simon Pilgrim
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-25[lldb] Fix that LLDB doesn't print NaN's sign on DarwinRaphael Isemann
2021-05-24[lldb] Reland "Fix UB in half2float" to fix the ubsan bot.Raphael Isemann
2021-05-19Revert "[lldb] Fix UB in half2float and add some more tests."Raphael Isemann
2021-05-19[lldb] Fix UB in half2float and add some more tests.Raphael Isemann
2021-04-19[lldb] Print the fixed address if symbolication fails in DumpDataExtractorJonas Devlieghere
2020-07-14[lldb] Refactor character printing in DumpDataExtractorRaphael Isemann
2020-07-13[lldb][NFC] Refactor instruction dumping out of DumpDataExtractorRaphael Isemann
2020-06-19[lldb] Replace std::isprint/isspace with llvm's locale-independent versionRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-05[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann
2019-09-28[Core] Remove unused dependency on clangASTAlex Langford
2019-09-06[Core] Remove use of ClangASTContext in DumpDataExtractorAlex Langford
2019-09-04[lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann
2019-08-28[Core] Use GetAPInt instead of constructing APInts in placeAlex Langford
2019-08-26[Core] GetAPInt should return an OptionalAlex Langford
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-01-17[lldb][PPC64] Fixed long double variables dumpPavel Labath
2017-10-11Fix dumping of characters with non-standard sizesPetr Pavlu
2017-07-11Pass in the disassembler flavor when disassembling inJason Molenda
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Fix DataExtractor failures.Zachary Turner