summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Implement RegisterContext for Mini Dumps.Adrian McCarthy2015-11-1216-307/+304
* Finish PyCallable -> PythonCallable conversion.Zachary Turner2015-11-121-258/+88
* Allow renderscript runtime to read MIPS target arguments.Aidan Dodds2015-11-121-1/+41
* Fix non-Windows build after r252906.Zachary Turner2015-11-124-4/+5
* Begin converting uses of PyCallable to PythonCallable.Zachary Turner2015-11-123-228/+206
* Use uniqueness of C++ fully-qualified names to resolve conflictsRamkumar Ramachandra2015-11-121-55/+67
* [test] Fix comment.Dawn Perchik2015-11-121-1/+1
* Remove `FindSessionDictionary` and rely on PythonDataObjects.Zachary Turner2015-11-111-190/+140
* Convert python-wrapper.swig to use PythonDataObjects.Zachary Turner2015-11-111-99/+43
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-113-17/+454
* Python 3 - Use six in our embedded Python glue code.Zachary Turner2015-11-112-1/+3
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-113-12/+196
* Symlink the `six` module during swig generation.Zachary Turner2015-11-112-22/+44
* Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL ...Todd Fiala2015-11-111-0/+2
* Bump up test timeout interval on Darwin from 4 to 6 minutes.Todd Fiala2015-11-111-0/+3
* Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.Todd Fiala2015-11-111-0/+1
* Mark TestTerminal.py as XFAIL on OS X.Todd Fiala2015-11-111-0/+1
* Made the ClangASTImporter into a shared pointer, eliminating a race condition.Sean Callanan2015-11-107-63/+60
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-108-185/+253
* Updated a relative path in Makefile.rules to reflect the new testsuite location.Sean Callanan2015-11-101-1/+1
* Fixed a bug where the size of a type was used instead of the size of a pointer.Sean Callanan2015-11-101-1/+1
* Updated lldb_pylint_helper to work with recent Python package changes.Todd Fiala2015-11-101-15/+27
* Upstream changes to the ValueObjectPrinter; nfcEnrico Granata2015-11-104-339/+467
* This test is now passing on DarwinEnrico Granata2015-11-101-1/+0
* LLDBStandalone: Report nice errors on missing varsRamkumar Ramachandra2015-11-101-7/+17
* Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton2015-11-1015-102/+335
* Differential Revision: http://reviews.llvm.org/D14538Aidan Dodds2015-11-101-1/+1
* Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linuxPavel Labath2015-11-101-0/+1
* Add support for tvos and watchos to ObjectFileMachO.Jason Molenda2015-11-104-148/+247
* Upstream a small change from Greg Clayton for the REPL support:Jason Molenda2015-11-101-0/+6
* The other half of a change made by Enrico for trying to get a correctJason Molenda2015-11-101-31/+57
* The MacOSXi386 ABI should be used for watchos simulator debug sessions.Jason Molenda2015-11-102-1/+6
* Code cleanupEnrico Granata2015-11-103-1/+27
* More rework of the updating logic for ValueObjectChild. Still just refactorin...Enrico Granata2015-11-091-24/+43
* Use PythonDataObjects in swig helper functions.Zachary Turner2015-11-091-31/+31
* Rework the way in which ValueObjectChild decides how to update itself; this i...Enrico Granata2015-11-095-2/+20
* Avoid sending bare '*' and '}' in an lldb-server packetTim Northover2015-11-093-0/+33
* Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata2015-11-095-6/+23
* Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata2015-11-0918-30/+130
* Add --curses shortcut for specifying the curses-based test results formatter.Todd Fiala2015-11-093-1/+13
* Added myself to the CODE_OWNERS.txt list for a few subsystems.Todd Fiala2015-11-091-0/+5
* Fix up curses_results.py for new package specification requirement.Todd Fiala2015-11-091-1/+1
* autotools: Also link the new go librariesSylvestre Ledru2015-11-082-0/+3
* Fix pessimizing moves. Found by clang.Davide Italiano2015-11-072-2/+2
* Add more NetBSD platform glue for lldbBruce Mitchener2015-11-076-4/+14
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-0729-101/+101
* Fix TestThreadSpecificBreakpoint.py on Linux after rL252355.Chaoren Lin2015-11-071-1/+5
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-0711-0/+80
* Remove a debug print statement.Zachary Turner2015-11-071-1/+0
* Python 3 - Use __bool__() instead of __nonzero__() for truthiness.Zachary Turner2015-11-074-2/+62
OpenPOWER on IntegriCloud