summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters
Commit message (Expand)AuthorAgeFilesLines
...
* Move Log from Core -> Utility.Zachary Turner2017-03-032-2/+2
* Clean up debug loggingPavel Labath2017-02-131-36/+20
* Move classes from Core -> Utility.Zachary Turner2017-02-028-9/+9
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-0/+10
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-2/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-166-23/+17
* Change ValueObject creation functions to take StringRefs.Zachary Turner2016-11-131-3/+4
* Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata2016-11-071-1/+1
* Preliminary plumbing work to make 'parray' able to take offset and stride opt...Enrico Granata2016-11-042-12/+27
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+1
* Move UTF functions into namespace llvm.Justin Lebar2016-09-301-25/+28
* Make lldb::Regex use StringRef.Zachary Turner2016-09-212-9/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0617-5356/+4552
* Fix an issue where a synthetic child provider could only provide a value of t...Enrico Granata2016-08-311-8/+9
* Remove unused variables.Zachary Turner2016-08-311-1/+0
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-184-77/+75
* Add support for synthetic child providers to optionally return a customized t...Enrico Granata2016-05-021-0/+9
* Add a --element-count option to the expression commandEnrico Granata2016-04-252-12/+46
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-081-177/+0
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-3/+8
* Fix a typo in FormatCache.cpp such that the cache would potentially return an...Enrico Granata2016-02-181-1/+1
* Data formatter support for libc++ std::atomic<T>Enrico Granata2016-02-121-2/+2
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-1/+3
* Fix TestDataFormatterScript for Linux.Chaoren Lin2016-01-291-5/+4
* Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata2016-01-291-3/+17
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix some compiler warnings with MSVC 2015.Zachary Turner2016-01-131-1/+1
* Fix a bug where language categories would hold on to their caches even after ...Enrico Granata2015-12-152-4/+22
* Fix a bug where one-lining display of child values would ignore the user's ch...Enrico Granata2015-12-011-1/+1
* Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata2015-11-183-56/+2
* Revert 2 commits breaking the MSVC buildTamas Berghammer2015-11-183-2/+56
* Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata2015-11-183-56/+2
* The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata2015-11-143-0/+54
* Upstream some data formatter related cleanupsEnrico Granata2015-11-131-7/+18
* Fix indentationEnrico Granata2015-11-131-21/+21
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-101-7/+22
* Upstream changes to the ValueObjectPrinter; nfcEnrico Granata2015-11-102-43/+147
* Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata2015-11-091-1/+18
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-4/+28
* All instance variables start with "m_". Fix "options" to be "m_options".Greg Clayton2015-11-031-56/+56
* Add a --language (-l) option to the formatter delete commands in order to all...Enrico Granata2015-10-291-0/+8
* Remove an unused local variableEnrico Granata2015-10-281-1/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source; other...Eugene Zelenko2015-10-261-23/+27
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-1/+9
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-2010-24/+14
* Introduce the concept of a type that is meaningless without dynamic resolutio...Enrico Granata2015-10-201-18/+12
* Let Language plugins vend a default DeclPrintingHelper in case a custom one i...Enrico Granata2015-10-193-11/+253
* Silence -Wreturn-type with gcc 5.2Saleem Abdulrasool2015-10-181-0/+1
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-2/+2
OpenPOWER on IntegriCloud