aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Merging r260072:Hans Wennborg2-4/+26
2016-02-02Merging r258485:Hans Wennborg1-2/+2
2016-02-02Merging r258919:Hans Wennborg2-9/+17
2016-02-01Merging r257926:Hans Wennborg1-6/+145
2016-02-01Merging r258621, r258758, r258761:Hans Wennborg4-7/+54
2016-01-28Fix Makefile buildHans Wennborg1-0/+19
2016-01-13Merging r257692:Hans Wennborg1-1/+2
2016-01-13Silence an incorrect dwarf parsing warningTamas Berghammer1-1/+1
2016-01-13Add a small refinement to the qSymbol:: support in lldb.Jason Molenda2-1/+48
2016-01-12Fix build breakage of r257502.Stephane Sezer1-1/+1
2016-01-12Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer4-145/+202
2016-01-12Try to fix the mips64 build after rL257447Tamas Berghammer1-1/+1
2016-01-12Fix for TestNoreturnUnwind.py on i386Ravitheja Addepally1-3/+26
2016-01-12Add clang::Type::Pipe to ClangASTContextPavel Labath1-0/+3
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda6-27/+172
2016-01-12[LLDB][MIPS] Fix rL255619: mips 3, 4 and 5 are 64 bit archsMohit K. Bhakkad1-3/+3
2016-01-12[LLDB][MIPS] Fix ReadRegisterValue for registers with constant 32 bit size re...Mohit K. Bhakkad1-1/+9
2016-01-12[LLDB][MIPS] Merge emulation of similar instructions for MIPS64Bhushan D. Attarde2-1769/+379
2016-01-12[LLDB][MIPS] Handle PIC calling convention for MIPS64Bhushan D. Attarde1-0/+8
2016-01-12Get rid of ARM_ELF_SYM_IS_THUMB flag.Stephane Sezer1-4/+0
2016-01-11Don't define Bytes and String to be the same number on Py2.Zachary Turner1-4/+0
2016-01-11Fix Python 3 issues related to OS plugins.Zachary Turner1-3/+3
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2-0/+145
2016-01-11Replace accidental DOS (and mixed) line endings in a few text filesDimitry Andric2-87/+87
2016-01-11Don't try to parse the line table when it isn't specifiedTamas Berghammer1-6/+11
2016-01-11Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer4-11/+111
2016-01-09Writing a test case for r257234 I found another place that wasJim Ingham1-1/+14
2016-01-08Fix a thinko in the asserts in GetDynamicTypeAndAddress. It was requiring th...Jim Ingham1-2/+11
2016-01-08Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda5-9/+98
2016-01-08Add support for the LEAVE x86 instruction to AssemblyParse_x86.Jason Molenda1-7/+38
2016-01-08Prevent infinite recursive loop in AppleObjCTrampolineHandler constructorStephane Sezer2-2/+7
2016-01-08Treat an embedded int3/__debugbreak() as a breakpoint on Windows, includes a ...Adrian McCarthy1-39/+57
2016-01-08Revert r257117 "Performance improvement: Change lldb so that itJason Molenda5-106/+9
2016-01-08Fix dwarf sequence insertionsStephane Sezer1-0/+7
2016-01-08Change the key name for the libdispatch queue serial number fromJason Molenda1-12/+12
2016-01-08Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham3-2/+7
2016-01-08Performance improvement: Change lldb so that it puts a breakpointJason Molenda5-9/+106
2016-01-08Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer2-1/+13
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra13-93/+189
2016-01-07Remove duplicate header added in r256927Ewan Crawford1-1/+0
2016-01-07[RenderScript] Improve file format for saving RS allocationsEwan Crawford2-29/+154
2016-01-06[Renderscript] Fix stack argument inspection.Aidan Dodds1-43/+42
2016-01-06Fix build warnings after rL256915Bhushan D. Attarde1-8/+8
2016-01-06Add LogDump methods to lldb_private::StringList.Ewan Crawford1-0/+37
2016-01-06[LLDB][MIPS32]Merge emulation of similar instructionsBhushan D. Attarde2-1917/+521
2016-01-06Addresses an unsigned underflow situation that can occur when dumping an empt...Kate Stone1-2/+2
2016-01-05Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik2-49/+627
2016-01-05Add logging to SBProcess::GetRestartedFromEventPavel Labath1-1/+8
2016-01-05Fix a typo in Process.cppPavel Labath1-1/+1
2016-01-05Fix for undefined behavior while updating PC value on arm-linuxOmair Javaid1-1/+18