summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
AgeCommit message (Expand)Author
2015-04-28Add language option in -gdb-show command (MI)Ilia K
2015-04-26Add SBLaunchInfo in include/lldb/API/SBDefines.h and fix spacing in scripts/P...Ilia K
2015-04-24Start to share SWIG interface files between languages.Bruce Mitchener
2015-04-23Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy
2015-04-22Use the debugginess of the python interpreter when symlinking _lldb.pyd.Zachary Turner
2015-04-21Add properties to SBExecutionContext to access the several entities it stores...Enrico Granata
2015-04-03Don't use literal slashes when concatenating paths in Python.Zachary Turner
2015-03-23Turn off 'quit' confirmation in lldb-miIlia K
2015-03-23Fix missing interfaces to scripts/Python/interface after r229110, r231858 and...Ilia K
2015-03-23Remove non-standard Environment header sectionEd Maste
2015-03-23Use .so library extension by default if platform is not Windows or DarwinEd Maste
2015-03-23Fix whitespace in finishSwigWrapperClasses.pyEd Maste
2015-03-17Fix the clang -Werror build & make the unit tests link under LinuxDavid Blaikie
2015-03-16Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra
2015-03-14Strip trailing whitespace from python-wrapper.swigEd Maste
2015-03-13Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata
2015-02-26[swig] Fix some typos in the build scripts.Bruce Mitchener
2015-02-26[swig] Generate bindings for SBDebugger::*UseColor().Bruce Mitchener
2015-02-20Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata
2015-02-18Fix make_symlink in case when symlink already exists (after r229517)Ilia K
2015-02-18Fix typo in make_symlink after r229517. It fixes symlinks on a UNIX style pla...Ilia K
2015-02-17Fix argdumper build in cmake (OS X) after r228636Ilia K
2015-02-17Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner
2015-02-17Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...Zachary Turner
2015-02-16Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov
2015-02-15os.remove shouldn't fail, if file doesn't existIsmail Pazarbasi
2015-02-13Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636"...Ilia K
2015-02-13Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, bu...Ilia K
2015-02-13Fix argdumper build in cmake (OS X) after r228636Ilia K
2015-02-13Disable a warning for the python modules as the python C API headersChandler Carruth
2015-02-12I had recently added a new SBFrame::GetVariables() overload with yet another ...Enrico Granata
2015-02-12Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham
2015-02-11Introduce the notion of "runtime support values"Enrico Granata
2015-02-10Fix the LLDB build under Debian KfreebsdSylvestre Ledru
2015-02-10And make the globbing behavior available via the SB APIEnrico Granata
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov
2015-02-03Added remote-build.py and wired it into Xcode for Linux and MacOSX+Linux builds.Chaoren Lin
2015-01-28Add logic to ClangASTType and SBType to discover information about vector typesEnrico Granata
2015-01-26Fix darwin-debug build in cmake (OS X)Zachary Turner
2015-01-23Fix CMake build - add readline dependency on ${PYTHON_LIBRARY}.Oleksiy Vyalov
2014-12-29[cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIXChandler Carruth
2014-12-17Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham
2014-12-15Provide a SBFrame.register/.reg helper on the Python side of SBFrame to vend ...Enrico Granata
2014-12-08Add the ability for an SBValue to create a persisted version of itself.Enrico Granata
2014-11-22Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata
2014-11-22Fix mispelled 'ling' Python property to be 'line' inJason Molenda
2014-11-21Per off-list feedback, this API returns the *first* value with a given name, ...Enrico Granata
2014-11-21Add an API on SBValueList to find the first value with a given name stored in...Enrico Granata
2014-11-18Shuffle APIs around a little bit, so that if you pass custom summary options,...Enrico Granata