summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Increase log detail for size mismatch in EntityVariable::MaterializeEd Maste2013-11-111-1/+1
* Fix header comment line lengthEd Maste2013-11-111-1/+1
* Add generic ARGn register IDs for FreeBSD and Linux x86Ed Maste2013-11-111-6/+6
* Change lldb to build without the -fobjc-gc arg.Jason Molenda2013-11-111-8/+0
* The Threads created when requesting extended backtraces need to be owned byJason Molenda2013-11-111-0/+4
* The Threads created when requesting extended backtraces need to be owned byJason Molenda2013-11-112-7/+25
* Fix CMake standalone build.Peter Collingbourne2013-11-112-8/+11
* Fixed up registers in debugserver.Greg Clayton2013-11-099-659/+725
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-0911-30/+157
* Fixed a build warning for a missing switch case.Greg Clayton2013-11-081-0/+3
* Add History subclasses for Thread, Unwind, RegisterContext.Jason Molenda2013-11-089-2/+502
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-0815-376/+105
* This patch does a couple of things. Jim Ingham2013-11-0736-700/+415
* Spelling fix.Sean Callanan2013-11-061-1/+1
* Added Iterable, a class that vends standard C++Sean Callanan2013-11-066-13/+259
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-068-22/+22
* Improve lldb_private::Address to detect when section was deleted and not retu...Greg Clayton2013-11-062-15/+54
* Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda2013-11-065-0/+88
* <rdar://problem/15367122>Greg Clayton2013-11-058-30/+39
* Give a better error when the index argument for “frame select” can’t be...Jim Ingham2013-11-051-1/+8
* Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda2013-11-055-1/+98
* Add a GetThreadOriginExtendedBacktraceTypes method to theJason Molenda2013-11-052-8/+31
* Add a new system runtime plugin type - just the top levelJason Molenda2013-11-0511-1/+365
* Update ABISysV_x86_64.cpp to use more efficient register finding calls. Greg Clayton2013-11-053-21/+76
* Fix the architectural default unwind plan's settings for restoringJason Molenda2013-11-052-2/+2
* Fix a bug in the x86_64 architectural default unwindplanJason Molenda2013-11-041-1/+1
* <rdar://problem/15367406>Greg Clayton2013-11-041-0/+2
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-049-182/+128
* Add new ivars to StackFrame so it can represent a stack collectedJason Molenda2013-11-044-27/+405
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-04102-893/+462
* It is no longer necessary to opt out of pretty stack traces.Filip Pizlo2013-11-041-2/+0
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-02102-461/+891
* <rdar://problem/15368142>Enrico Granata2013-11-012-2/+1
* Use 0x00... as the magic constant to write in st0. That should be reliably 0 ...Enrico Granata2013-11-011-2/+2
* Skip this test case pending figuring out why it failsEnrico Granata2013-11-011-0/+1
* This only fails on Darwin ; thanks Jim for pointing that outEnrico Granata2013-11-011-2/+2
* Fix the format warnings.Sylvestre Ledru2013-10-3114-53/+53
* This test is expected to fail pending proper supportEnrico Granata2013-10-311-0/+2
* Thread::SetState() is not being called upon hitting the breakpointEnrico Granata2013-10-311-0/+2
* Fix this test to work with either st0 or stmm0Enrico Granata2013-10-311-6/+10
* This test is failing because expressions involving dlopen() currently do not ...Enrico Granata2013-10-311-0/+1
* Fix this test to be consistent in whether a process will or will not be thereEnrico Granata2013-10-311-2/+2
* Another instance of the same test failingEnrico Granata2013-10-311-0/+2
* Another instance of the same test failingEnrico Granata2013-10-311-0/+2
* Mark this as an expected failureEnrico Granata2013-10-311-1/+3
* This test is currently expected to fail, mark it as such pending fixesEnrico Granata2013-10-311-0/+2
* Workaround the DWARF info is anticipating the derived class assignment issue ...Enrico Granata2013-10-311-2/+8
* Further fixes to the dynamic type system prompted by ObjCDataFormatterTestCas...Enrico Granata2013-10-314-11/+18
* Marking dynamic value test as expected failure on Linux.Andrew Kaylor2013-10-311-0/+1
* Fixed printf warnings.Greg Clayton2013-10-311-4/+4
OpenPOWER on IntegriCloud