summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters
Commit message (Expand)AuthorAgeFilesLines
* Reflow paragraphs in comments.Adrian Prantl2018-04-305-55/+47
* Use exact equality for category language matching, for all languages, except ...Vadim Chugunov2017-06-061-18/+3
* Rename Error -> Status.Zachary Turner2017-05-122-7/+7
* Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer2017-03-311-6/+4
* Don't add a newline if the object description already has one.Jim Ingham2017-03-311-1/+6
* Remove some dead code from DumpValueObjectOptions::PointerDepthTamas Berghammer2017-03-181-24/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-3/+5
* 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
OpenPOWER on IntegriCloud