summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime
Commit message (Expand)AuthorAgeFilesLines
* Simplify find_first_of & find_last_of on single char.Bruce Mitchener2015-09-012-3/+3
* Add logging to a couple of regions of codeEnrico Granata2015-09-011-2/+22
* Stop objects from keeping a strong reference to the process when they should ...Greg Clayton2015-08-312-63/+82
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-244-19/+19
* ClangASTType is now CompilerType.Greg Clayton2015-08-118-27/+27
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-114-14/+13
* Update lldb's ExternalASTSources to match Clang r244161.Richard Smith2015-08-061-7/+0
* Initialize variable to prevent garbage values (RenderScriptRuntime)Ewan Crawford2015-07-241-1/+1
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* Don't specify languages when setting breakpoints in C function names. We won'...Greg Clayton2015-07-223-3/+3
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-213-0/+3
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-143-9/+9
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Fix build after recent clang interface changesPavel Labath2015-07-071-3/+5
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-254-18/+16
* Fix a bug where we were trying to reconstruct ivars of ObjC types from the ru...Enrico Granata2015-06-251-1/+1
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-084-13/+14
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-084-14/+13
* Additional RenderScript debug features.Colin Riley2015-06-012-22/+859
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-292-4/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-272-8/+8
* Fix a few compile warningsIlia K2015-05-151-1/+1
* Implement an objc tagged-pointer info command that will provide information a...Enrico Granata2015-05-142-20/+142
* I forgot to return here, so do it, and appease the compilerEnrico Granata2015-05-061-0/+1
* Add a language objc class-table dump commandEnrico Granata2015-05-061-1/+104
* Allow the gdb_objc_realized_classes symbol to beSean Callanan2015-05-061-1/+1
* Fix a typo in the warning.Jim Ingham2015-05-041-1/+1
* Use a singleton accessor for the static list of alternate mangling prefixes s...Greg Clayton2015-04-162-9/+15
* Add new virtual method for language runtime plug-ins:Greg Clayton2015-04-162-37/+75
* Additions to RenderScriptRuntime in prep for detection of RenderScript module...Colin Riley2015-04-142-9/+108
* fixing msvc build (format string z is not supported)Colin Riley2015-04-121-2/+2
* Don't hardcode the name of the plugin - or it will get out of date, and this ...Enrico Granata2015-04-091-3/+3
* The dyld shared cache class table is not present in the iOS simulator, so do ...Enrico Granata2015-04-091-0/+13
* Fix printf format specifier to silence warning.Chaoren Lin2015-04-091-2/+2
* [ItaniumABILanguageRuntime] Remove an unneccesary 'typename' keyword.Siva Chandra2015-04-091-1/+1
* [RenderScriptRuntime] Fix build after r234522.Siva Chandra2015-04-091-0/+4
* [IRForTarget] Strenghten handling of alternate mangling.Siva Chandra2015-04-092-0/+51
* Initial language runtime support for RenderScript. Colin Riley2015-04-096-0/+504
* Fix error introduced by changing function signatures.Zachary Turner2015-03-241-11/+10
* Fix record layout when synthesizing class types.Zachary Turner2015-03-241-6/+4
* Remember to set m_loaded_objc_opt once you've loaded the ObjC dataJim Ingham2015-03-061-0/+2
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Update LLDB to read a newer format of Objective-C class information from the ...Enrico Granata2015-02-242-26/+84
* Update for Clang API change in r230123 -- lookup_result was alwaysChandler Carruth2015-02-211-2/+2
* Silence unused variable warnings in release buildsPavel Labath2015-02-191-0/+1
* Add additional DWARF 5 language constants.Bruce Mitchener2015-02-061-1/+2
* Reenable the logic to take an integer value and attempt to "po" it as an ObjC...Enrico Granata2015-01-141-2/+5
* If a binary was stripped we sometimes didn't show the ivars of an Objective C...Greg Clayton2014-12-161-27/+43
* Removed the assertion that we can find any namedSean Callanan2014-12-111-1/+8
* Added CMake support so all the Clang modules codeSean Callanan2014-12-051-1/+1
OpenPOWER on IntegriCloud