summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Expose more optional dependencies through GetBuildConfiguration()Jonas Devlieghere2019-12-201-0/+12
* Re-land "[lldb/CMake] Change how we deal with optional dependencies"Jonas Devlieghere2019-12-201-2/+2
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-1/+1
* [lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere2019-12-204-12/+120
* In 'thread step-out' command, only insert a breakpoint in executable memory.Jim Ingham2019-12-201-1/+25
* ThreadPlanTracer::TracingStarted can't call virtual methods on Thread.Jim Ingham2019-12-201-4/+5
* [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann2019-12-203-7/+5
* [lldb] Fix an unused variable warningPavel Labath2019-12-201-1/+1
* [lldb] Fix a -Wreturn-type warning on gccPavel Labath2019-12-201-0/+1
* [lldb] Make that we can call HostInfo::Initialize and HostInfo::Terminate mul...Raphael Isemann2019-12-201-44/+41
* [LLDB] Fix address computation for inline functionJohannes Altmanninger2019-12-201-3/+6
* [lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere2019-12-196-0/+139
* [lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code styleRaphael Isemann2019-12-191-18/+10
* [lldb/Scripting] Simplify code by removing the #if.Jonas Devlieghere2019-12-181-11/+3
* make err msg in MachSymtabSectionInfo::GetSection clear about the fileJason Molenda2019-12-181-2/+8
* [lldb/MachO] "Fix" intentional out-of-bounds error (NFC)Jonas Devlieghere2019-12-182-6/+8
* [lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...Raphael Isemann2019-12-182-10/+26
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-174-13/+15
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-174-5/+5
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-177-21/+49
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-1710-304/+7
* [lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann2019-12-175-5/+3
* [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-173-2/+20
* [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
* Run all threads when extending a next range over a call.Jim Ingham2019-12-163-6/+30
* [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporterRaphael Isemann2019-12-163-62/+41
* [lldb] Centralize desugaring of decltype-like types in ClangASTContextPavel Labath2019-12-161-74/+12
* [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...Raphael Isemann2019-12-164-24/+37
* [lldb][NFC] Remove ClangASTImporter::ResolveDeclOriginRaphael Isemann2019-12-163-43/+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-161-5/+3
* [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...Raphael Isemann2019-12-152-58/+14
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-1316-62/+50
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-131-9/+7
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-1313-24/+24
* [lldb][NFC] Remove unused includes in Utility's source filesRaphael Isemann2019-12-136-15/+0
* [lldb][NFC] Make metadata tracking type safeRaphael Isemann2019-12-133-18/+50
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-1224-87/+123
* TypeCategory: Initialize m_enabled to falseVedant Kumar2019-12-121-1/+1
* [FormatEntity] Add mangled function name supportMed Ismail Bennani2019-12-121-0/+27
* [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-121-13/+13
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2Jonas Devlieghere2019-12-121-29/+29
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-127-27/+27
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-124-12/+8
* [lldb/DWARF] Fix v5 location lists for dwo filesPavel Labath2019-12-122-1/+8
* [lldb] Remove ClangASTMetricsRaphael Isemann2019-12-123-55/+0
OpenPOWER on IntegriCloud