aboutsummaryrefslogtreecommitdiff
path: root/source/DataFormatters
AgeCommit message (Expand)Author
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-06Use exact equality for category language matching, for all languages, except ...Vadim Chugunov
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-31Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer
2017-03-31Don't add a newline if the object description already has one.Jim Ingham
2017-03-18Remove some dead code from DumpValueObjectOptions::PointerDepthTamas Berghammer
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-13Clean up debug loggingPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] Add accurate dependency specificationsChris Bieneman
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-13Change ValueObject creation functions to take StringRefs.Zachary Turner
2016-11-07Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata
2016-11-04Preliminary plumbing work to make 'parray' able to take offset and stride opt...Enrico Granata
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-30Move UTF functions into namespace llvm.Justin Lebar
2016-09-21Make lldb::Regex use StringRef.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-08-31Remove unused variables.Zachary Turner
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-05-02Add support for synthetic child providers to optionally return a customized t...Enrico Granata
2016-04-25Add a --element-count option to the expression commandEnrico Granata
2016-04-08Remove even more of the data formatters that silently run codeEnrico Granata
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham
2016-02-18Fix a typo in FormatCache.cpp such that the cache would potentially return an...Enrico Granata
2016-02-12Data formatter support for libc++ std::atomic<T>Enrico Granata
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton
2016-01-29Fix TestDataFormatterScript for Linux.Chaoren Lin
2016-01-29Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2016-01-13Fix some compiler warnings with MSVC 2015.Zachary Turner
2015-12-15Fix a bug where language categories would hold on to their caches even after ...Enrico Granata
2015-12-01Fix a bug where one-lining display of child values would ignore the user's ch...Enrico Granata
2015-11-18Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata
2015-11-18Revert 2 commits breaking the MSVC buildTamas Berghammer
2015-11-18Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata
2015-11-14The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata
2015-11-13Upstream some data formatter related cleanupsEnrico Granata
2015-11-13Fix indentationEnrico Granata
2015-11-10Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata
2015-11-10Upstream changes to the ValueObjectPrinter; nfcEnrico Granata
2015-11-09Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata
2015-11-04Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata
2015-11-03All instance variables start with "m_". Fix "options" to be "m_options".Greg Clayton