aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2018-01-02[Core/Debugger] Remove some code that doesn't compile anymore.Davide Italiano1-69/+0
2018-01-02[MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.Davide Italiano1-37/+0
2018-01-02[ARM64] Remove unused function. NFCI.Davide Italiano1-13/+0
2017-12-28Remove duplicate declaration from D41550; NFC Aaron Smith1-4/+0
2017-12-28Update failing PDB unit tests that are searching for symbols by regexAaron Smith2-12/+12
2017-12-22debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath7-22/+77
2017-12-22Enable TestReadMemCString on non-darwin targetsPavel Labath2-11/+4
2017-12-22[lldb] Stop searching for a symbol in a pdb by regexAaron Smith4-15/+24
2017-12-22Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda5-2/+84
2017-12-22Change the default Aarch64 ISA to be v8.2 to correctly decode newerJason Molenda1-0/+5
2017-12-22Enable more abilities in SymbolFilePDBAaron Smith2-4/+46
2017-12-21Bring clang options in error messages up to date.Adrian Prantl1-4/+4
2017-12-21Make one more test redhat-compatiblePavel Labath1-11/+11
2017-12-21Work around test failures on red-hat linuxPavel Labath3-8/+41
2017-12-21Make sure DataBufferLLVM contents are writablePavel Labath12-79/+61
2017-12-19Replace an accidentally added "break" with an LLVM_FALLTHROUGH.Adrian Prantl1-1/+1
2017-12-19Fix a couple of warnings (NFC)Adrian Prantl4-3/+7
2017-12-19Temporarily XFAIL test/functionalities/exec while investiagting bot breakage.Adrian Prantl1-0/+2
2017-12-19Tweak to the debugserver entitlements setup in the xcode projectJason Molenda1-22/+12
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric2-102/+102
2017-12-18Fix regression in jModulesInfo packet handlingPavel Labath2-8/+38
2017-12-18llgs: Propagate the environment when launching the inferior from command linePavel Labath8-58/+91
2017-12-18Fix FreeBSD build broken by r320966Pavel Labath1-25/+22
2017-12-18Add LLVMObject dependency to our ObjectFileELF pluginPavel Labath1-0/+1
2017-12-18Reduce x86 register context boilerplate.Pavel Labath5-82/+71
2017-12-18NPL: Clean up handling of inferior exitPavel Labath3-47/+31
2017-12-17[testsuite] Un-XFAIL the global variables tests.Davide Italiano1-6/+0
2017-12-15[CMake] darwin-debug is an hard dependency for tests on macOS.Davide Italiano1-0/+5
2017-12-15[MacOSX/Queues] Relax an overly aggressive assertion in a test.Davide Italiano1-1/+2
2017-12-15llgs-tests: Add support for "exit" stop-reply packetsPavel Labath6-62/+149
2017-12-15Fix 32-bit builds broken by 320813Pavel Labath1-2/+2
2017-12-15ObjectFileELF: Add support for compressed sectionsPavel Labath10-3/+116
2017-12-15llgs-tests: Make addition of new tests easierPavel Labath8-100/+189
2017-12-15[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano1-0/+8
2017-12-15[ExpressionParser] Rollback C++98 as the standard for evaluating.Davide Italiano1-8/+0
2017-12-14[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano1-0/+8
2017-12-14[ClangASTContext] Remove dead stuff found fixing something else.Davide Italiano1-75/+0
2017-12-14ObjectFile: remove ReadSectionData/MemoryMapSectionData mutual recursionPavel Labath3-22/+1
2017-12-14Remove stderr message from GDBRemoteCommunicationServerLLGSPavel Labath1-7/+2
2017-12-13[IRExecutionUnit] Initialize uninititialized member variable.Davide Italiano1-2/+2
2017-12-13[DataEncoder] Replace buggy versions of write functions.Davide Italiano1-36/+8
2017-12-13[lldb] Set component when invoking add_llvm_install_targetsPetr Hosek1-2/+4
2017-12-12Add an #include to appease an older clang, NFCVedant Kumar1-0/+1
2017-12-12Avoid module import in a textual header, NFCVedant Kumar1-5/+2
2017-12-12[TestModulesInlineFunctions] This test now passes.Davide Italiano1-1/+0
2017-12-12[TestCppScope] This test now passes on Darwin.Davide Italiano1-5/+0
2017-12-12[testsuite] Remove even more testing vestiges.Davide Italiano1-3/+0
2017-12-12Rollback [Testsuite] Rename this file from *m -> *mm.Davide Italiano1-0/+0
2017-12-12[testsuite] Remove testing failures vestiges.Davide Italiano1-60/+0
2017-12-12[lldb] Switch to add_llvm_install_targetsShoaib Meenai1-10/+6