summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Try to fix the mips64 build after rL257447Tamas Berghammer2016-01-121-1/+1
* Fix for TestNoreturnUnwind.py on i386Ravitheja Addepally2016-01-122-4/+27
* Add clang::Type::Pipe to ClangASTContextPavel Labath2016-01-121-0/+3
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-1210-65/+285
* [LLDB][MIPS] Fix rL255619: mips 3, 4 and 5 are 64 bit archsMohit K. Bhakkad2016-01-121-3/+3
* [LLDB][MIPS] Fix ReadRegisterValue for registers with constant 32 bit size re...Mohit K. Bhakkad2016-01-121-1/+9
* [LLDB][MIPS] Merge emulation of similar instructions for MIPS64Bhushan D. Attarde2016-01-122-1769/+379
* [LLDB][MIPS] Handle PIC calling convention for MIPS64Bhushan D. Attarde2016-01-121-0/+8
* Get rid of ARM_ELF_SYM_IS_THUMB flag.Stephane Sezer2016-01-121-4/+0
* Don't define Bytes and String to be the same number on Py2.Zachary Turner2016-01-111-4/+0
* Xfail some Arm-Linux specific failuresOmair Javaid2016-01-114-3/+10
* Fix Python 3 issues related to OS plugins.Zachary Turner2016-01-112-12/+14
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-113-0/+166
* Don't run dwo tests for windows targets.Zachary Turner2016-01-111-1/+2
* Replace accidental DOS (and mixed) line endings in a few text filesDimitry Andric2016-01-115-172/+172
* Fix TestMiniDump.py for Python 2/3 (and for a change to debug info)Adrian McCarthy2016-01-111-3/+3
* Don't try to parse the line table when it isn't specifiedTamas Berghammer2016-01-111-6/+11
* Mark TestChangeValueAPI as flaky on linux (pr25652)Pavel Labath2016-01-111-0/+1
* Skip TestEvents on linux completelyPavel Labath2016-01-111-1/+1
* Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer2016-01-114-11/+111
* Remove CRLF line endings from test_common.hPavel Labath2016-01-111-44/+44
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-1110-134/+42
* Writing a test case for r257234 I found another place that wasJim Ingham2016-01-094-1/+84
* Fiddling with Pavel's fix for getting the breakpoint right when there's debug...Jim Ingham2016-01-091-2/+1
* Fix a thinko in the asserts in GetDynamicTypeAndAddress. It was requiring th...Jim Ingham2016-01-081-2/+11
* In the questionmark packet ("T"), print the "threads:" and "thread-pcs:"Jason Molenda2016-01-081-30/+30
* Fix TestDebugBreak.py failure with gcc, for loop declarations are not allowed...Ying Chen2016-01-081-2/+2
* Remove XFAIL from a few tests that have been fixed on Windows.Zachary Turner2016-01-083-3/+0
* Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda2016-01-088-11/+140
* Add support for the LEAVE x86 instruction to AssemblyParse_x86.Jason Molenda2016-01-081-7/+38
* XFAIL 2 more tests based on SWIG version.Zachary Turner2016-01-082-0/+4
* Remove XFAIL from TestThreadStates on Windows.Zachary Turner2016-01-081-1/+0
* Prevent infinite recursive loop in AppleObjCTrampolineHandler constructorStephane Sezer2016-01-082-2/+7
* Add note about the "thread until" command to the llvm-gdb cheatsheet.Justin Lebar2016-01-081-0/+9
* Treat an embedded int3/__debugbreak() as a breakpoint on Windows, includes a ...Adrian McCarthy2016-01-084-39/+142
* Fix TestBatchMode for gccPavel Labath2016-01-081-1/+2
* Another fix for TestBatchMode on linuxPavel Labath2016-01-081-0/+17
* Fix TestBatchMode on linuxPavel Labath2016-01-081-1/+2
* Revert r257117 "Performance improvement: Change lldb so that itJason Molenda2016-01-088-148/+11
* Fix dwarf sequence insertionsStephane Sezer2016-01-081-0/+7
* Change the key name for the libdispatch queue serial number fromJason Molenda2016-01-082-14/+14
* Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham2016-01-086-17/+142
* Performance improvement: Change lldb so that it puts a breakpointJason Molenda2016-01-088-11/+148
* Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer2016-01-082-1/+13
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-0719-96/+205
* XFAIL TestMultithreaded on linuxPavel Labath2016-01-071-1/+1
* Remove duplicate header added in r256927Ewan Crawford2016-01-071-1/+0
* Remove some Windows->Android XTIMEOUTsPavel Labath2016-01-071-5/+0
* XFAIL TestEvents.test_add_listener_to_broadcasterPavel Labath2016-01-071-1/+1
* [RenderScript] Improve file format for saving RS allocationsEwan Crawford2016-01-072-29/+154
OpenPOWER on IntegriCloud