summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Core/Debugger] Remove some code that doesn't compile anymore.Davide Italiano2018-01-021-69/+0
* [MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.Davide Italiano2018-01-021-37/+0
* [ARM64] Remove unused function. NFCI.Davide Italiano2018-01-021-13/+0
* Remove duplicate declaration from D41550; NFC Aaron Smith2017-12-281-4/+0
* Update failing PDB unit tests that are searching for symbols by regexAaron Smith2017-12-282-12/+12
* debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath2017-12-227-22/+77
* Enable TestReadMemCString on non-darwin targetsPavel Labath2017-12-222-11/+4
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-224-15/+24
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-225-2/+84
* Change the default Aarch64 ISA to be v8.2 to correctly decode newerJason Molenda2017-12-221-0/+5
* Enable more abilities in SymbolFilePDBAaron Smith2017-12-222-4/+46
* Bring clang options in error messages up to date.Adrian Prantl2017-12-211-4/+4
* 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
OpenPOWER on IntegriCloud