summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Record framework build path and use it everywhereHaibo Huang2019-11-068-24/+15
* lldb/docs: update the lldb-x86_64-debian bot urlPavel Labath2019-11-061-1/+1
* lldb: Skip reproducer+expression evaluation test on linuxPavel Labath2019-11-061-0/+3
* Silence warning, PyMODINIT_FUNC already contains extern "C"Benjamin Kramer2019-11-061-1/+1
* [TestMTCSimple] Disable the test if you don't have libMTCAlex Langford2019-11-051-1/+5
* [lldb] Add a install target for lldb python on darwinHaibo Huang2019-11-051-12/+15
* [ValueObject] Upstream early exit from swift-lldb. (NFC)Adrian Prantl2019-11-051-0/+4
* [ValueObject] Upstream initialization from swift-lldb.Adrian Prantl2019-11-051-0/+10
* [Reproducer] Add test case for expression evaluationJonas Devlieghere2019-11-052-0/+28
* TestBatchMode.py: add missing @skipIfRemoteFred Riss2019-11-051-0/+1
* testsuite: skipIfNoSBHeaders should skip when running remotelyFred Riss2019-11-051-0/+3
* Modernize add-dsym test MakefileFred Riss2019-11-051-17/+7
* ValueObject: Upstream early-exit from swift-lldb. (NFC)Adrian Prantl2019-11-051-3/+8
* [lldb] Fix Python 3 incompatibility in API/lit.cfg.pyJonas Devlieghere2019-11-051-3/+4
* [lldb] [Python] Build readline override module only on LinuxMichał Górny2019-11-051-1/+1
* [lldb] Fix readline/libedit compat patch for py2serge-sans-paille2019-11-051-1/+9
* lldb/breakpad: add suppport for the "x86_64h" architecturePavel Labath2019-11-052-2/+2
* Revert and patch "[Python] Remove readline module"serge-sans-paille2019-11-054-0/+124
* lldb/minidump: Add support for the alternate ARM64 constantPavel Labath2019-11-052-1/+2
* MemoryRegion: Print "don't know" permission values as suchPavel Labath2019-11-054-25/+33
* [lldb][NFC] Give some parameters in CommandInterpreter more descriptive namesRaphael Isemann2019-11-052-9/+9
* [cmake] Add an option to skip stripping before installVedant Kumar2019-11-042-7/+10
* [LLDB][Python] remove ArgInfo::countLawrence D'Anna2019-11-045-88/+66
* [lldb] [Process/NetBSD] Add register info for missing register setsMichał Górny2019-11-044-4/+64
* [lldb][NFC] Remove Ocaml from TypeSystem::LLVMCastKindRaphael Isemann2019-11-041-1/+0
* [lldb][NFC] Remove unused ExpressionParser::ParseRaphael Isemann2019-11-043-16/+5
* [lldb][NFC] Make test/python_api/module_section test smallerRaphael Isemann2019-11-041-132/+2
* [lldb] Also disable de-registration of EHFrames in IRExecutionUnitRaphael Isemann2019-11-041-0/+2
* [lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead o...Raphael Isemann2019-11-043-2/+8
* [lldb] Add trailing dots to comments in Value.cppRaphael Isemann2019-11-041-2/+2
* python path should be platform-dependentLuboš Luňák2019-11-021-1/+1
* Don't assume that __cxa_current_exception_type exists.Jim Ingham2019-11-011-0/+3
* Reapply [LLDB] [test] Use %clang_cl instead of build.py in a few testsMartin Storsjö2019-11-012-4/+5
* Fix typeo in CPU_TYPE_ARM64_32 for older SDKs.Jason Molenda2019-10-311-1/+1
* [Symbol] Change ClangASTContext::GetCXXClassName return typeAlex Langford2019-10-313-22/+20
* [lldb] [test/API] Fix testcases symlinkMichał Górny2019-10-311-1/+1
* Upstream diff from swift-lldb.Adrian Prantl2019-10-311-1/+1
* minidump: Create memory regions from the sections of loaded modulesPavel Labath2019-10-314-19/+321
* [lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade2019-10-318-4/+103
* [lldb/lit] Introduce %clang_host substitutionsPavel Labath2019-10-3160-69/+75
* [LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...Martin Storsjö2019-10-314-10/+95
* [LLDB] [PECOFF] Fix error handling for executables that object::createBinary ...Martin Storsjö2019-10-312-6/+90
* [LLDB] [Windows] Remove a TODO which probably won't be implementedMartin Storsjö2019-10-311-2/+0
* [LLDB] [PECOFF] Don't crash in ReadImageDataByRVA for addresses out of rangeMartin Storsjö2019-10-314-1/+133
* Only ask once if we have no commands. NFC.Jim Ingham2019-10-301-7/+5
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-3023-443/+385
* DebugServer: be more lenient about the target tripleSaleem Abdulrasool2019-10-301-1/+5
* [LLDB][Python] warning fix for LLDBSwigPythonBreakpointCallbackFunctionLawrence D'Anna2019-10-301-0/+5
* [LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna2019-10-302-17/+15
* minidump: Rename some architecture constantsPavel Labath2019-10-305-5/+5
OpenPOWER on IntegriCloud