summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/TypeSynthetic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-9/+9
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-2/+1
* [Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.Davide Italiano2019-03-141-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Change ValueObject creation functions to take StringRefs.Zachary Turner2016-11-131-3/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-200/+155
* Add support for synthetic child providers to optionally return a customized t...Enrico Granata2016-05-021-0/+9
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-1/+9
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-201-1/+0
* Switch data formatters over to using std::function for their callbacks instea...Enrico Granata2015-08-271-2/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Remove unused #includes of ScriptInterpreterPython.hZachary Turner2015-05-281-1/+1
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-1/+1
* Commit fix for a static analyzer issue where a string pointer could theoretic...Enrico Granata2015-01-171-9/+15
* Move a bunch of method implementations over to the C++ file; remove the need ...Enrico Granata2014-12-131-0/+103
* SyntheticChildrenFrontEnd::* should also be built when python is disabledKeno Fischer2014-12-131-35/+35
* This patch does a few things:Enrico Granata2014-12-091-0/+35
* TypeSynthetic: Fix a pointer-to-function to void-pointer castDavid Majnemer2014-07-221-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-2/+2
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...Enrico Granata2013-03-191-1/+1
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-0/+2
* <rdar://problem/12978143>Enrico Granata2013-01-281-0/+112
OpenPOWER on IntegriCloud