summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add a "not_in()" function you can apply to the list type arguments to...Pavel Labath2015-11-162-21/+4
* Add more autotools/gmake NetBSD glueBruce Mitchener2015-11-154-5/+14
* Allow to override python-config executable name from command lineBruce Mitchener2015-11-153-3/+6
* Use library discovery for curses and panelBruce Mitchener2015-11-152-2/+17
* Uniquify all the type X delete commands via one common base classEnrico Granata2015-11-142-493/+72
* Some cleanup of the type X delete commandEnrico Granata2015-11-141-40/+16
* The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata2015-11-149-48/+291
* Fixes for uniformity in type clear and delete commandsEnrico Granata2015-11-141-8/+8
* Always initialize expression variables' flags field.Sean Callanan2015-11-141-0/+1
* Add a few useful accessors on the data formatters containersEnrico Granata2015-11-141-0/+38
* Minor cleanup to the type format list commandEnrico Granata2015-11-141-2/+2
* Add a "not_in()" function you can apply to the list type arguments to expecte...Jim Ingham2015-11-142-4/+21
* Fixed a testcase problem where disassembly would fail for nameless functions.Sean Callanan2015-11-131-1/+2
* Change the test to use the instruction list to get the consecutive addresses ...Jim Ingham2015-11-131-18/+9
* Upstream some data formatter related cleanupsEnrico Granata2015-11-131-7/+18
* Change the null check to an assert.Zachary Turner2015-11-131-1/+3
* Fix indentationEnrico Granata2015-11-131-21/+21
* Remove debugging code left in by accident.Zachary Turner2015-11-131-2/+0
* Fix indentationEnrico Granata2015-11-131-148/+148
* Add a null check against the ThreadPlanZachary Turner2015-11-131-1/+1
* Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner2015-11-133-21/+26
* Another fix for LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-131-1/+5
* Add `PythonExceptionStateTests.cpp` to lldb-gtest target.Zachary Turner2015-11-131-0/+4
* Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-132-0/+8
* Re-XFAIL two more tests I missedPavel Labath2015-11-131-0/+2
* Re-add XFAILs to two testsPavel Labath2015-11-132-0/+2
* Fix multiple symbol lookup in the same namespaceEugene Leviant2015-11-133-9/+46
* Remove a broken hack from Scalar::ULongLong and fix a testTamas Berghammer2015-11-132-4/+2
* Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal2015-11-1311-18/+94
* Fix commit 252963 to work around a bug on some platforms where they don't Jim Ingham2015-11-131-3/+13
* Add PythonTestSuite.cpp to project file for lldb-gtest.Jason Molenda2015-11-131-0/+6
* Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner2015-11-133-0/+66
* Add PythonExceptionState.cppto the xocde project file.Jason Molenda2015-11-131-0/+8
* Update .gitignore to exclude pyproj folder (used for Python IDE)Zachary Turner2015-11-131-0/+1
* Introduce a `PythonExceptionState` class.Zachary Turner2015-11-136-85/+385
* gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner2015-11-134-17/+74
* Delete `PyObjectToString` and use `PythonObject::Str()`.Zachary Turner2015-11-131-43/+12
* Revert "Another little stepping optimization: if any of the source step comma...Ying Chen2015-11-131-9/+2
* Another little stepping optimization: if any of the source step commands are ...Jim Ingham2015-11-121-2/+9
* 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
OpenPOWER on IntegriCloud