summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb][Editline] Support ctrl+left/right arrow word navigation.Jordan Rupprecht2019-11-142-0/+58
* 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
* Rename DWO -> Clang module to avoid confusion. (NFC)Adrian Prantl2019-11-141-22/+26
* [LLDB] Make a clear distinction between usage & development docsJonas Devlieghere2019-11-143-3/+5
* Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-1410-51/+149
* [lldb] Fix dwo variant of TestLibCxxFunctionPavel Labath2019-11-141-1/+2
* Fix typos in docs. NFCDiana Picus2019-11-141-2/+2
* [lldb] Fix that trailing backslashes in source lines break the Clang highlighterRaphael Isemann2019-11-142-0/+57
* [lldb][NFC] Simplify IOHandler constructor/destructor setupRaphael Isemann2019-11-141-4/+2
* [LLDB] Fix whitespace/tabs mismatch in lldbsuite Makefile.rulesMuhammad Omair Javaid2019-11-141-34/+34
* [LLDB] Don't install the pretty stack trace handler twice.Jonas Devlieghere2019-11-131-7/+3
* 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-134-180/+47
* Revert a hunk from 9634064cfa1b9bf7b7Reid Kleckner2019-11-131-1/+1
* [LLDB] Implement pure virtual method in MockConnectionJonas Devlieghere2019-11-131-0/+2
* [LLDB] Fix another set of -Wdocumentation warningsJonas Devlieghere2019-11-133-6/+3
* [LLDB] Remove dead code from StreamFileJonas Devlieghere2019-11-132-23/+0
* [RegisterContext] Remove now unneded vestiges.Davide Italiano2019-11-134-24/+0
* [LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere2019-11-136-111/+35
* Remove redundant check. (NFC)Adrian Prantl2019-11-131-3/+0
* Use cheaper, equivalent predicate. (NFC)Adrian Prantl2019-11-131-1/+1
* Rename clang-module-related *DWO* functions to *ClangModule* (NFC)Adrian Prantl2019-11-135-46/+41
* Rename ParseTypeFromDWO to ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-132-26/+27
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-1353-404/+212
* [Reproducer] Discard reproducer directory if not generated.Jonas Devlieghere2019-11-124-4/+24
* [LLDB] Add core definition for armv8l and armv7lMuhammad Omair Javaid2019-11-134-2/+10
* [LLDB] Only set FRAMEWORK when we're actually building a framework.Jonas Devlieghere2019-11-121-1/+2
* [LLDB] Remove debug message in AddLLDB.cmakeJonas Devlieghere2019-11-121-1/+0
* [LLDB] Fix/silence CMake developer warning for LLDB framework.Jonas Devlieghere2019-11-122-2/+10
* [LLDB] Always remove debugserver from LLVM_DISTRIBUTION_COMPONENTSJonas Devlieghere2019-11-122-6/+9
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-128-93/+185
* [ObjectFileMachO] Fix the build for __arm64__.Davide Italiano2019-11-121-2/+1
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-1214-24/+49
* Revert "Fix lookup of symbols at the same address with no size vs. size"Muhammad Omair Javaid2019-11-123-30/+2
* [lldb] Fix more -Wdeprecated-copy warningsPavel Labath2019-11-126-44/+4
* [lldb] Fix some warnings in the python pluginPavel Labath2019-11-122-2/+3
* [lldb] [Process/NetBSD] Use PT_STOP to stop the process [NFCI]Michał Górny2019-11-122-6/+7
* [lldb][test] Macros in expressions require DWARF 5Tatyana Krasnukha2019-11-122-1/+4
* [lldb][NFC] Simplify a return in ThreadPlanStepInRange::DefaultShouldStopHere...Raphael Isemann2019-11-121-1/+1
* [lldb] Add missing include to ObjCLanguage.cpp to fix buildRaphael Isemann2019-11-121-0/+1
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-1216-78/+83
* [lldb][NFC] Remove unused CompilerType::IsPossibleCPlusPlusDynamicTypeRaphael Isemann2019-11-121-5/+0
* [lldb] Check if we actually have a Clang type in ObjCLanguage::GetPossibleFor...Raphael Isemann2019-11-121-1/+1
* Add rpath to liblldb so vendors can ship their own python framework (or others)António Afonso2019-11-111-0/+5
* [lldb] Re-enable VSCode testsJonas Devlieghere2019-11-118-24/+3
* [Reproducer] Quit the debugger after generating a reproducerJonas Devlieghere2019-11-111-2/+4
* Replace tabs with spaces. (NFC)Adrian Prantl2019-11-111-11/+11
OpenPOWER on IntegriCloud