summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix build for platforms without ObjC++.Chaoren Lin2015-11-052-6/+9
* Fix TestGoFormatters.py.Chaoren Lin2015-11-051-3/+2
* Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...Jim Ingham2015-11-053-2/+4
* Python 3 - Don't use `os.path.walk`, it's removed in Py3.Zachary Turner2015-11-051-4/+2
* Python 3 - Use universal_newlines=True in subprocess.Popen.Zachary Turner2015-11-051-0/+2
* Fix build on Linux.Chaoren Lin2015-11-051-0/+4
* CommandObjectProxy needs to proxy GenerateHelpText as well asJim Ingham2015-11-052-0/+11
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-0516-76/+1609
* LLDB needs a mutex around getopt_long_only() function calls to avoid multi-th...Jim Ingham2015-11-053-5/+11
* Add go data formatters.Ryan Brown2015-11-0513-0/+556
* AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...Jim Ingham2015-11-054-19/+23
* One of the File constructors was missing initializers. Didn't seemJim Ingham2015-11-051-1/+3
* Fix x64 build on Windows, which was broken by my refactor from last week.Adrian McCarthy2015-11-043-1/+212
* [FreeBSD] Add missing overrides.Davide Italiano2015-11-042-4/+4
* Handle keyword args on our patched Popen methods.Zachary Turner2015-11-041-4/+4
* Don't access class members inside of `__del__`.Zachary Turner2015-11-041-4/+0
* [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
OpenPOWER on IntegriCloud