summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-224-23/+77
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-221-0/+11
* Complete complete types early when importing types from Clang module DWARF.Adrian Prantl2019-11-221-1/+14
* [lldb][NFC] Modernize string handling in ClangExpressionDeclMap::FindExternal...Raphael Isemann2019-11-211-11/+8
* [lldb][NFC] Move searching functions in ClangExpressionDeclMap to own functionRaphael Isemann2019-11-212-89/+121
* [lldb][NFC] Reduce scope of some variables in ClangExpressionDeclMap::FindExt...Raphael Isemann2019-11-211-5/+3
* [lldb][NFC] Move searching local variables into own functionRaphael Isemann2019-11-212-39/+74
* [lldb][NFC] Move searching the ClangModulesDeclVendor into own functionRaphael Isemann2019-11-212-72/+86
* [lldb][NFC] Move searching for the local variable namespace into own functionRaphael Isemann2019-11-212-24/+38
* [lldb][NFC] Early exit in ClangExpressionDeclMap::FindExternalVisibleDeclsRaphael Isemann2019-11-211-302/+302
* Handle the case where the 'g' packet doesn't get all regs.Jason Molenda2019-11-201-0/+15
* [lldb] Fix NSURL data formatter truncation issueDavide Italiano2019-11-201-21/+33
* [lldb][NFC] Move searching for $__lldb_objc_class into its own functionRaphael Isemann2019-11-202-122/+134
* [lldb][NFC] Move searching for $__lldb_class into its own function in ClangEx...Raphael Isemann2019-11-202-94/+117
* [lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own...Raphael Isemann2019-11-202-53/+73
* [lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann2019-11-201-13/+12
* [lldb][NFC] Remove ClangASTContext::GetAsDeclContextRaphael Isemann2019-11-201-9/+3
* [lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overloadRaphael Isemann2019-11-201-4/+6
* [lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypesRaphael Isemann2019-11-193-90/+0
* [lldb-server] Use LLDB_LOG_ERROR to consume Error<> even if logging is disabledMartin Storsjö2019-11-193-12/+12
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-183-37/+37
* [lldb][NFC] Cleanup comments in ClangASTSource.hRaphael Isemann2019-11-181-22/+23
* [lldb] [Process/NetBSD] Implement thread name gettingMichał Górny2019-11-181-1/+38
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-151-0/+1
* Fix -Wunused-result warnings in LLDBReid Kleckner2019-11-152-4/+4
* [-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl2019-11-152-12/+70
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-1516-0/+103
* Comment the fact that DWARFDebugInfoEntry isn't copyable.Adrian Prantl2019-11-151-0/+4
* [LLDB] Fix more -Wdocumentation issues (NFC)Jonas Devlieghere2019-11-141-7/+7
* Fix incorrect comment.Adrian Prantl2019-11-141-3/+5
* Convert condition to early exit (NFC)Adrian Prantl2019-11-141-43/+45
* Convert UpdateExternalModuleListIfNeeded to use early exits.Adrian Prantl2019-11-141-59/+59
OpenPOWER on IntegriCloud