summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* Convert "long" input to "long long" in typemap for lldb::tid_t.Siva Chandra2015-09-041-1/+1
* We want Python int or long to both be usable as-a tid_t for API purposes. Int...Enrico Granata2015-09-021-0/+12
* [Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra2015-07-011-0/+32
* [LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.Siva Chandra2015-06-251-2/+0
* [lldb] Enable building with Cmake/BUILD_SHARED_LIBSAndrew Wilkins2015-06-041-0/+9
* Add language option in -gdb-show command (MI)Ilia K2015-04-282-0/+4
* Add SBLaunchInfo in include/lldb/API/SBDefines.h and fix spacing in scripts/P...Ilia K2015-04-261-2/+2
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-2459-9837/+100
* Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy2015-04-231-0/+3
* Use the debugginess of the python interpreter when symlinking _lldb.pyd.Zachary Turner2015-04-221-2/+4
* Add properties to SBExecutionContext to access the several entities it stores...Enrico Granata2015-04-211-0/+15
* Don't use literal slashes when concatenating paths in Python.Zachary Turner2015-04-031-38/+34
* 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
* Remove non-standard Environment header sectionEd Maste2015-03-232-10/+0
* Use .so library extension by default if platform is not Windows or DarwinEd Maste2015-03-231-3/+3
* Fix whitespace in finishSwigWrapperClasses.pyEd Maste2015-03-231-659/+659
* Fix the clang -Werror build & make the unit tests link under LinuxDavid Blaikie2015-03-171-16/+10
* Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra2015-03-161-4/+24
* Strip trailing whitespace from python-wrapper.swigEd Maste2015-03-141-158/+158
* Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata2015-03-131-0/+78
* [swig] Fix some typos in the build scripts.Bruce Mitchener2015-02-262-3/+3
* [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
* Fix make_symlink in case when symlink already exists (after r229517)Ilia K2015-02-181-0/+2
* Fix typo in make_symlink after r229517. It fixes symlinks on a UNIX style pla...Ilia K2015-02-181-1/+0
* Fix argdumper build in cmake (OS X) after r228636Ilia K2015-02-172-127/+210
* Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner2015-02-173-6/+64
* Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...Zachary Turner2015-02-173-64/+6
* Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov2015-02-164-99/+115
* os.remove shouldn't fail, if file doesn't existIsmail Pazarbasi2015-02-151-2/+14
* Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636"...Ilia K2015-02-132-194/+123
* Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, bu...Ilia K2015-02-131-1/+1
* Fix argdumper build in cmake (OS X) after r228636Ilia K2015-02-132-123/+194
* Disable a warning for the python modules as the python C API headersChandler Carruth2015-02-131-0/+7
* I had recently added a new SBFrame::GetVariables() overload with yet another ...Enrico Granata2015-02-123-6/+64
* 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
* Fix the LLDB build under Debian KfreebsdSylvestre Ledru2015-02-101-2/+2
* 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-045-111/+136
* Added remote-build.py and wired it into Xcode for Linux and MacOSX+Linux builds.Chaoren Lin2015-02-031-0/+300
* Add logic to ClangASTType and SBType to discover information about vector typesEnrico Granata2015-01-281-0/+6
* Fix darwin-debug build in cmake (OS X)Zachary Turner2015-01-262-2/+77
* Fix CMake build - add readline dependency on ${PYTHON_LIBRARY}.Oleksiy Vyalov2015-01-231-0/+2
* [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIXChandler Carruth2014-12-291-2/+2
* 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
OpenPOWER on IntegriCloud