summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Skip parts of TestCallOverriddenMethod.py on LinuxRaphael Isemann2019-11-081-4/+18
* [lldb] Make Target* a Target& in CommandObjectExpression::DoExecute REPL logicRaphael Isemann2019-11-081-49/+47
* [lldb][NFC] Refactor some IsClangType checks in ClangASTContextRaphael Isemann2019-11-082-2/+6
* Reordering KextImageInfo::LoadImageUsingMemoryModuleJason Molenda2019-11-071-9/+15
* Modernize TestWeakSymbols MakefileFred Riss2019-11-071-20/+15
* BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than ...Jim Ingham2019-11-073-1/+25
* [lldb] Improve assert in GDBRemoteCommunicationReplayServerJonas Devlieghere2019-11-071-1/+8
* crashlog.py: Improve regular expressionsAdrian Prantl2019-11-072-13/+63
* [lldb] Comment typo fixJan Kratochvil2019-11-071-1/+1
* [lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann2019-11-078-16/+86
* [lldb-server] Add setting to force 'g' packet useGuilherme Andrade2019-11-0710-21/+127
* [LLDB] Adding caching to libc++ std::function formatter for lookups that requ...shafik2019-11-064-26/+84
* [lldb] Mark ASan & TSan as test dependenciesJonas Devlieghere2019-11-061-1/+9
* [test] Fix apple_simulator_test decorator when simulators are unavailableAlex Langford2019-11-061-1/+1
* [lldb] Remove dead code from STLUtils.hJonas Devlieghere2019-11-066-55/+3
* Testuite: Support Asan test with remote testingFred Riss2019-11-063-8/+18
* [LLDB] Fix handling for the clang name mangling extension for block invocationsshafik2019-11-065-23/+50
* [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
OpenPOWER on IntegriCloud