summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FormatEntity.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Resubmit "Remove an output-parameter from Variable function".Zachary Turner2016-11-181-21/+15
* Revert "Remove an out param from ValueObject::GetValueForExpressionPath."Zachary Turner2016-11-181-18/+24
* Remove an out param from ValueObject::GetValueForExpressionPath.Zachary Turner2016-11-181-24/+18
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-47/+56
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-14/+13
* Clean up the stop printing header lines.Jim Ingham2016-11-081-0/+11
* Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata2016-11-071-3/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2314/+2061
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-101-64/+48
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* Pass the ExecutionContext as well, since it is actually usefulEnrico Granata2015-11-191-0/+3
* Allow the language plugins a say in how the function name is rendered as part...Enrico Granata2015-11-191-140/+203
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-201-2/+3
* Create a logging category that is specific to data formatters activityEnrico Granata2015-10-061-3/+3
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+1
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-1/+1
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-031-1/+1
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-031-1/+1
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-2/+2
* Simplify find_first_of & find_last_of on single char.Bruce Mitchener2015-09-011-2/+2
* Make FormatEntity be a little bit smarter when printing function argumentsEnrico Granata2015-09-011-10/+25
* Remove class Language - the only thing it was actually being used for is prov...Enrico Granata2015-08-271-3/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-3/+3
* Fix TestArrayTypes on Windows.Zachary Turner2015-08-181-0/+2
* First part of an attempt to indicate to the user when they are Jason Molenda2015-07-291-1/+13
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-281-8/+8
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-4/+4
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-1/+1
* Add support for displaying the language in the frame-format string.Dawn Perchik2015-06-231-0/+20
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-2/+0
* Fix a bug in the data formatters where summary strings would not look into th...Enrico Granata2015-03-121-1/+1
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* Fix TestDataFormatter* on LinuxVince Harron2015-02-181-1/+1
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-8/+29
* Update documenation for the changed in from ${var.script:<pythonfunction>} to...Greg Clayton2015-02-041-1/+1
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-0/+2511
OpenPOWER on IntegriCloud