summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* llvm::sys::path::home_directory() relies on having "HOME" set in the environm...Greg Clayton2016-04-192-1/+75
* Eliminate circular dependency introduced between lldbtest.py and decorators.pyKate Stone2016-04-191-3/+2
* Adds a test to detect when clang omits specialized generic types from debug i...Kate Stone2016-04-196-0/+118
* Revert "LLDB: Fixed two race conditions when stopping private state thread"Pavel Labath2016-04-192-8/+9
* LLDB: Fixed two race conditions when stopping private state threadMarianne Mailhot-Sarrasin2016-04-192-9/+8
* Fix typo in TestSourceManager.pyPavel Labath2016-04-191-1/+1
* test infra cleanup: convert test_runner lib into packageTodd Fiala2016-04-196-30/+19
* Fix Windows build.Chaoren Lin2016-04-191-0/+1
* ensure lldbinline remembers .py extensionTodd Fiala2016-04-182-6/+20
* fix a race is the LLDB test suite results collectionTodd Fiala2016-04-184-6/+32
* Attempt to fix darwin build after header refactor in llvm (r266595)Pavel Labath2016-04-181-1/+1
* Fixup r266327Pavel Labath2016-04-181-2/+2
* [LLDB][MIPS] Fix TestConcurrentEventsMohit K. Bhakkad2016-04-181-35/+35
* Fix cmake build after r266524.Oleksiy Vyalov2016-04-161-0/+1
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-162-4/+4
* Work around a linux libc bug causing a crash in TaskPoolPavel Labath2016-04-151-2/+3
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-157-290/+266
* Make Scalar::SChar return an explicit signed typeUlrich Weigand2016-04-152-2/+2
* Fix Scalar::MakeSigned for 128- and 256-bit types.Ulrich Weigand2016-04-151-2/+2
* Fix Scalar::SetValueFromData for 128- and 256-bit typesUlrich Weigand2016-04-151-16/+16
* Fix ABISysV_s390x::GetArgumentValuesUlrich Weigand2016-04-151-2/+1
* Make destructor breakpoint location test more resilientPavel Labath2016-04-152-8/+43
* Add the PDBParser.{cpp,h} files to the Xcode project.Jim Ingham2016-04-151-0/+6
* Rename out->std_out in AppleObjCRuntimeV2.cpp.Oleksiy Vyalov2016-04-151-17/+17
* Blocks are only reliably supported on Darwin. Disable the test otherwise.Sean Callanan2016-04-151-0/+3
* Added a testcase for defining and using lambdas in the expression parser.Sean Callanan2016-04-152-0/+21
* Initial support for reading type information from PDBs.Zachary Turner2016-04-1511-20/+844
* Added a testcase for defining and using a block in the expression parser.Sean Callanan2016-04-151-3/+13
* Don't disable stdin buffering on WindowsAdrian McCarthy2016-04-141-6/+5
* Fix Xcode project after recent s390x changes.Greg Clayton2016-04-141-0/+44
* Fix regression in gnu_libstdcpp.py introduced by r266313Ulrich Weigand2016-04-141-1/+1
* Disable LinuxCoreTestCase.test_s390xUlrich Weigand2016-04-141-0/+2
* Revert r266311 - Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-147-342/+310
* [test] make expect_state_changes actually expect *only* themPavel Labath2016-04-143-13/+15
* [test] Relax stderr expectations on targets with chatty outputPavel Labath2016-04-147-12/+31
* Find .plt section in object files generated by recent ldUlrich Weigand2016-04-141-5/+5
* Fix test cases for big-endian systemsUlrich Weigand2016-04-1410-75/+164
* Fix ARM instruction emulation tests on big-endian systemsUlrich Weigand2016-04-143-62/+70
* Miscellaneous fixes for big-endian systemsUlrich Weigand2016-04-144-9/+31
* Handle bit fields on big-endian systems correctlyUlrich Weigand2016-04-145-10/+64
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-147-310/+342
* Make Scalar::GetBytes and RegisterValue::GetBytes constUlrich Weigand2016-04-146-194/+54
* Fixes for platforms that default to unsigned charUlrich Weigand2016-04-143-4/+4
* Support Linux on SystemZ as platformUlrich Weigand2016-04-1447-5/+2882
* Add new ABI callback to provide fallback unwind register locationsUlrich Weigand2016-04-144-26/+51
* FileSpec: make matching separator-agnostic againPavel Labath2016-04-142-6/+22
* Fix Android build after r266267Oleksiy Vyalov2016-04-141-17/+17
* Don't use auto - (try to) appease the Android g++ botEnrico Granata2016-04-141-1/+1
* Augment the 'language objc class-table dump' command to take a "-v" option, w...Enrico Granata2016-04-142-8/+159
* Match types in for loop to fix signedness comparison warningEd Maste2016-04-131-2/+2
OpenPOWER on IntegriCloud