aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2013-12-16Add a missing declaration of Log in lldb.Sylvestre Ledru1-0/+1
2013-12-06Merging r196397:Bill Wendling2-5/+46
2013-11-16Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda8-8/+133
2013-11-15test: Remove annotation for now-fixed FreeBSD issue pr15302Ed Maste1-1/+0
2013-11-15Remove FreeBSD test failure annotations for llvm.org/pr17213Ed Maste1-2/+0
2013-11-15Improve the set of the Python libraries during the cmake build.Sylvestre Ledru1-4/+5
2013-11-15Remove the hardcoded declaration to the Python include path. Thanks to Kal Co...Sylvestre Ledru1-1/+4
2013-11-15Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda11-1/+694
2013-11-14Remove annotations for pr17184 (now fixed)Ed Maste3-6/+0
2013-11-14Update failing FreeBSD test annotations (pr17932, pr17933)Ed Maste2-2/+2
2013-11-14Mark two FreeBSD tests failing due to llvm.org/pr15989Ed Maste2-2/+2
2013-11-13Added documentation or the new QSaveRegisterState and QRestoreRegisterState p...Greg Clayton1-0/+55
2013-11-13<rdar://problem/14814689>Greg Clayton1-2/+1
2013-11-13<rdar://problem/15172417>Greg Clayton28-311/+822
2013-11-13Minor improvement to the "memory find" commandEnrico Granata1-16/+18
2013-11-13Fixed printf warnings. The GetByteSize() results return uint64_t values, not ...Greg Clayton1-1/+4
2013-11-13Small typos in previous commitEnrico Granata1-3/+3
2013-11-13<rdar://problem/14322677>Enrico Granata1-5/+308
2013-11-12Change SBThread::GetExtendedBacktrace toJason Molenda7-10/+9
2013-11-12Log failure to restore thread state in ThreadPlanCallFunction::DoTakedownEd Maste2-3/+6
2013-11-12Future-proof version checking with MSVC_VERSIONAlp Toker1-4/+2
2013-11-12Add initial --extended / -e support to thread backtrace.Jason Molenda3-5/+57
2013-11-12Add object logging to HistoryThread. Call the DoDestroy() method fromJason Molenda1-0/+8
2013-11-11Increase log detail for size mismatch in EntityVariable::MaterializeEd Maste1-1/+1
2013-11-11Fix header comment line lengthEd Maste1-1/+1
2013-11-11Add generic ARGn register IDs for FreeBSD and Linux x86Ed Maste1-6/+6
2013-11-11Change lldb to build without the -fobjc-gc arg.Jason Molenda1-8/+0
2013-11-11The Threads created when requesting extended backtraces need to be owned byJason Molenda1-0/+4
2013-11-11The Threads created when requesting extended backtraces need to be owned byJason Molenda2-7/+25
2013-11-11Fix CMake standalone build.Peter Collingbourne2-8/+11
2013-11-09Fixed up registers in debugserver.Greg Clayton9-659/+725
2013-11-09Fixed the the breakpoint test case failures. Greg Clayton11-30/+157
2013-11-08Fixed a build warning for a missing switch case.Greg Clayton1-0/+3
2013-11-08Add History subclasses for Thread, Unwind, RegisterContext.Jason Molenda9-2/+502
2013-11-08Changed the ABIs and ClangFunction to take aSean Callanan15-376/+105
2013-11-07This patch does a couple of things. Jim Ingham36-700/+415
2013-11-06Spelling fix.Sean Callanan1-1/+1
2013-11-06Added Iterable, a class that vends standard C++Sean Callanan6-13/+259
2013-11-06Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda8-22/+22
2013-11-06Improve lldb_private::Address to detect when section was deleted and not retu...Greg Clayton2-15/+54
2013-11-06Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda5-0/+88
2013-11-05<rdar://problem/15367122>Greg Clayton8-30/+39
2013-11-05Give a better error when the index argument for “frame select” can’t be...Jim Ingham1-1/+8
2013-11-05Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda5-1/+98
2013-11-05Add a GetThreadOriginExtendedBacktraceTypes method to theJason Molenda2-8/+31
2013-11-05Add a new system runtime plugin type - just the top levelJason Molenda11-1/+365
2013-11-05Update ABISysV_x86_64.cpp to use more efficient register finding calls. Greg Clayton3-21/+76
2013-11-05Fix the architectural default unwind plan's settings for restoringJason Molenda2-2/+2
2013-11-04Fix a bug in the x86_64 architectural default unwindplanJason Molenda1-1/+1
2013-11-04<rdar://problem/15367406>Greg Clayton1-0/+2