summaryrefslogtreecommitdiffstats
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Remove ThreadSafeSTLVector and ThreadSafeSTLMap and their use in ...Raphael Isemann2019-12-033-206/+9
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-023-6/+13
* [lldb][NFC] Make Stream's IndentLevel an unsigned integers.Raphael Isemann2019-12-021-6/+6
* [lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)Raphael Isemann2019-11-291-2/+0
* [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann2019-11-291-3/+0
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-4/+6
* [lldb][NFC] Fix header guard comment in ThreadSafeDenseMap.hRaphael Isemann2019-11-291-1/+1
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-7/+4
* [lldb][NFC] Remove CompilerDeclContext::IsClangRaphael Isemann2019-11-281-2/+0
* [lldb][NFC] Simplify CompilerDecl and CompilerDeclContext initializationRaphael Isemann2019-11-282-10/+6
* [lldb][NFC] Remove unused CompilerDecl::IsClangRaphael Isemann2019-11-281-2/+0
* Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"Raphael Isemann2019-11-281-4/+7
* [lldb][NFC] Remove unused STLUtil include and STLUtil.h headerRaphael Isemann2019-11-282-27/+0
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-7/+4
* [lldb][NFC] Make GetAsCXXRecordDecl staticRaphael Isemann2019-11-281-1/+2
* [lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann2019-11-272-43/+8
* [lldb][NFC] Remove unused CompilerType memory functionsRaphael Isemann2019-11-271-8/+0
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-39/+4
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-0/+1
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-2/+8
* [lldb] Remove lldb's own ASTDumperRaphael Isemann2019-11-251-0/+10
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-222-31/+66
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-201-0/+2
* [lldb][NFC] Remove unused ClangASTContext::GetUnknownAnyTypeRaphael Isemann2019-11-201-6/+0
* [lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann2019-11-201-5/+1
* [lldb][NFC] Remove ClangASTContext::GetAsDeclContextRaphael Isemann2019-11-201-4/+1
* [lldb][NFC] Remove ClangASTContext::FieldIsBitfield overloadRaphael Isemann2019-11-201-3/+0
* [lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overloadRaphael Isemann2019-11-201-5/+0
* [lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypesRaphael Isemann2019-11-191-3/+1
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-181-26/+12
* [-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl2019-11-151-1/+1
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-152-1/+10
* [LLDB] Fix more -Wdocumentation issues (NFC)Jonas Devlieghere2019-11-146-24/+24
* Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-142-6/+44
* [lldb][NFC] Simplify IOHandler constructor/destructor setupRaphael Isemann2019-11-141-4/+2
* Revert "Forward declare Optional<T> in STLExtras.h"Reid Kleckner2019-11-131-1/+0
* Forward declare Optional<T> in STLExtras.hReid Kleckner2019-11-131-0/+1
* [LLDB] Cleanup the DataEncoder utility. (NFC)Jonas Devlieghere2019-11-131-129/+40
* Revert a hunk from 9634064cfa1b9bf7b7Reid Kleckner2019-11-131-1/+1
* [LLDB] Fix another set of -Wdocumentation warningsJonas Devlieghere2019-11-132-5/+2
* [LLDB] Remove dead code from StreamFileJonas Devlieghere2019-11-131-6/+0
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-1345-384/+202
* [Reproducer] Discard reproducer directory if not generated.Jonas Devlieghere2019-11-121-1/+1
* [LLDB] Add core definition for armv8l and armv7lMuhammad Omair Javaid2019-11-131-0/+2
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-0/+12
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-122-3/+12
* [lldb] Fix more -Wdeprecated-copy warningsPavel Labath2019-11-123-14/+0
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-125-42/+32
* [lldb][NFC] Remove unused CompilerType::IsPossibleCPlusPlusDynamicTypeRaphael Isemann2019-11-121-5/+0
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-119-59/+0
OpenPOWER on IntegriCloud