summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FormatClasses.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removing spurious <ostream> includeEnrico Granata2012-03-201-1/+0
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-21/+42
* Using the new ScriptInterpreterObject in the implementation of synthetic chil...Enrico Granata2012-03-061-26/+7
* This commit:Enrico Granata2012-02-291-12/+43
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-5/+3
* <rdar://problem/10062621>Enrico Granata2012-02-151-35/+50
* Added a new --omit-names (-O, uppercase letter o) option to "type summary add".Enrico Granata2012-02-021-52/+28
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-1/+18
* warnings: Fix up several const qualified return types.Daniel Dunbar2011-10-311-1/+1
* Move Python.h includes out of the headers into the .cpp file where it's actua...Benjamin Kramer2011-10-231-1/+11
* Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton2011-10-121-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-2/+3
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-78/+2
* Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata2011-08-231-0/+125
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-4/+4
* - Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata2011-08-191-0/+25
* First round of code cleanups:Enrico Granata2011-08-171-3/+3
* While tracking down memory consumption issue a few things were needed: the Greg Clayton2011-08-101-1/+1
* New formatting symbol %# can be used in summary strings to get the "count of ...Enrico Granata2011-08-041-1/+1
* Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata2011-08-021-2/+43
* Public API changes:Enrico Granata2011-07-291-1/+1
* new flag -P to type synth add lets you type a Python class interactivelyEnrico Granata2011-07-251-2/+13
* Python synthetic children:Enrico Granata2011-07-241-0/+24
* when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata2011-07-221-3/+21
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-0/+140
OpenPOWER on IntegriCloud