summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
Commit message (Expand)AuthorAgeFilesLines
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-2457-9737/+0
* Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy2015-04-231-0/+3
* Add properties to SBExecutionContext to access the several entities it stores...Enrico Granata2015-04-211-0/+15
* Turn off 'quit' confirmation in lldb-miIlia K2015-03-231-0/+6
* Fix missing interfaces to scripts/Python/interface after r229110, r231858 and...Ilia K2015-03-233-1/+28
* [swig] Generate bindings for SBDebugger::*UseColor().Bruce Mitchener2015-02-261-0/+6
* Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata2015-02-201-2/+2
* Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner2015-02-172-6/+62
* Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...Zachary Turner2015-02-172-62/+6
* Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov2015-02-162-99/+111
* I had recently added a new SBFrame::GetVariables() overload with yet another ...Enrico Granata2015-02-122-6/+62
* Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham2015-02-121-0/+3
* Introduce the notion of "runtime support values"Enrico Granata2015-02-112-0/+11
* And make the globbing behavior available via the SB APIEnrico Granata2015-02-101-0/+6
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-043-111/+132
* Add logic to ClangASTType and SBType to discover information about vector typesEnrico Granata2015-01-281-0/+6
* Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata2014-12-171-0/+6
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-0/+12
* Provide a SBFrame.register/.reg helper on the Python side of SBFrame to vend ...Enrico Granata2014-12-151-0/+24
* Add the ability for an SBValue to create a persisted version of itself.Enrico Granata2014-12-081-0/+3
* Fix mispelled 'ling' Python property to be 'line' inJason Molenda2014-11-222-2/+2
* Per off-list feedback, this API returns the *first* value with a given name, ...Enrico Granata2014-11-211-1/+1
* Add an API on SBValueList to find the first value with a given name stored in...Enrico Granata2014-11-211-0/+4
* 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
* 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
* 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
* 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 new SBExecutionContext class that wraps an ExecutionContextRef. This cl...Enrico Granata2014-10-011-0/+42
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-292-0/+126
* 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-061-0/+38
* 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
* (no commit message)Greg Clayton2014-07-301-0/+6
OpenPOWER on IntegriCloud