summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* 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-105-60/+57
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-105-15/+65
* Fixed a bug where the size of a type was used instead of the size of a pointer.Sean Callanan2015-11-101-1/+1
* Upstream changes to the ValueObjectPrinter; nfcEnrico Granata2015-11-102-43/+147
* Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton2015-11-106-72/+236
* Differential Revision: http://reviews.llvm.org/D14538Aidan Dodds2015-11-101-1/+1
* Add support for tvos and watchos to ObjectFileMachO.Jason Molenda2015-11-103-147/+242
* Upstream a small change from Greg Clayton for the REPL support:Jason Molenda2015-11-101-0/+6
* The other half of a change made by Enrico for trying to get a correctJason Molenda2015-11-101-31/+57
* The MacOSXi386 ABI should be used for watchos simulator debug sessions.Jason Molenda2015-11-102-1/+6
* More rework of the updating logic for ValueObjectChild. Still just refactorin...Enrico Granata2015-11-091-24/+43
* Rework the way in which ValueObjectChild decides how to update itself; this i...Enrico Granata2015-11-092-1/+9
* Avoid sending bare '*' and '}' in an lldb-server packetTim Northover2015-11-091-0/+1
* Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata2015-11-093-4/+21
* Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata2015-11-099-24/+99
* autotools: Also link the new go librariesSylvestre Ledru2015-11-081-0/+1
* Fix pessimizing moves. Found by clang.Davide Italiano2015-11-072-2/+2
* Add more NetBSD platform glue for lldbBruce Mitchener2015-11-072-1/+2
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-0726-96/+96
* Fix TestThreadSpecificBreakpoint.py on Linux after rL252355.Chaoren Lin2015-11-071-1/+5
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-074-0/+54
* lldb/ADT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-072-14/+14
* Fix some Clang-tidy warnings and formatting in recently added code.Eugene Zelenko2015-11-079-203/+185
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-065-46/+118
* Another optimization to keep down gdb-remote traffic. If we have suspended a...Jim Ingham2015-11-062-6/+25
* 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
* A little more careful handling of platforms and unspecified unknownJason Molenda2015-11-061-43/+74
* Jim thinks we shouldn't bother to pollute the svn repo with theseJason Molenda2015-11-061-2/+2
* Upstream a change to MemoryHistoryASan from Sean:Jason Molenda2015-11-061-2/+11
* Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),Jason Molenda2015-11-0610-0/+3329
* Reuse native curses(8) library on NetBSDBruce Mitchener2015-11-061-1/+3
* Add a warning to TargetList::CreateTargetInternalJason Molenda2015-11-051-0/+8
* 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
* Update the invocation to dsymForUUID (a script plugin usedJason Molenda2015-11-051-2/+2
* Initialize addr_size to match the size of lldb itselfJason Molenda2015-11-051-2/+29
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-058-3/+94
* 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-055-1/+92
* Completely avoid building Apple simulator on non-Darwin platforms.Chaoren Lin2015-11-053-9/+19
* 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
OpenPOWER on IntegriCloud