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