summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixup lldbinline-style tests to clean up Makefiles and *.d filesTodd Fiala2016-01-061-4/+4
* [Renderscript] Fix stack argument inspection.Aidan Dodds2016-01-061-43/+42
* Remove XTIMEOUT from TestMultithreaded on linuxPavel Labath2016-01-062-5/+2
* Fix build warnings after rL256915Bhushan D. Attarde2016-01-061-8/+8
* Fix a bug in lldbutil.expect_state_changesPavel Labath2016-01-061-10/+18
* Add LogDump methods to lldb_private::StringList.Ewan Crawford2016-01-062-0/+61
* XFAIL TestMiSymbol on linuxPavel Labath2016-01-061-0/+1
* [LLDB][MIPS32]Merge emulation of similar instructionsBhushan D. Attarde2016-01-062-1917/+521
* Addresses an unsigned underflow situation that can occur when dumping an empt...Kate Stone2016-01-061-2/+2
* Apply missed changes from svn r256863 "Add support for "source info" and use ...Dawn Perchik2016-01-063-7/+7
* Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik2016-01-056-71/+648
* Add logging to SBProcess::GetRestartedFromEventPavel Labath2016-01-051-1/+8
* Fix a typo in Process.cppPavel Labath2016-01-051-1/+1
* Fix a typo in lldbutil.pyPavel Labath2016-01-051-1/+1
* Fix for undefined behavior while updating PC value on arm-linuxOmair Javaid2016-01-051-1/+18
* Mark a test_lldbmi_gdb_set_target_async_on as flaky on linuxPavel Labath2016-01-051-0/+1
* [LLDB][MIPS] Make register read/write to set/get the size of register accordi...Sagar Thakur2016-01-051-3/+9
* Revert r256769Ewan Crawford2016-01-052-2/+2
* Remove XTIMEOUT from TestEvents on linuxPavel Labath2016-01-051-1/+0
* Remove old flaky test rerun logicPavel Labath2016-01-051-23/+3
* [FreeBSD] Use a cast sledgehammer to placate newer versions of clang.Davide Italiano2016-01-041-2/+2
* Use correct format identifiers to print something meaningful.Davide Italiano2016-01-042-2/+2
OpenPOWER on IntegriCloud