summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata2015-11-1811-902/+225
* Cleanup indentationEnrico Granata2015-11-171-2/+4
* Cleanup the type X clear commands, so that one base class can implement all o...Enrico Granata2015-11-171-366/+83
* Move this back to a pid_t; this file is OSX only anyway, and the signedness o...Enrico Granata2015-11-171-2/+2
* Remove --swig-executable `which swig` from Xcode prepare_bindings.py call.Todd Fiala2015-11-171-1/+1
* Reinstate Xcode project usage of prepare_bindings.py, with new --find-swig op...Todd Fiala2015-11-171-5/+5
* Added --find-swig option to allow searching for swig in path or other likely ...Todd Fiala2015-11-171-0/+76
* Revert out Xcode hookup of r253317.Todd Fiala2015-11-171-5/+5
* Add Pythonic language binding wrapper generation script.Todd Fiala2015-11-173-5/+636
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-1711-26/+282
* Python 3 - Skip a certain test for a particular (swig,python) combo.Zachary Turner2015-11-162-1/+10
* Re-Apply "Add a "not_in()" function you can apply to the list type arguments ...Ying Chen2015-11-162-4/+19
* Add the ability to xfail or skip based on swig / python version.Zachary Turner2015-11-161-11/+54
* Insert the SWIG version into LLDB's __init__.pyZachary Turner2015-11-161-5/+30
* Python3 - Fix some issues related to `PythonFile` class.Zachary Turner2015-11-162-0/+11
* 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
OpenPOWER on IntegriCloud