summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-1311-12/+17
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-1350-109/+153
* Fix macos xcode build.Jason Molenda2018-06-132-21/+38
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-135-20/+60
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-135-1/+72
* [ObjC] Use llvm::StringRef in summary providersJonas Devlieghere2018-06-131-20/+19
* [FileSpec] Simplify getting extension and stem.Jonas Devlieghere2018-06-131-8/+3
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-139-79/+69
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-1319-25/+25
* Add modules support for lldb headers in include/Raphael Isemann2018-06-1310-7/+200
* Disable warnings for the generated LLDB wrapper sourceRaphael Isemann2018-06-121-6/+5
* Added modulemap for lldb-miRaphael Isemann2018-06-121-0/+79
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-122-4/+6
* DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes methodPavel Labath2018-06-123-3/+28
* Fix build error introduced in r334498Pavel Labath2018-06-121-2/+2
* DWARFDebugNames: Implement last GetGlobalVariables overloadPavel Labath2018-06-123-3/+33
* lldb-test symbols: Add -file argument and the ability to dump global variable...Pavel Labath2018-06-124-73/+126
* lit/SymbolFile/DWARF: Simplify test RUN linesPavel Labath2018-06-128-22/+14
OpenPOWER on IntegriCloud