summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-182-21/+2
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-185-89/+74
* [Docs] Add Python caveats under the development sectionJonas Devlieghere2019-11-183-0/+43
* [lldb] Fix JSON parser to allow empty arraysAlex Cameron2019-11-184-3/+104
* [lldb][NFC] Cleanup comments in ClangASTSource.hRaphael Isemann2019-11-181-22/+23
* [lldb] [Process/NetBSD] Implement thread name gettingMichał Górny2019-11-183-3/+39
* [lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILsMichał Górny2019-11-1811-2/+28
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* [lldb-vscode] support the completion requestWalter Erquinigo2019-11-157-3/+302
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-151-0/+1
* Fix -Wunused-result warnings in LLDBReid Kleckner2019-11-152-4/+4
* Add a testcase for Clang modules being updated within one LLDB session.Adrian Prantl2019-11-157-3/+91
* dotest: Add a way for the run_to_* helpers to register dylibsFred Riss2019-11-152-12/+26
* [-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl2019-11-159-18/+169
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-1519-1/+115
* Rename posix/FileSystem.cpp to FileSystemPosix.cppAdrian Prantl2019-11-152-1/+1
* [CMake] Configure the Info.plist so it contains a real version number.Jonas Devlieghere2019-11-154-3/+17
* Comment the fact that DWARFDebugInfoEntry isn't copyable.Adrian Prantl2019-11-151-0/+4
* Fix TestFormatters.py stepping too farDiana Picus2019-11-152-6/+5
* [Utility] Remove a dead header [PPC64LE_ehframe_Registers.h]Davide Italiano2019-11-141-193/+0
* [LLDB] Fix more -Wdocumentation issues (NFC)Jonas Devlieghere2019-11-147-31/+31
* [Reproducer] Enable crash reports for reproducer testsJonas Devlieghere2019-11-141-0/+2
* [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
OpenPOWER on IntegriCloud