aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Update scripts/Xcode/build-llvm.py to use llvm/clang 3.9 branchHans Wennborg1-2/+2
2016-07-12Add LLVM build config for BuildAndIntegration.Stephane Sezer1-0/+4
2016-07-12Apply local patches when building llvm on Mac.Stephane Sezer1-0/+8
2016-07-08Add an API to unwind from a hand-called expression.Jim Ingham1-0/+8
2016-07-07Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer1-0/+3
2016-07-06Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata1-0/+23
2016-07-05Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess.is_running" to do the rig...Greg Clayton1-3/+3
2016-06-28fixits are apparently called fix-its.Jim Ingham1-2/+2
2016-06-24Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton5-0/+119
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata2-5/+10
2016-05-16Look for CMake.app when searching for cmakeTodd Fiala1-0/+18
2016-05-12Add CMake bits necessary for standalone buildKamil Rytarowski1-0/+2
2016-04-28Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham1-0/+6
2016-04-25Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci2-9/+44
2016-04-22Fix a build-llvm.py crasher when we can't find cmake. Now it exits with a val...Greg Clayton1-1/+1
2016-04-08Fix #ifdef __APPLE__ code is the swig Python bindingsTodd Fiala1-2/+2
2016-03-29Add missing swig wrappers for r264662Pavel Labath1-0/+5
2016-03-25Fix FILE * leak in Python APIStephane Sezer1-5/+11
2016-03-25Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham1-0/+9
2016-03-23Add ThreadSanitizer debugging support.Kuba Brecka1-0/+9
2016-03-18Fix a build issue where the python module could become stale.Zachary Turner1-4/+17
2016-03-11Check for a NULL input filehandle before referencing it.Jim Ingham1-8/+11
2016-03-11Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham3-2/+9
2016-03-09Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham1-2/+46
2016-03-02Use shallow clones in build-llvm.py.Stephane Sezer1-1/+1
2016-02-19This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2-1/+7
2016-02-13Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham1-0/+11
2016-02-12Adjust for Python-3.Siva Chandra1-5/+29
2016-02-10Change lldb.value.__int__() so that it takes into account the signedness of t...Enrico Granata1-3/+48
2016-02-01Add a note on how to create an empty target and use it to attach toJim Ingham1-0/+10
2016-01-28Remove autoconf support from source directories.Eugene Zelenko4-152/+0
2016-01-28modify Xcode build to use cmake/ninja for internal llvm/clangTodd Fiala4-408/+481
2016-01-27[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde1-0/+3
2016-01-25Fix some issues with bytes and strings in Python 3.Zachary Turner2-4/+9
2016-01-25Fix more occurrences of string/bytes/bytearray in swig typemaps.Zachary Turner1-20/+44
2016-01-25Fix swig typemap for SBEvent.Zachary Turner1-6/+14
2016-01-15Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner2-6/+12
2016-01-13Get rid of const char** typemaps.Zachary Turner1-70/+7
2016-01-13Fix TestProcessLaunch for Python 3.Zachary Turner1-21/+29
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata1-1/+3
2016-01-11Fix Python 3 issues related to OS plugins.Zachary Turner1-9/+11
2015-12-18__ne__ is the actual Python operator; __neq__ is a typoEnrico Granata1-1/+1
2015-12-18Add API to support retrieving the formatters category for a specific languageEnrico Granata1-0/+3
2015-12-11Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward1-11/+26
2015-12-04Make it clear how you would get the pointee out of an SBValue withJim Ingham1-0/+5
2015-12-04Add documentation for SBTarget::CreateValueFromAddress.Jim Ingham1-0/+18
2015-12-02Use sub-commands instead of --mode={client,server}.Zachary Turner3-37/+40
2015-11-30Unpack the output on the client, completing the cycle.Zachary Turner4-39/+89
2015-11-30Have swig_bot actually run swig, and send back the output.Zachary Turner4-36/+74
2015-11-25Be *stupider* about what constitutes a supported language binding.Zachary Turner2-29/+2