summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Core] Avoid default in switch() that covers all the cases.Davide Italiano2015-11-041-1/+0
* Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham2015-11-047-15/+99
* Revert r252001 as it brake TestCppIncompleteTypes on all platformsTamas Berghammer2015-11-041-17/+0
* Fix TestMemoryRead after r252035Tamas Berghammer2015-11-041-1/+1
* OS X: fix the Xcode debugserver lookup code when LLDB.framework does not cont...Todd Fiala2015-11-041-2/+12
* Fix test infrastructure when using xunit output.Todd Fiala2015-11-041-2/+2
* Option letter o was already in use; use an uppercase E insteadEnrico Granata2015-11-041-1/+1
* Add a few useful methods to ThreadSafeDense{Map,Set}. Not used yet.Jim Ingham2015-11-042-1/+28
* Revert "Python 3 - Don't add the _d suffix to the symlink on Windows."Zachary Turner2015-11-044-30/+2
* Fix a shadowed ivar in SearchFilterByModuleListAndCU.Jim Ingham2015-11-041-2/+1
* Python 3 - Don't add the _d suffix to the symlink on Windows.Zachary Turner2015-11-044-2/+30
* Python 3 - Use universal_newlines when calling subprocess.check_outputZachary Turner2015-11-042-2/+2
* Actually implement Section::GetSectionData.Jim Ingham2015-11-042-3/+59
* Try a little harder to provide a legit CWD to argdumper if Jim Ingham2015-11-041-1/+19
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-047-22/+99
* All instance variables start with "m_". Fix "options" to be "m_options".Greg Clayton2015-11-032-57/+57
* Fix __fp16 types so we can display them and use them in expressions.Greg Clayton2015-11-031-3/+8
* Fix build for go parser unittest.Ryan Brown2015-11-032-1/+13
* Fix a deadlock when connecting to a remote GDB server that might not support ...Greg Clayton2015-11-031-16/+20
* With the new modules debugging, we have seen cases where clang is not emittin...Greg Clayton2015-11-031-0/+17
* Revert change comitted in accidentally as r251992Tamas Berghammer2015-11-031-3/+0
* Use std::list::splice in TaskPool to avoid an allocationTamas Berghammer2015-11-031-2/+1
* wipTamas Berghammer2015-11-031-0/+3
* Python 3 - Fix checking of string types in unittest2 module.Zachary Turner2015-11-035-11/+17
* Introduce seven.cmp_ and use it instead of cmpZachary Turner2015-11-032-1/+5
* Squelch a silly warning regarding an extra 'default' in 'case'Ramkumar Ramachandra2015-11-031-39/+38
* Python 3 - Fix some issues in unittest2.Zachary Turner2015-11-034-12/+22
* Python 3: Modernize exception raising syntax.Zachary Turner2015-11-032-3/+3
* Python 3 - modernize exception catching syntax.Zachary Turner2015-11-0310-40/+40
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-03392-413/+391
* Python 3 - Don't use `commands` module anymore.Zachary Turner2015-11-034-11/+11
* Revert r251882 as it breaks the test suiteEnrico Granata2015-11-031-7/+1
* Fix flakyness in TestWatchLocationWithWatchSetPavel Labath2015-11-031-2/+4
* Skip TestBacktraceAll on android-armTamas Berghammer2015-11-031-1/+4
* Leave TestAttachResume as flakey on linuxPavel Labath2015-11-031-0/+1
* Fix race during process detachPavel Labath2015-11-032-35/+31
* Changes for Bug 25251Ravitheja Addepally2015-11-037-14/+232
* [LLDB][MIPS] Fix GetUserRegisterInfoCount to count no of regs which are physi...Mohit K. Bhakkad2015-11-034-10/+26
* [LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint i...Mohit K. Bhakkad2015-11-032-3/+10
* Do not try to copy host memory from address 0Enrico Granata2015-11-031-1/+1
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-0318-30/+72
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-03414-772/+815
* Emit an error message if the current working directory does not exist when th...Enrico Granata2015-11-031-1/+7
* Fix usage of removed decorator in TestExpressionsPavel Labath2015-11-031-1/+1
* Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov2015-11-036-29/+102
* Fix module cache sym links' creation for symbol files.Oleksiy Vyalov2015-11-031-2/+2
* Revert "Make new dotest.py executable"Pavel Labath2015-11-021-0/+0
* Revert "Remove the __import__ hack of lldbtest_config."Pavel Labath2015-11-021-2/+5
* This test case does not actually depend on Cocoa; Foundation is good enoguhEnrico Granata2015-11-022-2/+2
* Create lldbsuite.support package with `seven` file.Zachary Turner2015-11-022-0/+17
OpenPOWER on IntegriCloud