summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Remove Environment.h, test-dwarf.cpp, test-dwarf.exeJason Molenda2018-01-101-10/+4
* Runs the part of the test that just finds the binary on all systems.Jim Ingham2018-01-101-13/+14
* Add a test for finding a binary in an app package.Jim Ingham2018-01-105-0/+117
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-104-140/+57
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-104-57/+140
* [XCodebuild] Catch up with recent changes (Environment.cpp).Davide Italiano2018-01-101-2/+6
* Handle O reply packets during qRcmdPavel Labath2018-01-106-3/+75
* Add empty() function to the Environment classPavel Labath2018-01-101-0/+1
* Another attempt to fix FreeBsd buildPavel Labath2018-01-103-18/+13
* Fix Xcode build for r322174Tim Northover2018-01-101-0/+4
* Fix windows and freebsd builds for r322174 (Environment)Pavel Labath2018-01-102-9/+8
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-1046-459/+429
* [dotest] Remove crashinfo hookPavel Labath2018-01-105-108/+0
* This change updates the deployment target for lldb and debugserverJason Molenda2018-01-092-68/+318
* [test] Fix tests to use more portable LLVM_ENABLE_ZLIBMichal Gorny2018-01-092-1/+5
* TestConflictingSymbols: simplify test by using run_break_set_by_source_regexpPavel Labath2018-01-091-14/+8
* Cut and paste error - I wasn't actually running both tests...Jim Ingham2018-01-091-1/+1
* [test] Use full PATH lookup for toolsMichal Gorny2018-01-061-2/+2
* [ArchSpec] Add a unittest to complement the change in r321856.Davide Italiano2018-01-051-0/+19
* [ArchSpec] Don't consider Unknown MachO64 as invalid.Davide Italiano2018-01-051-1/+6
* [IRExecutionUnit] Remove broken/dead code.Davide Italiano2018-01-041-26/+2
* Look for external types in all clang modules imported by the current symbol f...Adrian Prantl2018-01-0410-51/+137
* [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
OpenPOWER on IntegriCloud