aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Add documentation for the SBTarget::ReadInstructions andJason Molenda1-2/+27
2014-11-17Add APIs on SBFunction and SBCompileUnit to inquire about the language type t...Enrico Granata2-0/+6
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton1-0/+12
2014-11-13Do not override the existing definition of addr_size when adding new properti...Enrico Granata1-2/+2
2014-11-08LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best1-1/+1
2014-11-06Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2-1/+28
2014-10-28Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://126...Enrico Granata1-0/+9
2014-10-28Add a feature where a string data formatter can now be partially composed of ...Enrico Granata1-0/+38
2014-10-22Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2-0/+105
2014-10-21Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata1-0/+3
2014-10-21Add typemaps to handle the transformation of Python list of strings into a 'c...Enrico Granata1-0/+74
2014-10-16Remove unnecessary update of 'name' local.Jason Molenda1-1/+0
2014-10-14This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham2-1/+11
2014-10-11Add a IsInstrumentationRuntimePresent SB APIKuba Brecka1-0/+3
2014-10-11Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2-3/+70
2014-10-10LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka1-0/+8
2014-10-08Add a (Python only) lldb.SBSyntheticValueProvider class to our API surfaceEnrico Granata1-0/+24
2014-10-08Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata1-0/+28
2014-10-01Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata2-2/+16
2014-10-01Add an accessor to PyCallable that allows one to determine the count of argum...Enrico Granata1-1/+26
2014-10-01Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl...Enrico Granata2-0/+44
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham5-0/+254
2014-09-23android: add a command script to help display mixed Java/native backtraces.Todd Fiala1-0/+192
2014-09-19Fix for 218140 for SBTarget.i, the added functions were in the wrong class de...Carlo Kok1-10/+11
2014-09-19Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok1-0/+9
2014-09-19Extend the member function discovery APIs to also support Objective-C as well...Enrico Granata1-0/+9
2014-09-15Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...Enrico Granata1-1/+30
2014-09-12Add logic to LLDB to figure out the types of member functions of C++ classes....Enrico Granata1-0/+6
2014-09-06Implement ASan history threads in SB APIKuba Brecka1-0/+3
2014-09-06Expose the ability to retrieve the result of a type validator via the SB API....Enrico Granata1-0/+3
2014-09-06Expose ThreadCollection in SB APIKuba Brecka3-0/+42
2014-08-27Make it clear that the load_addr property on SBAddress relies on lldb.target, Jim Ingham1-1/+1
2014-08-11Fix some typos:Sylvestre Ledru1-1/+1
2014-08-08Add an option to suppress the persistent result variable when running Evaluat...Jim Ingham1-0/+9
2014-08-02Make the swig generation script use the correct python executable.Zachary Turner1-1/+2
2014-07-30(no commit message)Greg Clayton1-0/+6
2014-07-17Create an _d suffixed symlink when doing a debug Windows build.Zachary Turner1-1/+8
2014-07-11Enable the ability to enable debug info generation when evaluating expressions.Greg Clayton1-1/+8
2014-07-10Get the python scripting interface working on Windows.Zachary Turner1-7/+4
2014-07-10Add better logging to the new Python-based SWIG generation scripts.Zachary Turner1-10/+30
2014-07-01Fix typos.Bruce Mitchener4-8/+8
2014-07-01This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal4-3/+1409
2014-06-27Fix a few typos.Bruce Mitchener1-1/+1
2014-06-26Fix an incomplete null structure spec in Python readline suppression module.Todd Fiala1-1/+1
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham1-0/+6
2014-06-23Add SBUnixSignals.iEd Maste1-0/+74
2014-06-23Add API control of the signal disposition.Todd Fiala2-2/+7
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2-0/+15
2014-06-02Add support for inspecting enum members.Todd Fiala3-0/+136
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata2-1/+7