summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud