summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Look for CMake.app when searching for cmakeTodd Fiala2016-05-161-0/+18
* Add CMake bits necessary for standalone buildKamil Rytarowski2016-05-121-0/+2
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-281-0/+6
* Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci2016-04-252-9/+44
* Fix a build-llvm.py crasher when we can't find cmake. Now it exits with a val...Greg Clayton2016-04-221-1/+1
* Fix #ifdef __APPLE__ code is the swig Python bindingsTodd Fiala2016-04-081-2/+2
* Add missing swig wrappers for r264662Pavel Labath2016-03-291-0/+5
* Fix FILE * leak in Python APIStephane Sezer2016-03-251-5/+11
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-0/+9
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-231-0/+9
* Fix a build issue where the python module could become stale.Zachary Turner2016-03-181-4/+17
* Check for a NULL input filehandle before referencing it.Jim Ingham2016-03-111-8/+11
* Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham2016-03-113-2/+9
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-2/+46
* Use shallow clones in build-llvm.py.Stephane Sezer2016-03-021-1/+1
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-192-1/+7
* Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham2016-02-131-0/+11
* Adjust for Python-3.Siva Chandra2016-02-121-5/+29
* Change lldb.value.__int__() so that it takes into account the signedness of t...Enrico Granata2016-02-101-3/+48
* Add a note on how to create an empty target and use it to attach toJim Ingham2016-02-011-0/+10
* Remove autoconf support from source directories.Eugene Zelenko2016-01-284-152/+0
* modify Xcode build to use cmake/ninja for internal llvm/clangTodd Fiala2016-01-284-408/+481
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-271-0/+3
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-252-4/+9
* Fix more occurrences of string/bytes/bytearray in swig typemaps.Zachary Turner2016-01-251-20/+44
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-6/+14
* Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner2016-01-152-6/+12
* Get rid of const char** typemaps.Zachary Turner2016-01-131-70/+7
* Fix TestProcessLaunch for Python 3.Zachary Turner2016-01-131-21/+29
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-131-1/+3
* Fix Python 3 issues related to OS plugins.Zachary Turner2016-01-111-9/+11
* __ne__ is the actual Python operator; __neq__ is a typoEnrico Granata2015-12-181-1/+1
* Add API to support retrieving the formatters category for a specific languageEnrico Granata2015-12-181-0/+3
* Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward2015-12-111-11/+26
* Make it clear how you would get the pointee out of an SBValue withJim Ingham2015-12-041-0/+5
* Add documentation for SBTarget::CreateValueFromAddress.Jim Ingham2015-12-041-0/+18
* Use sub-commands instead of --mode={client,server}.Zachary Turner2015-12-023-37/+40
* Unpack the output on the client, completing the cycle.Zachary Turner2015-11-304-39/+89
* Have swig_bot actually run swig, and send back the output.Zachary Turner2015-11-304-36/+74
* Be *stupider* about what constitutes a supported language binding.Zachary Turner2015-11-252-29/+2
* Another hack to fix the build bot.Zachary Turner2015-11-241-1/+1
* Fix build after swig_bot_lib changes.Zachary Turner2015-11-241-1/+1
* swig-bot - Close the socket when shutting down.Zachary Turner2015-11-241-5/+10
* Include config settings in the archive, and extract on the remote.Zachary Turner2015-11-244-6/+81
* Make swig_bot server support Ctrl+CZachary Turner2015-11-242-10/+21
* swig_bot remote path connection / preliminary implementation.Zachary Turner2015-11-244-24/+253
* First implementation of swig_bot.pyZachary Turner2015-11-245-0/+183
* Create `lldbsuite.support.fs` and move `find_executable` there.Zachary Turner2015-11-211-58/+9
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-201-0/+3
* Revert "FOO"Adrian McCarthy2015-11-201-3/+0
OpenPOWER on IntegriCloud