summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-032-3/+1
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-032-2/+2
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-032-2/+2
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-022-12/+12
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-022-5/+6
* 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
* Add a new type of plugin: Language pluginEnrico Granata2015-08-271-0/+105
* Remove class Language - the only thing it was actually being used for is prov...Enrico Granata2015-08-273-173/+2
* Silence some MSVC warnings.Stephane Sezer2015-08-261-2/+2
* [MIPS] Avoid breakpoint in delay slotBhushan D. Attarde2015-08-261-0/+14
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-2417-110/+106
* Add absolute load address support for the DynamicLoader pluginsTamas Berghammer2015-08-241-19/+27
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-211-1/+1
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-203-1296/+1797
* Fix TestArrayTypes on Windows.Zachary Turner2015-08-181-0/+2
* [ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclarationSiva Chandra2015-08-182-0/+18
* [LLGS] Avoid misrepresenting log lines as inferior outputPavel Labath2015-08-181-1/+1
* Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"Pavel Labath2015-08-173-1790/+1296
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-173-1296/+1790
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-4/+4
* Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton2015-08-141-0/+11
* ClangASTType is now CompilerType.Greg Clayton2015-08-1113-92/+92
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-113-5/+5
* Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov2015-08-103-2485/+1303
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-073-1303/+2485
* Allow ValueObject::Dereference to dereference references.Chaoren Lin2015-07-311-6/+6
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-0/+104
* Fix issues with separate symbolfile handlingTamas Berghammer2015-07-301-0/+3
* Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...Oleksiy Vyalov2015-07-291-3/+56
* Centralize where we update the source file contents in SourceManager::GetFile...Greg Clayton2015-07-291-10/+10
* First part of an attempt to indicate to the user when they are Jason Molenda2015-07-292-1/+15
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-283-11/+10
* Second attempt at the fix for the recursion in ValueObjectChild::CanUpdateWit...Enrico Granata2015-07-281-4/+13
* Use double-checked locking to avoid locking the Module mutex if we don't need...Greg Clayton2015-07-241-62/+74
* Revert "Fix an issue where LLDB would run out of stack space ..."Pavel Labath2015-07-241-6/+4
* Improve C++ function name handling and step-in avoid regerxp handlingTamas Berghammer2015-07-241-3/+4
* Fix an issue where LLDB would run out of stack space trying to decide if a de...Enrico Granata2015-07-241-4/+6
* Set the live address on child const results in a way that is more maintainabl...Enrico Granata2015-07-221-3/+2
* Make stream::operator<< take "const" void *Pavel Labath2015-07-221-2/+2
* Fix typos.Bruce Mitchener2015-07-223-5/+5
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-212-2/+14
* Fix compiler warning in ArchSpecPavel Labath2015-07-161-10/+10
* [LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil2015-07-161-25/+32
* Add a class ValueObjectConstResultCast.Siva Chandra2015-07-165-3/+104
* Remove hack about the size of long doubles from DataExtractorTamas Berghammer2015-07-131-3/+1
* [LLDB][MIPS] Add mips cores in cores_match () in ArchSpecSagar Thakur2015-07-131-3/+93
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-082-27/+23
* Fix APFloat construction from 16 byte APInt.Chaoren Lin2015-07-071-18/+8
OpenPOWER on IntegriCloud