summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Garbage collection is not around anymore, we can remove our support for it.Greg Clayton2016-08-081-17/+1
* Fix more RegisterInfo initialization issues and quiet hundreds of warnings.Greg Clayton2016-08-0811-727/+727
* Fix printf warnings.Greg Clayton2016-08-081-2/+2
* Fix RegisterInfo initializers to have all the required initializers after rec...Greg Clayton2016-08-088-229/+229
* Fix uninitialized field warnings in GDBRemoteRegisterContextPavel Labath2016-08-081-109/+111
* Clean up linux/Ptrace.hPavel Labath2016-08-081-18/+9
* Remove Android.hPavel Labath2016-08-088-48/+16
* Remove SYS_tgkill from Android.hPavel Labath2016-08-083-4/+1
* Remove _isatty from Android.hPavel Labath2016-08-082-2/+1
* The lack of classes in the hash table is not an error - it's very legitimatel...Enrico Granata2016-08-061-1/+1
* Fix Windows build - add return statement in SBThread::StepUsingScriptedThread...Oleksiy Vyalov2016-08-061-1/+1
* Mention the scripted thread plans in the python reference.Jim Ingham2016-08-051-0/+112
* Mention is_stale in the scripted step doc.Jim Ingham2016-08-051-7/+29
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-0511-4/+94
* Tweaks to the reporting of "missing dyld shared cached" that make it easier t...Enrico Granata2016-08-052-23/+69
* [asan] Remove unused include (NFC)Vedant Kumar2016-08-051-1/+0
* Change the indexing done for kernel/kext directories to be recursive.Jason Molenda2016-08-052-498/+257
* Errors compiling breakpoint conditions will cause the breakpoint not to be hitJim Ingham2016-08-032-2/+47
* Add the new OCaml support files to the Xcode project file.Jim Ingham2016-08-031-2/+28
* [RenderScript] Always create a new allocation ID in CaptureAllocationInit hookLuke Drummond2016-08-032-12/+39
* Fix an unused variable warning in release builds.Luke Drummond2016-08-031-1/+1
* Fix the BUILD_SHARED_LIBS=ON build, was getting the following error while lin...Ismail Donmez2016-08-031-0/+1
* [Concepts] Add TODO and requires-clause placeholder; NFCHubert Tong2016-08-021-1/+3
* Revert rL277429: Correct makefile.rules to use toolchain specific AR and OBJCOPYOmair Javaid2016-08-021-17/+18
* Support for OCaml native debuggingTamas Berghammer2016-08-0214-0/+1600
* Correct makefile.rules to use toolchain specific AR and OBJCOPYOmair Javaid2016-08-021-18/+17
* [LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation . Fix emulation...Nitesh Jain2016-08-024-41/+301
* [asan] Remove unused #include (NFC)Vedant Kumar2016-08-011-1/+0
* [lldb] Delete dead, infinitely-recursive code (NFC)Vedant Kumar2016-08-012-12/+0
* [lldb][tsan] Perform one map lookup instead of two (NFC)Vedant Kumar2016-08-011-2/+3
* [lldb][tsan] Avoid a string copy (NFC)Vedant Kumar2016-08-011-5/+5
* [lldb] Ignore various test artifacts (NFCI)Vedant Kumar2016-08-011-0/+2
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-0122-229/+401
* Some code that is sanity checking stepping out back out from one inlinedJim Ingham2016-07-291-0/+6
* Revert "updated Xcode project r277139"Todd Fiala2016-07-291-12/+0
* updated Xcode project r277139Todd Fiala2016-07-291-0/+12
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-2915-1168/+895
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-296-28/+158
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-2915-895/+1168
* Fixup r277011 - wrong use of infinite timeoutPavel Labath2016-07-291-1/+1
* Improve code of loading plugins that provide cmndsAbhishek Aggarwal2016-07-292-1/+33
* PlatformDarwinKernel maintains a list of kexts and kernelsJason Molenda2016-07-292-12/+148
* Fix -break-insert not working when using absolute paths (MI)Ilia K2016-07-294-2/+27
* Move the code which knows how to get information about the sharedJason Molenda2016-07-296-63/+188
* Small refinement on the memory segment support in core files thatJason Molenda2016-07-281-0/+17
* Remove a duplicated block in cmake.Stephane Sezer2016-07-281-13/+0
* Cleanup some format string warningsLuke Drummond2016-07-281-13/+9
* Host: correct use of std::condition_variable::wait_forSaleem Abdulrasool2016-07-281-1/+1
* Fixed up Xcode build for r276976 and r277011.Todd Fiala2016-07-283-29/+31
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-2834-1605/+404
OpenPOWER on IntegriCloud