summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated check and shared_ptr copying.Tatyana Krasnukha2018-06-211-4/+3
* [DataFormatter] Add CFDictionary data formatterJonas Devlieghere2018-06-213-2/+13
* Fix an issue where DW_OP_deref might be dereferencing a file address. Convert...Greg Clayton2018-06-211-0/+28
* Partially revert r335236Pavel Labath2018-06-217-0/+40
* Fix macos build for r335244Pavel Labath2018-06-211-2/+2
* Remove UUID::SetFromCStringPavel Labath2018-06-2110-18/+9
* Modernize UUID classPavel Labath2018-06-217-26/+57
* ScriptInterpreterPython cleanupPavel Labath2018-06-2110-76/+21
* Disable gmodules tests on linuxPavel Labath2018-06-211-1/+1
* Improve SBThread's stepping API using SBError parameter.Alexander Polyakov2018-06-203-98/+195
* Remove some instances of manual UUID pretty-printingPavel Labath2018-06-202-48/+9
* Make test sources compatible with android+libcxx+modulesPavel Labath2018-06-208-102/+101
* Make sure TestNumThreads works with libc++Pavel Labath2018-06-202-2/+6
* IRInterpreter: fix sign extension of small types (pr37840)Pavel Labath2018-06-202-7/+9
* Fix compilation with mingw-w64 (pr37873)Pavel Labath2018-06-201-2/+2
* Fix windows build broken by r335104Pavel Labath2018-06-201-0/+8
* Remove dependency from Host to pythonPavel Labath2018-06-2012-137/+87
* BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pairPavel Labath2018-06-203-9/+7
* Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUIDJason Molenda2018-06-192-4/+4
* Refactor OnExit utility class in ClangUserExpressionRaphael Isemann2018-06-191-24/+15
* Scalar: Use llvm integer conversion functionsPavel Labath2018-06-193-10/+40
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-1921-228/+204
* Make TestCommandScript.py NO_DEBUG_INFO_TESTCASEPavel Labath2018-06-191-0/+1
* Attempt to fix windows build broken by r334968Pavel Labath2018-06-191-0/+1
* Fix up Info.plist when building LLDB.framework with CMakeAlex Langford2018-06-193-1/+9
* Some NFC changes to how we scan of kexts & kernels in memory in theJason Molenda2018-06-182-32/+58
* Fixed file completion for paths that start with '~'.Raphael Isemann2018-06-181-0/+6
* Introduce lldb-framework CMake target and centralize its logicAlex Langford2018-06-189-80/+83
* Fix macosx build broken by the VersionTuple refactorPavel Labath2018-06-182-7/+4
* Fix netbsd build broken by r334950Pavel Labath2018-06-182-11/+4
* Attempt to fix windows&freebsd builds broken by r334950Pavel Labath2018-06-182-4/+4
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-1841-568/+260
* Fix the 'tb' alias commandFrederic Riss2018-06-182-1/+26
* Sort the files in the PBXBuildFile and PBXFileReference sectionsJason Molenda2018-06-151-152/+152
* Sort the files in the PBXBuildFile and PBXFileReferenceJason Molenda2018-06-151-2554/+2554
* Fix TestExec after r334783Frederic Riss2018-06-151-8/+1
* Revert "[lldb-mi] Add overload method for setting an error"Alexander Polyakov2018-06-152-20/+0
* Add support for PLATFORM_*SIMULATORFrederic Riss2018-06-151-0/+8
* Change TestExec.py from creating an i386+x86_64 fat binaryJason Molenda2018-06-155-90/+87
* Add an entitlement to debugserverFrederic Riss2018-06-144-5/+12
* One ShortFract ought to be enough for everyone.Benjamin Kramer2018-06-141-1/+0
* Add remaining fixed-point types and saturated equivalents to fix -Wswitch of ...Fangrui Song2018-06-141-0/+19
* Add a script to setup codesigning on macOS.Frederic Riss2018-06-141-0/+57
* DebugNamesDWARFIndex: fix handling of compressed sectionsPavel Labath2018-06-142-0/+15
* Fix PathMappingListTest on windowsPavel Labath2018-06-141-3/+11
* Fix includes in PlatformAppleSimulator.hPavel Labath2018-06-141-2/+2
* fix cmake include path.Jason Molenda2018-06-141-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-132-2/+3
* Move the header file to be in the same new place as the .mm file.Jason Molenda2018-06-132-2/+2
* Fix group entry.Jason Molenda2018-06-131-1/+0
OpenPOWER on IntegriCloud