summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Use uniqueness of C++ fully-qualified names to resolve conflictsRamkumar Ramachandra2015-11-121-55/+67
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-112-6/+322
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-112-12/+136
* Made the ClangASTImporter into a shared pointer, eliminating a race condition.Sean Callanan2015-11-103-49/+49
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-102-0/+15
* Differential Revision: http://reviews.llvm.org/D14538Aidan Dodds2015-11-101-1/+1
* Add support for tvos and watchos to ObjectFileMachO.Jason Molenda2015-11-102-147/+217
* The MacOSXi386 ABI should be used for watchos simulator debug sessions.Jason Molenda2015-11-102-1/+6
* Avoid sending bare '*' and '}' in an lldb-server packetTim Northover2015-11-091-0/+1
* autotools: Also link the new go librariesSylvestre Ledru2015-11-081-0/+1
* Fix pessimizing moves. Found by clang.Davide Italiano2015-11-071-1/+1
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-0711-35/+35
* lldb/ADT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-8/+8
* Fix some Clang-tidy warnings and formatting in recently added code.Eugene Zelenko2015-11-079-203/+185
* Fix for AArch64 watchpoint cache corruption in case of ptrace failureOmair Javaid2015-11-061-1/+49
* Change the way we read data from the ObjC runtimeEnrico Granata2015-11-061-18/+20
* Add data formatters for NSError and NSExceptionEnrico Granata2015-11-065-0/+457
* Upstream a change to MemoryHistoryASan from Sean:Jason Molenda2015-11-061-2/+11
* Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),Jason Molenda2015-11-069-0/+3317
* Use Process::IsAlive instead of just checking for eStateExited.Jason Molenda2015-11-051-4/+4
* GDBRemoteCommunicationClient::SendEnvironmentPacket should use the hex-encodedJason Molenda2015-11-051-0/+1
* Fix cmake build on Mac OS X.Bruce Mitchener2015-11-051-0/+1
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-057-3/+71
* Add support for the armv7k ABI which has some smallJason Molenda2015-11-052-2/+112
* Let the process help figure out the Host OS if nobody elseJim Ingham2015-11-054-0/+84
* Completely avoid building Apple simulator on non-Darwin platforms.Chaoren Lin2015-11-052-6/+16
* Better validation when we think a directory might be Xcode.app.Sean Callanan2015-11-051-1/+10
* Fix build on platforms that don't have dlfcn.hZachary Turner2015-11-051-0/+3
* Use lldb::pid_t instead of pid_t.Chaoren Lin2015-11-052-8/+8
* Revert "Do not build any of the simulator material on non-Darwin"Chaoren Lin2015-11-051-2/+2
* Do not build any of the simulator material on non-DarwinEnrico Granata2015-11-051-2/+2
* Fix build for platforms without ObjC++.Chaoren Lin2015-11-052-6/+9
* Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...Jim Ingham2015-11-052-2/+2
* Fix build on Linux.Chaoren Lin2015-11-051-0/+4
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-057-71/+1543
* Add go data formatters.Ryan Brown2015-11-058-0/+449
* AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...Jim Ingham2015-11-052-7/+13
* Fix x64 build on Windows, which was broken by my refactor from last week.Adrian McCarthy2015-11-043-1/+212
* [FreeBSD] Add missing overrides.Davide Italiano2015-11-042-4/+4
* Revert r252001 as it brake TestCppIncompleteTypes on all platformsTamas Berghammer2015-11-041-17/+0
* OS X: fix the Xcode debugserver lookup code when LLDB.framework does not cont...Todd Fiala2015-11-041-2/+12
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-4/+21
* Fix a deadlock when connecting to a remote GDB server that might not support ...Greg Clayton2015-11-031-16/+20
* With the new modules debugging, we have seen cases where clang is not emittin...Greg Clayton2015-11-031-0/+17
* Changes for Bug 25251Ravitheja Addepally2015-11-032-8/+9
* [LLDB][MIPS] Fix GetUserRegisterInfoCount to count no of regs which are physi...Mohit K. Bhakkad2015-11-034-10/+26
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-034-8/+14
* Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov2015-11-034-6/+43
* Create an expression parser for Go.Ryan Brown2015-11-0213-9/+6244
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utili...Eugene Zelenko2015-10-307-415/+449
OpenPOWER on IntegriCloud