summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-062-4/+4
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-052-6/+9
* [lldb/DWARF] Switch to llvm debug_rnglists parserPavel Labath2019-12-058-230/+103
* [lldb/cpluspluslanguage] Add constructor substitutorPavel Labath2019-12-051-41/+82
* [lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath2019-12-053-26/+17
* Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...Eric Christopher2019-12-041-0/+2
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-044-13/+14
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-043-10/+5
* [lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseCh...Raphael Isemann2019-12-042-443/+490
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-1/+1
* [LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea2019-12-031-0/+12
* [lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...Raphael Isemann2019-12-032-92/+116
* [lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath2019-12-031-34/+6
* [lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChild...Raphael Isemann2019-12-021-2/+0
* [LLDB] [ARM] Use r11 as frame pointer on Windows on ARMMartin Storsjö2019-11-291-2/+6
* [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann2019-11-291-2/+2
* [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann2019-11-294-30/+24
* [lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecord...Raphael Isemann2019-11-291-70/+1
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-294-6/+6
* [lldb][NFC] Remove unused variable in ClangASTSource::CompleteTypeRaphael Isemann2019-11-281-1/+0
* [lldb][NFC] Remove unused CStringToDIEMap typedefRaphael Isemann2019-11-281-6/+0
* [lldb][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARFRaphael Isemann2019-11-282-222/+243
* [LLDB] [PECOFF] Look for the truncated ".eh_fram" section nameMartin Storsjö2019-11-281-1/+2
* [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] 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
* [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] remove a superfluous semicolonPavel Labath2019-11-261-1/+1
* [lldb/symbolvendorelf] Copy more sections from separate debug filesPavel Labath2019-11-261-8/+11
* [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-263-1/+4
* [lldb][NFC] Extract type modifier parsing from DWARFASTParserClang::ParseType...Raphael Isemann2019-11-262-208/+226
* [lldb][NFC] Extract enum parsing from DWARFASTParserClang::ParseTypeFromDWARFRaphael Isemann2019-11-262-100/+113
* [lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFr...Raphael Isemann2019-11-262-374/+384
* [lldb][NFC] Extract array type parsing from DWARFASTParserClang::ParseTypeFro...Raphael Isemann2019-11-262-84/+95
* [lldb][NFC] Extract pointer to member type parsing from DWARFASTParserClang::...Raphael Isemann2019-11-262-18/+28
* [lldb][NFC] NULL -> nullptr in DWARFASTParserClang::UpdateSymbolContextScopeF...Raphael Isemann2019-11-261-4/+4
* [lldb] [Process/NetBSD] Fix handling concurrent watchpoint eventsMichał Górny2019-11-254-24/+47
* [lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny2019-11-257-8/+54
* [lldb] [Process/NetBSD] Improve threading supportMichał Górny2019-11-254-86/+256
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-252-5/+2
* [lldb] Remove lldb's own ASTDumperRaphael Isemann2019-11-256-316/+94
* [lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClassRaphael Isemann2019-11-232-48/+56
* [lldb][NFC] NFC refactoring for ClangExpressionDeclMap::LookupInModulesDeclVe...Raphael Isemann2019-11-231-55/+30
* [lldb][NFC] NFC refactoring ClangExpressionDeclMap::LookupLocalVariableRaphael Isemann2019-11-231-36/+33
* [lldb][NFC] Fix LLDB build after ModuleManager->ASTReader renameRaphael Isemann2019-11-232-2/+2
OpenPOWER on IntegriCloud