summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-2512-87/+66
* [lldb] Remove lldb's own ASTDumperRaphael Isemann2019-11-258-316/+125
* [lldb-vscode] Fix a race in test_extra_launch_commandsPavel Labath2019-11-251-1/+1
* [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
* [Examples] Move structured-data unpacking out of the loop. (NFC)Jonas Devlieghere2019-11-221-1/+1
* [Examples] Add in_call_stack breakpoint function.Jonas Devlieghere2019-11-221-0/+24
* Remove extraneous log enabling.Jason Molenda2019-11-221-1/+0
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-2210-99/+257
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-225-16/+37
* Reformat code for readability.Adrian Prantl2019-11-221-2/+2
* Complete complete types early when importing types from Clang module DWARF.Adrian Prantl2019-11-227-1/+109
* Register Objective-C property accessors with their property decls.Adrian Prantl2019-11-225-32/+77
* [lldb] [test] XFAIL TestExpressionEvaluation on NetBSDMichał Górny2019-11-221-0/+1
* [lldb] Fix exception breakpoint not being resolved when set on dummy targetMartin Svensson2019-11-222-1/+38
* [lldb] Don't enable expression log in TestEmptyStdModule.pyRaphael Isemann2019-11-221-1/+0
* Early-exitify ClangASTContext::AddObjCClassProperty() (NFC)Adrian Prantl2019-11-211-178/+162
* [Driver] Fix newline at the end of help outputJonas Devlieghere2019-11-211-3/+2
* [Reproducer] Make 'reproducer xcrash' behave the same during capture & replayJonas Devlieghere2019-11-211-2/+3
* [Reproducer] Instruct users to replay reproducerJonas Devlieghere2019-11-211-4/+12
* [test] Mark TestEditline as skipped with ASan.Jonas Devlieghere2019-11-211-0/+1
* [Test] Split up TestIntegerTypes.pyJonas Devlieghere2019-11-2110-217/+297
* [Docs] Generate the LLDB man page with SphinxJonas Devlieghere2019-11-215-156/+324
* [NFC] Refactor and improve comments in CommandObjectTargetAdrian McCarthy2019-11-211-145/+141
* [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] Remove test directory completelyTatyana Krasnukha2019-11-213-2/+0
* [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
* [Reproducer] Limit signals to macro define sin <csignal>Jonas Devlieghere2019-11-202-10/+0
* Handle the case where the 'g' packet doesn't get all regs.Jason Molenda2019-11-203-1/+214
* [Driver] Fix missing space in lldb --help output.Jonas Devlieghere2019-11-201-1/+1
* [Docs] Fix Sphinx warning (treated as error)Jonas Devlieghere2019-11-201-8/+8
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-208-4/+194
* [lldb] Fix NSURL data formatter truncation issueDavide Italiano2019-11-201-21/+33
* [lldb] [test] Un-XFAIL one lldb-server test on NetBSDMichał Górny2019-11-201-1/+0
* [debugserver] Set arch based on TARGET_TRIPLEVedant Kumar2019-11-201-4/+4
* [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] Remove unused ClangASTContext::GetUnknownAnyTypeRaphael Isemann2019-11-202-13/+0
* [lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann2019-11-204-34/+19
* [lldb][NFC] Remove ClangASTContext::GetAsDeclContextRaphael Isemann2019-11-203-23/+4
* [lldb][NFC] Remove ClangASTContext::FieldIsBitfield overloadRaphael Isemann2019-11-202-14/+4
* [lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overloadRaphael Isemann2019-11-203-19/+6
OpenPOWER on IntegriCloud