aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters
AgeCommit message (Expand)AuthorFilesLines
2017-06-06Use exact equality for category language matching, for all languages, except ...Vadim Chugunov1-18/+3
2017-05-12Rename Error -> Status.Zachary Turner2-7/+7
2017-03-31Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer1-6/+4
2017-03-31Don't add a newline if the object description already has one.Jim Ingham1-1/+6
2017-03-18Remove some dead code from DumpValueObjectOptions::PointerDepthTamas Berghammer1-24/+2
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner1-3/+5
2017-03-03Move Log from Core -> Utility.Zachary Turner2-2/+2
2017-02-13Clean up debug loggingPavel Labath1-36/+20
2017-02-02Move classes from Core -> Utility.Zachary Turner8-9/+9
2017-01-31[CMake] Add accurate dependency specificationsChris Bieneman1-0/+10
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov1-2/+1
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner6-23/+17
2016-11-13Change ValueObject creation functions to take StringRefs.Zachary Turner1-3/+4
2016-11-07Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata1-1/+1
2016-11-04Preliminary plumbing work to make 'parray' able to take offset and stride opt...Enrico Granata2-12/+27
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-2/+2
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner1-1/+1
2016-09-30Move UTF functions into namespace llvm.Justin Lebar1-25/+28
2016-09-21Make lldb::Regex use StringRef.Zachary Turner2-9/+9
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone17-5356/+4552
2016-08-31Fix an issue where a synthetic child provider could only provide a value of t...Enrico Granata1-8/+9
2016-08-31Remove unused variables.Zachary Turner1-1/+0
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool4-77/+75
2016-05-02Add support for synthetic child providers to optionally return a customized t...Enrico Granata1-0/+9
2016-04-25Add a --element-count option to the expression commandEnrico Granata2-12/+46
2016-04-08Remove even more of the data formatters that silently run codeEnrico Granata1-177/+0
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham1-3/+8
2016-02-18Fix a typo in FormatCache.cpp such that the cache would potentially return an...Enrico Granata1-1/+1
2016-02-12Data formatter support for libc++ std::atomic<T>Enrico Granata1-2/+2
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton1-1/+3
2016-01-29Fix TestDataFormatterScript for Linux.Chaoren Lin1-5/+4
2016-01-29Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata1-3/+17
2016-01-28Remove autoconf support from source directories.Eugene Zelenko1-14/+0
2016-01-13Fix some compiler warnings with MSVC 2015.Zachary Turner1-1/+1
2015-12-15Fix a bug where language categories would hold on to their caches even after ...Enrico Granata2-4/+22
2015-12-01Fix a bug where one-lining display of child values would ignore the user's ch...Enrico Granata1-1/+1
2015-11-18Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata3-56/+2
2015-11-18Revert 2 commits breaking the MSVC buildTamas Berghammer3-2/+56
2015-11-18Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata3-56/+2
2015-11-14The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata3-0/+54
2015-11-13Upstream some data formatter related cleanupsEnrico Granata1-7/+18
2015-11-13Fix indentationEnrico Granata1-21/+21
2015-11-10Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata1-7/+22
2015-11-10Upstream changes to the ValueObjectPrinter; nfcEnrico Granata2-43/+147
2015-11-09Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata1-1/+18
2015-11-04Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata1-4/+28
2015-11-03All instance variables start with "m_". Fix "options" to be "m_options".Greg Clayton1-56/+56
2015-10-29Add a --language (-l) option to the formatter delete commands in order to all...Enrico Granata1-0/+8
2015-10-28Remove an unused local variableEnrico Granata1-1/+0