summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* Shuffle APIs around a little bit, so that if you pass custom summary options,...Enrico Granata2014-11-181-1/+2
* Add documentation for the SBTarget::ReadInstructions andJason Molenda2014-11-181-2/+27
* Add APIs on SBFunction and SBCompileUnit to inquire about the language type t...Enrico Granata2014-11-172-0/+6
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-0/+12
* Do not override the existing definition of addr_size when adding new properti...Enrico Granata2014-11-131-2/+2
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-1/+1
* Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2014-11-062-1/+28
* Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://126...Enrico Granata2014-10-281-0/+9
* Add a feature where a string data formatter can now be partially composed of ...Enrico Granata2014-10-281-0/+38
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-222-0/+105
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-0/+3
* Add typemaps to handle the transformation of Python list of strings into a 'c...Enrico Granata2014-10-211-0/+74
* Remove unnecessary update of 'name' local.Jason Molenda2014-10-161-1/+0
* This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham2014-10-142-1/+11
* Add a IsInstrumentationRuntimePresent SB APIKuba Brecka2014-10-111-0/+3
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-112-3/+70
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+8
* Add a (Python only) lldb.SBSyntheticValueProvider class to our API surfaceEnrico Granata2014-10-081-0/+24
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-0/+28
* Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata2014-10-012-2/+16
* Add an accessor to PyCallable that allows one to determine the count of argum...Enrico Granata2014-10-011-1/+26
* Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl...Enrico Granata2014-10-012-0/+44
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-295-0/+254
* android: add a command script to help display mixed Java/native backtraces.Todd Fiala2014-09-231-0/+192
* Fix for 218140 for SBTarget.i, the added functions were in the wrong class de...Carlo Kok2014-09-191-10/+11
* Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok2014-09-191-0/+9
* Extend the member function discovery APIs to also support Objective-C as well...Enrico Granata2014-09-191-0/+9
* Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...Enrico Granata2014-09-151-1/+30
* Add logic to LLDB to figure out the types of member functions of C++ classes....Enrico Granata2014-09-121-0/+6
* Implement ASan history threads in SB APIKuba Brecka2014-09-061-0/+3
* Expose the ability to retrieve the result of a type validator via the SB API....Enrico Granata2014-09-061-0/+3
* Expose ThreadCollection in SB APIKuba Brecka2014-09-063-0/+42
* Make it clear that the load_addr property on SBAddress relies on lldb.target, Jim Ingham2014-08-271-1/+1
* Fix some typos:Sylvestre Ledru2014-08-111-1/+1
* Add an option to suppress the persistent result variable when running Evaluat...Jim Ingham2014-08-081-0/+9
* Make the swig generation script use the correct python executable.Zachary Turner2014-08-021-1/+2
* (no commit message)Greg Clayton2014-07-301-0/+6
* Create an _d suffixed symlink when doing a debug Windows build.Zachary Turner2014-07-171-1/+8
* Enable the ability to enable debug info generation when evaluating expressions.Greg Clayton2014-07-111-1/+8
* Get the python scripting interface working on Windows.Zachary Turner2014-07-101-7/+4
* Add better logging to the new Python-based SWIG generation scripts.Zachary Turner2014-07-101-10/+30
* Fix typos.Bruce Mitchener2014-07-014-8/+8
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-014-3/+1409
* Fix a few typos.Bruce Mitchener2014-06-271-1/+1
* Fix an incomplete null structure spec in Python readline suppression module.Todd Fiala2014-06-261-1/+1
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+6
* Add SBUnixSignals.iEd Maste2014-06-231-0/+74
* Add API control of the signal disposition.Todd Fiala2014-06-232-2/+7
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-132-0/+15
* Add support for inspecting enum members.Todd Fiala2014-06-023-0/+136
OpenPOWER on IntegriCloud