summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-10Merging r327016:release_60Tom Stellard
2018-02-20Merging r325511:Hans Wennborg
2018-02-20Merging r324722:Hans Wennborg
2018-02-06Merging r324234:Hans Wennborg
2018-02-06Merging r324251:Hans Wennborg
2018-01-18Merging r322081:Hans Wennborg
2018-01-18Merging r321932:Hans Wennborg
2018-01-03Creating release_60 branch off revision 321711Hans Wennborg
2018-01-02[Core/Debugger] Remove some code that doesn't compile anymore.Davide Italiano
2018-01-02[MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.Davide Italiano
2018-01-02[ARM64] Remove unused function. NFCI.Davide Italiano
2017-12-28Remove duplicate declaration from D41550; NFC Aaron Smith
2017-12-28Update failing PDB unit tests that are searching for symbols by regexAaron Smith
2017-12-22debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath
2017-12-22Enable TestReadMemCString on non-darwin targetsPavel Labath
2017-12-22[lldb] Stop searching for a symbol in a pdb by regexAaron Smith
2017-12-22Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda
2017-12-22Change the default Aarch64 ISA to be v8.2 to correctly decode newerJason Molenda
2017-12-22Enable more abilities in SymbolFilePDBAaron Smith
2017-12-21Bring clang options in error messages up to date.Adrian Prantl
2017-12-21Make one more test redhat-compatiblePavel Labath
2017-12-21Work around test failures on red-hat linuxPavel Labath
2017-12-21Make sure DataBufferLLVM contents are writablePavel Labath
2017-12-19Replace an accidentally added "break" with an LLVM_FALLTHROUGH.Adrian Prantl
2017-12-19Fix a couple of warnings (NFC)Adrian Prantl
2017-12-19Temporarily XFAIL test/functionalities/exec while investiagting bot breakage.Adrian Prantl
2017-12-19Tweak to the debugserver entitlements setup in the xcode projectJason Molenda
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-12-18Fix regression in jModulesInfo packet handlingPavel Labath
2017-12-18llgs: Propagate the environment when launching the inferior from command linePavel Labath
2017-12-18Fix FreeBSD build broken by r320966Pavel Labath
2017-12-18Add LLVMObject dependency to our ObjectFileELF pluginPavel Labath
2017-12-18Reduce x86 register context boilerplate.Pavel Labath
2017-12-18NPL: Clean up handling of inferior exitPavel Labath
2017-12-17[testsuite] Un-XFAIL the global variables tests.Davide Italiano
2017-12-15[CMake] darwin-debug is an hard dependency for tests on macOS.Davide Italiano
2017-12-15[MacOSX/Queues] Relax an overly aggressive assertion in a test.Davide Italiano
2017-12-15llgs-tests: Add support for "exit" stop-reply packetsPavel Labath
2017-12-15Fix 32-bit builds broken by 320813Pavel Labath
2017-12-15ObjectFileELF: Add support for compressed sectionsPavel Labath
2017-12-15llgs-tests: Make addition of new tests easierPavel Labath
2017-12-15[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano
2017-12-15[ExpressionParser] Rollback C++98 as the standard for evaluating.Davide Italiano
2017-12-14[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano
2017-12-14[ClangASTContext] Remove dead stuff found fixing something else.Davide Italiano
2017-12-14ObjectFile: remove ReadSectionData/MemoryMapSectionData mutual recursionPavel Labath
2017-12-14Remove stderr message from GDBRemoteCommunicationServerLLGSPavel Labath
2017-12-13[IRExecutionUnit] Initialize uninititialized member variable.Davide Italiano
2017-12-13[DataEncoder] Replace buggy versions of write functions.Davide Italiano
2017-12-13[lldb] Set component when invoking add_llvm_install_targetsPetr Hosek