summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/TypeFormat.cpp
AgeCommit message (Expand)Author
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-10-13[LLDB] Fix type formatting empty c-strings (#68924)Walter Erquinigo
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-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-01Simplify condition (NFC)Adrian Prantl
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-31Fix an issue where a synthetic child provider could only provide a value of t...Enrico Granata
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata
2015-09-17DataFormatters: Rename clang_type to compiler_type.Bruce Mitchener
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2014-10-21Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata
2014-10-08Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata
2014-07-10Fixes for broken Debian build - g++ 4.7 support.Todd Fiala
2014-02-28Better error reporting when a variable can't beSean Callanan
2013-12-28Add a new way to bind a format to a type: by enum typeEnrico Granata
2013-12-22Centralize the code for GetValueAsCString() in TypeFormatImpl (the implementi...Enrico Granata
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-08<rdar://problem/11778815>Enrico Granata
2013-02-21Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec
2013-01-28<rdar://problem/12978143>Enrico Granata