summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Modify coding conventions to mention include ordering.Zachary Turner2016-08-111-1/+14
* [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)Vedant Kumar2016-08-116-89/+89
* [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)Vedant Kumar2016-08-116-103/+87
* Fix unit tests on windowsPavel Labath2016-08-112-2/+2
* Make sure files include what they use (part 2/2)Pavel Labath2016-08-117-9/+14
* Make sure LldbGdbServerTestCase is built in arm mode to avoid failures due th...Omair Javaid2016-08-112-3/+11
* Remove a double send of eRunPacketSent eventPavel Labath2016-08-111-2/+0
* dlopen & dlclose can't throw C++ or ObjC exceptions, so don't do the extra wo...Jim Ingham2016-08-111-0/+1
* Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton2016-08-102-1/+36
* Make pascal debugging work again.Greg Clayton2016-08-101-3/+4
* Centralize all select() calls into one place so that we can take advantage of...Greg Clayton2016-08-108-211/+481
* xfailed TestObjCNewSyntax.py on macOS for gmodulesTodd Fiala2016-08-101-0/+1
* Fix the lookup of dictionary values by name to not do a linear search.Greg Clayton2016-08-101-8/+3
* Remove a circular include dependency.Zachary Turner2016-08-101-1/+3
* Make sure files include what they use (part 1/N)Pavel Labath2016-08-1011-14/+24
* Undid LLVM macro usage in test suite test subject files.Todd Fiala2016-08-103-18/+18
* Undo usage of LLVM macros in debugserverTodd Fiala2016-08-101-2/+2
* Add a newline to the end of the file to remove the clang warnings.Jim Ingham2016-08-101-1/+1
* Fix build on android and Linux.Zachary Turner2016-08-102-19/+9
* Delete Host/windows/win32.hZachary Turner2016-08-0962-187/+237
* Adjust LLDB's iOS simulator interface for changes in CoreSimulatorEnrico Granata2016-08-096-21/+37
* Remove CFData from the xcodeproj as wellEnrico Granata2016-08-091-8/+0
* [debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI)Vedant Kumar2016-08-094-114/+0
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-0916-895/+1214
* 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
OpenPOWER on IntegriCloud