summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Fix line endings of deps analysis script.Zachary Turner2017-03-061-65/+65
* Fix a bug in the dep analysis script.Zachary Turner2017-03-041-0/+1
* Fixed repo.py to not send git errors to stderr.Sean Callanan2017-03-031-1/+1
* Add a script to dump out all project inter-dependencies.Zachary Turner2017-03-031-0/+65
* Changed builld-llvm.py to use .json filesSean Callanan2017-02-234-31/+106
* Reverted 295897 pending refinements and fixes for green-dragon.Sean Callanan2017-02-233-80/+31
* Changed builld-llvm.py to use .json filesSean Callanan2017-02-223-31/+80
* Install six.py conditionallyKamil Rytarowski2017-02-043-5/+12
* Add logging to SBThread::GetInfoItemByPathAsString toJason Molenda2017-02-021-6/+8
* Install lldb Python module on Windows.Zachary Turner2017-01-061-6/+9
* Fix the cmake declaration syntaxSylvestre Ledru2016-12-171-1/+1
* Support of lldb on Kfreebsd Sylvestre Ledru2016-12-172-2/+6
* Fix broken escaping of commands in the buildLuke Drummond2016-12-162-33/+36
* Adopt PrettyStackTrace in LLDBSean Callanan2016-12-141-1/+2
* Clean up some use of __ANDROID_NDK__ in the cmake filesPavel Labath2016-12-051-1/+1
* Clean up the stop printing header lines.Jim Ingham2016-11-081-0/+9
* [CMake] Rename lldb-launcher to darwin-debugChris Bieneman2016-10-272-41/+0
* Fix Python binding generation build step on WindowsVadim Macagon2016-10-131-4/+4
* Add an accessor to get the value of RC_PLATFORM_NAME at build timeEnrico Granata2016-09-231-0/+3
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-1/+8
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-0/+63
* Actually, do it this way because I will want to know if I am in a host build ...Enrico Granata2016-09-221-3/+9
* The host version of lldb always builds for macosxEnrico Granata2016-09-221-0/+3
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-212-12/+29
* add stop column highlighting supportTodd Fiala2016-09-211-0/+7
* Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham2016-09-211-0/+3
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-202-0/+8
* Xcode: support gtests that use the Inputs dirTodd Fiala2016-09-191-0/+10
* First tests for serializing breakpoints.Jim Ingham2016-09-161-0/+6
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-142-0/+35
* LLDB: API for iPermission of object file's sectionsAbhishek Aggarwal2016-09-081-0/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0623-606/+1109
* Fixup TestPyObjSynthProvider.py and enable it againPavel Labath2016-08-311-0/+1
* Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata2016-08-301-0/+1
* Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata2016-08-301-0/+3
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-194-2/+53
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-194-53/+2
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-194-2/+53
* fix lldb-gtest target of Xcode buildTodd Fiala2016-08-121-1/+1
* Link LLDB only against libclang and libLLVM .a files to fix macOS buildTodd Fiala2016-08-121-1/+4
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-052-0/+6
* Add LLVM build config for BuildAndIntegration.Stephane Sezer2016-07-121-0/+4
* Apply local patches when building llvm on Mac.Stephane Sezer2016-07-121-0/+8
* Add an API to unwind from a hand-called expression.Jim Ingham2016-07-081-0/+8
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-0/+3
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-0/+23
* Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess.is_running" to do the rig...Greg Clayton2016-07-051-3/+3
* fixits are apparently called fix-its.Jim Ingham2016-06-281-2/+2
* Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton2016-06-245-0/+119
* Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata2016-06-242-5/+10
OpenPOWER on IntegriCloud