summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove obsolete commentsPavel Labath2016-04-131-2/+0
* Fix test rerun logicPavel Labath2016-04-131-1/+1
* Update Symtab::InitAddressIndexes so that computed symbol sizesJason Molenda2016-04-132-13/+100
* Attempt to fix TestCPPBreakpointLocations on Linux/Android.Oleksiy Vyalov2016-04-131-1/+1
* Fix breakpoint_set_restart test for WindowsAdrian McCarthy2016-04-121-2/+8
* Fixed being able to set breakpoints on destructors when we don't fully specif...Greg Clayton2016-04-122-1/+4
* Use the FormatEntity work for great good - parse summary strings before accep...Enrico Granata2016-04-121-8/+11
* Cleanup the arguments for 'memory find' such that the help system reflects th...Enrico Granata2016-04-121-5/+5
* Revert to using libdispatch to reap threads on MacOSX. Code was accidentally ...Greg Clayton2016-04-121-21/+33
* Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata2016-04-122-4/+5
* Breakpoint conditions were making result variables, which they should not do. Jim Ingham2016-04-128-24/+48
* 'int' is reported as an exception on OS X not as a signal. I don't thinkJim Ingham2016-04-121-1/+1
* Fixup TestFdLeakPavel Labath2016-04-121-3/+5
OpenPOWER on IntegriCloud