summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda2013-11-168-8/+133
* test: Remove annotation for now-fixed FreeBSD issue pr15302Ed Maste2013-11-151-1/+0
* Remove FreeBSD test failure annotations for llvm.org/pr17213Ed Maste2013-11-151-2/+0
* Improve the set of the Python libraries during the cmake build.Sylvestre Ledru2013-11-151-4/+5
* Remove the hardcoded declaration to the Python include path. Thanks to Kal Co...Sylvestre Ledru2013-11-151-1/+4
* Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda2013-11-1511-1/+694
* Remove annotations for pr17184 (now fixed)Ed Maste2013-11-143-6/+0
* Update failing FreeBSD test annotations (pr17932, pr17933)Ed Maste2013-11-142-2/+2
* Mark two FreeBSD tests failing due to llvm.org/pr15989Ed Maste2013-11-142-2/+2
* Added documentation or the new QSaveRegisterState and QRestoreRegisterState p...Greg Clayton2013-11-131-0/+55
* <rdar://problem/14814689>Greg Clayton2013-11-131-2/+1
* <rdar://problem/15172417>Greg Clayton2013-11-1328-311/+822
* Minor improvement to the "memory find" commandEnrico Granata2013-11-131-16/+18
* Fixed printf warnings. The GetByteSize() results return uint64_t values, not ...Greg Clayton2013-11-131-1/+4
* Small typos in previous commitEnrico Granata2013-11-131-3/+3
* <rdar://problem/14322677>Enrico Granata2013-11-131-5/+308
* Change SBThread::GetExtendedBacktrace toJason Molenda2013-11-127-10/+9
* Log failure to restore thread state in ThreadPlanCallFunction::DoTakedownEd Maste2013-11-122-3/+6
* Future-proof version checking with MSVC_VERSIONAlp Toker2013-11-121-4/+2
* Add initial --extended / -e support to thread backtrace.Jason Molenda2013-11-123-5/+57
* Add object logging to HistoryThread. Call the DoDestroy() method fromJason Molenda2013-11-121-0/+8
* 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
OpenPOWER on IntegriCloud