summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-176-18/+22
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-176-7/+14
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-179-21/+109
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-1724-463/+8
* [lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann2019-12-175-5/+3
* [lldb-vscode] Centrally skip debug info variants for vscode testsPavel Labath2019-12-1710-25/+2
* [lldb][NFC] Remove implementation of GetOriginalDecl and just call GetDeclOri...Raphael Isemann2019-12-171-12/+1
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-177-3/+109
* [lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cppRaphael Isemann2019-12-171-1/+1
* [lldb] Fix unused variable warning in ThreadPlanStepRange.cppRaphael Isemann2019-12-171-1/+0
* Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.Jim Ingham2019-12-164-0/+6
* Run all threads when extending a next range over a call.Jim Ingham2019-12-1612-94/+232
* [lldb] Respect previously set values of LLDB_TABLEGEN_EXEAlex Langford2019-12-161-11/+13
* [lldb] Use file-based synchronization in TestVSCode_attachPavel Labath2019-12-162-14/+26
* [lldb] Add unit test for ClangASTImporterRaphael Isemann2019-12-162-0/+221
* [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporterRaphael Isemann2019-12-164-72/+42
* [lldb] Centralize desugaring of decltype-like types in ClangASTContextPavel Labath2019-12-162-78/+48
* [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...Raphael Isemann2019-12-166-104/+138
* [lldb][NFC] Fix file header of TestClangASTContext.cppRaphael Isemann2019-12-161-3/+1
* [lldb][NFC] Remove ClangASTImporter::ResolveDeclOriginRaphael Isemann2019-12-164-56/+30
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-1644-122/+0
* [lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...Raphael Isemann2019-12-162-10/+8
* [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...Raphael Isemann2019-12-153-61/+25
* [lldb/SWIG] Modulerize lldb.swig so parts of it can be reused.Jonas Devlieghere2019-12-133-162/+161
* [lldb/CMake] Initialize LLDB_ENABLE_POSIX based on the UNIX variable.Jonas Devlieghere2019-12-131-1/+5
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-1329-96/+87
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-134-23/+21
* [lldb/Test] C++ test should use CXXFLAGS_EXTRASJonas Devlieghere2019-12-131-1/+1
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-1319-35/+37
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-1355-202/+0
* [lldb][NFC] Remove unused includes in Utility's source filesRaphael Isemann2019-12-136-15/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-13514-536/+0
* [lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it...Raphael Isemann2019-12-131-0/+2
* [lldb][NFC] Make metadata tracking type safeRaphael Isemann2019-12-135-27/+78
* [lldb/cmake] Temporarily revive LLDB_DISABLE_CURSESPavel Labath2019-12-131-2/+11
* [lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid2019-12-134-24/+1
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-1226-89/+138
* TypeCategory: Initialize m_enabled to falseVedant Kumar2019-12-121-1/+1
* [FormatEntity] Add mangled function name supportMed Ismail Bennani2019-12-125-0/+57
* [lldb/Core] Add missing include (2/2)Jonas Devlieghere2019-12-121-0/+2
* [lldb/Core] Add missing includeJonas Devlieghere2019-12-121-1/+1
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOSJonas Devlieghere2019-12-124-17/+17
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2Jonas Devlieghere2019-12-123-32/+32
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-1212-39/+39
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-127-22/+18
* [lldb/DWARF] Fix v5 location lists for dwo filesPavel Labath2019-12-123-1/+198
* [lldb] Remove ClangASTMetricsRaphael Isemann2019-12-124-106/+0
* [lldb] "See through" atomic types in ClangASTContextPavel Labath2019-12-122-56/+68
* [lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...Raphael Isemann2019-12-122-13/+9
* [lldb/CMake] Simplify linking against cursesJonas Devlieghere2019-12-112-9/+5
OpenPOWER on IntegriCloud