summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump up timeout in TestGdbRemoteProcessInfoPavel Labath2016-04-121-1/+1
* Skip a test in TestNamespaceLookup on linux to avoid a crashPavel Labath2016-04-121-0/+1
* Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...Pavel Labath2016-04-122-8/+8
* Process: fix the build with certain kernel versionsSaleem Abdulrasool2016-04-121-0/+2
* Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata2016-04-122-8/+8
* Fixed Variable::GetDecl() and Variable::GetDeclContext() to check the "Type *...Greg Clayton2016-04-121-4/+10
* Add support for resolving dynamic types of extended ObjC tagged pointersEnrico Granata2016-04-112-0/+188
* Add support for additional NSArray formattersEnrico Granata2016-04-112-2/+41
* Add a formatter for zero-sized NSDataEnrico Granata2016-04-111-0/+4
* Mark TestPrintStackTraces as flaky on android armPavel Labath2016-04-111-0/+1
* [Driver] Fix a segfault in signal handlersPavel Labath2016-04-111-2/+6
* Retry deletion of temporary files to avoid race conditions on Windows.Adrian McCarthy2016-04-111-12/+15
OpenPOWER on IntegriCloud