summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] [ARM] Use r11 as frame pointer on Windows on ARMMartin Storsjö2019-11-294-2/+152
* [lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)Raphael Isemann2019-11-292-7/+0
* [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann2019-11-294-59/+41
* [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann2019-11-295-31/+25
* [lldb][NFC] Early exit in ClangASTContext::CreateInstanceRaphael Isemann2019-11-291-41/+41
* [lldb] Fix windows build for 38870afPavel Labath2019-11-291-1/+1
* [lldb][NFC] Simplify regex_chars in CommandCompletionsRaphael Isemann2019-11-291-4/+1
* [lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecord...Raphael Isemann2019-11-291-70/+1
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-2922-76/+82
* [lldb][NFC] Fix header guard comment in ThreadSafeDenseMap.hRaphael Isemann2019-11-291-1/+1
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-284-91/+71
* [LLDB] On Windows, force error message formatting to EnglishAlexandre Ganea2019-11-281-1/+10
* [LLDB] Fix wrong argument in CommandObjectThreadStepWithTypeAndScopeAlexandre Ganea2019-11-281-1/+1
* [lldb][NFC] Remove CompilerDeclContext::IsClangRaphael Isemann2019-11-284-13/+9
* [lldb][NFC] Remove unused variable in ClangASTSource::CompleteTypeRaphael Isemann2019-11-281-1/+0
* [lldb][NFC] Simplify CompilerDecl and CompilerDeclContext initializationRaphael Isemann2019-11-282-10/+6
* [lldb][NFC] Remove unused CompilerDecl::IsClangRaphael Isemann2019-11-282-6/+0
* [lldb] refactor FileSpec::EqualPavel Labath2019-11-281-13/+3
* [lldb] Add FileSpec::Equal unit testsPavel Labath2019-11-281-0/+20
* [lldb] Simplify and improve FileSpecTestPavel Labath2019-11-281-24/+24
* Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"Raphael Isemann2019-11-284-71/+90
* [lldb][NFC] Remove unused STLUtil include and STLUtil.h headerRaphael Isemann2019-11-282-27/+0
* [lldb][NFC] Use llvm::StringRef instead of C-strings as multimap keyRaphael Isemann2019-11-281-10/+5
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-284-90/+71
* [lldb][NFC] Remove unused CStringToDIEMap typedefRaphael Isemann2019-11-281-6/+0
* [lldb][NFC] Remove forward declaration of PrivateAutoCompleteMembersRaphael Isemann2019-11-281-7/+0
* [lldb][NFC] Make GetAsCXXRecordDecl staticRaphael Isemann2019-11-281-1/+2
* [LLDB] [test] Add a missing "REQUIRES: arm" lineMartin Storsjö2019-11-281-0/+2
* [lldb][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARFRaphael Isemann2019-11-282-222/+243
* [LLDB] Always interpret arm instructions as thumb on windowsMartin Storsjö2019-11-282-0/+95
* [LLDB] [PECOFF] Look for the truncated ".eh_fram" section nameMartin Storsjö2019-11-282-1/+94
* [LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. ...Martin Storsjö2019-11-282-98/+75
* [lldb] Remove debugging code used for LLDB_DWARF_DONT_COMPLETE_TYPENAMESRaphael Isemann2019-11-281-33/+0
* [lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann2019-11-276-53/+17
* [lldb][NFC] Remove unused CompilerType memory functionsRaphael Isemann2019-11-272-175/+0
* [LLDB] Avoid using InitializeContext for zero-initializing a CONTEXT. NFC.Martin Storsjö2019-11-271-9/+2
* [lldb][NFC] Early exit in DWARFASTParserClang::ParseArrayTypeRaphael Isemann2019-11-271-74/+74
* Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher2019-11-2610-10/+10
* [lldb] [test] Un-XFAIL lldb-server tests fixed on NetBSDMichał Górny2019-11-261-2/+0
* [lldb] Avoid snprintf in PlatformRemoteDarwinDevicePavel Labath2019-11-261-19/+14
* [lldb][NFC] Modernize string handling in DWARFASTParserClang::ParseTypeModifierRaphael Isemann2019-11-261-22/+16
* [lldb] Use llvm::format in AppleObjCRuntimeV2.cppPavel Labath2019-11-261-8/+2
* [lldb] fix a -Wcast-qual warningPavel Labath2019-11-261-1/+1
* [lldb] remove a superfluous semicolonPavel Labath2019-11-261-1/+1
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-268-85/+15
* [lldb/symbolvendorelf] Copy more sections from separate debug filesPavel Labath2019-11-262-10/+83
* [lldb][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTyp...Raphael Isemann2019-11-261-1/+0
* [lldb][NFC] Simplify structure parsing code in DWARFASTParserClang::ParseType...Raphael Isemann2019-11-261-4/+2
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-267-1/+22
* [lldb][NFC] Extract type modifier parsing from DWARFASTParserClang::ParseType...Raphael Isemann2019-11-262-208/+226
OpenPOWER on IntegriCloud