summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Make one more test redhat-compatiblePavel Labath2017-12-211-11/+11
* Work around test failures on red-hat linuxPavel Labath2017-12-213-8/+41
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-2112-79/+61
* Replace an accidentally added "break" with an LLVM_FALLTHROUGH.Adrian Prantl2017-12-191-1/+1
* Fix a couple of warnings (NFC)Adrian Prantl2017-12-194-3/+7
* Temporarily XFAIL test/functionalities/exec while investiagting bot breakage.Adrian Prantl2017-12-191-0/+2
* Tweak to the debugserver entitlements setup in the xcode projectJason Molenda2017-12-191-22/+12
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-182-102/+102
* Fix regression in jModulesInfo packet handlingPavel Labath2017-12-182-8/+38
* llgs: Propagate the environment when launching the inferior from command linePavel Labath2017-12-188-58/+91
* Fix FreeBSD build broken by r320966Pavel Labath2017-12-181-25/+22
* Add LLVMObject dependency to our ObjectFileELF pluginPavel Labath2017-12-181-0/+1
* Reduce x86 register context boilerplate.Pavel Labath2017-12-185-82/+71
* NPL: Clean up handling of inferior exitPavel Labath2017-12-183-47/+31
* [testsuite] Un-XFAIL the global variables tests.Davide Italiano2017-12-171-6/+0
* [CMake] darwin-debug is an hard dependency for tests on macOS.Davide Italiano2017-12-151-0/+5
* [MacOSX/Queues] Relax an overly aggressive assertion in a test.Davide Italiano2017-12-151-1/+2
* llgs-tests: Add support for "exit" stop-reply packetsPavel Labath2017-12-156-62/+149
* Fix 32-bit builds broken by 320813Pavel Labath2017-12-151-2/+2
* ObjectFileELF: Add support for compressed sectionsPavel Labath2017-12-1510-3/+116
* llgs-tests: Make addition of new tests easierPavel Labath2017-12-158-100/+189
* [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano2017-12-151-0/+8
* [ExpressionParser] Rollback C++98 as the standard for evaluating.Davide Italiano2017-12-151-8/+0
* [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano2017-12-141-0/+8
* [ClangASTContext] Remove dead stuff found fixing something else.Davide Italiano2017-12-141-75/+0
* ObjectFile: remove ReadSectionData/MemoryMapSectionData mutual recursionPavel Labath2017-12-143-22/+1
* Remove stderr message from GDBRemoteCommunicationServerLLGSPavel Labath2017-12-141-7/+2
* [IRExecutionUnit] Initialize uninititialized member variable.Davide Italiano2017-12-131-2/+2
* [DataEncoder] Replace buggy versions of write functions.Davide Italiano2017-12-131-36/+8
* [lldb] Set component when invoking add_llvm_install_targetsPetr Hosek2017-12-131-2/+4
* Add an #include to appease an older clang, NFCVedant Kumar2017-12-121-0/+1
* Avoid module import in a textual header, NFCVedant Kumar2017-12-121-5/+2
* [TestModulesInlineFunctions] This test now passes.Davide Italiano2017-12-121-1/+0
* [TestCppScope] This test now passes on Darwin.Davide Italiano2017-12-121-5/+0
* [testsuite] Remove even more testing vestiges.Davide Italiano2017-12-121-3/+0
* Rollback [Testsuite] Rename this file from *m -> *mm.Davide Italiano2017-12-121-0/+0
* [testsuite] Remove testing failures vestiges.Davide Italiano2017-12-121-60/+0
* [lldb] Switch to add_llvm_install_targetsShoaib Meenai2017-12-121-10/+6
* [test-suite] Un'XFAIL a test that's not failing anymore.Davide Italiano2017-12-111-1/+0
* [Testsuite] Rename this file from *m -> *mm.Davide Italiano2017-12-111-0/+0
* dotest.py: Correctly annotate lldbinline tests with debug info categoriesPavel Labath2017-12-111-1/+4
* Add a StringList constructor to Args classPavel Labath2017-12-114-1/+18
* Fix osx build broken in r320346Pavel Labath2017-12-111-1/+0
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-1113-26/+23
* MainLoop: avoid infinite loop when pty slave gets closedPavel Labath2017-12-112-1/+21
* Revert "[DataEncoder] Replace buggy versions of write functions."Davide Italiano2017-12-111-8/+36
* [DarwinLog] Remove other dead code. Found while reading this file.Davide Italiano2017-12-101-54/+0
* [MachException] Garbage collect unused and dead code.Davide Italiano2017-12-101-27/+0
* [DataEncoder] Replace buggy versions of write functions.Davide Italiano2017-12-101-36/+8
* Change uses of strncpy in debugserver to strlcpyJason Molenda2017-12-095-15/+15