summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2017-06-29Make scripts/analyze-project-deps.py executablePavel Labath
2017-06-27[build system] If there's an OVERRIDE, don't guess the current SCM.Sean Callanan
2017-06-21Fix a python object leak in SWIG glue.Zachary Turner
2017-06-15[swig] Improve the native module import logicPavel Labath
2017-05-29Added new API to SBStructuredData classAbhishek Aggarwal
2017-05-23Add support for new (3.0.11+) swigsPavel Labath
2017-05-09Import sys in repo.py.Lang Hames
2017-05-04[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain
2017-04-26Initial implementation of SB APIs for Tracing support.Ravitheja Addepally
2017-04-12Teach SBFrame how to guess its language.Jim Ingham
2017-03-22[analyze deps] Show incoming and outgoing counts on island members.Zachary Turner
2017-03-22[analyze deps] Also show cycle islands.Zachary Turner
2017-03-21[deps script] Sort cycles by the difficulty of breaking.Zachary Turner
2017-03-20[analyze-project-deps.py] Add the ability to list all cycles.Zachary Turner
2017-03-06A few improvements to deps analysis scripts.Zachary Turner
2017-03-06Fix line endings of deps analysis script.Zachary Turner
2017-03-04Fix a bug in the dep analysis script.Zachary Turner
2017-03-03Fixed repo.py to not send git errors to stderr.Sean Callanan
2017-03-03Add a script to dump out all project inter-dependencies.Zachary Turner
2017-02-23Changed builld-llvm.py to use .json filesSean Callanan
2017-02-23Reverted 295897 pending refinements and fixes for green-dragon.Sean Callanan
2017-02-22Changed builld-llvm.py to use .json filesSean Callanan
2017-02-04Install six.py conditionallyKamil Rytarowski
2017-02-02Add logging to SBThread::GetInfoItemByPathAsString toJason Molenda
2017-01-06Install lldb Python module on Windows.Zachary Turner
2016-12-17Fix the cmake declaration syntaxSylvestre Ledru
2016-12-17Support of lldb on Kfreebsd Sylvestre Ledru
2016-12-16Fix broken escaping of commands in the buildLuke Drummond
2016-12-14Adopt PrettyStackTrace in LLDBSean Callanan
2016-12-05Clean up some use of __ANDROID_NDK__ in the cmake filesPavel Labath
2016-11-08Clean up the stop printing header lines.Jim Ingham
2016-10-27[CMake] Rename lldb-launcher to darwin-debugChris Bieneman
2016-10-13Fix Python binding generation build step on WindowsVadim Macagon
2016-09-23Add an accessor to get the value of RC_PLATFORM_NAME at build timeEnrico Granata
2016-09-22Add the ability to append breakpoints to the save file.Jim Ingham
2016-09-22Add the ability to deserialize only breakpoints matching a given name.Jim Ingham
2016-09-22Actually, do it this way because I will want to know if I am in a host build ...Enrico Granata
2016-09-22The host version of lldb always builds for macosxEnrico Granata
2016-09-21[CMake] Initial support for LLDB.frameworkChris Bieneman
2016-09-21add stop column highlighting supportTodd Fiala
2016-09-21Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham
2016-09-20Add some more tests for breakpoint serialization.Jim Ingham
2016-09-19Xcode: support gtests that use the Inputs dirTodd Fiala
2016-09-16First tests for serializing breakpoints.Jim Ingham
2016-09-14Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham
2016-09-08LLDB: API for iPermission of object file's sectionsAbhishek Aggarwal
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-31Fixup TestPyObjSynthProvider.py and enable it againPavel Labath
2016-08-30Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata
2016-08-30Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata