summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
...
* Remove duplicated check and shared_ptr copying.Tatyana Krasnukha2018-06-211-4/+3
* [DataFormatter] Add CFDictionary data formatterJonas Devlieghere2018-06-211-1/+3
* 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-218-16/+8
* Modernize UUID classPavel Labath2018-06-214-23/+16
* ScriptInterpreterPython cleanupPavel Labath2018-06-2110-76/+21
* Improve SBThread's stepping API using SBError parameter.Alexander Polyakov2018-06-201-95/+148
* Remove some instances of manual UUID pretty-printingPavel Labath2018-06-202-48/+9
* IRInterpreter: fix sign extension of small types (pr37840)Pavel Labath2018-06-201-7/+1
* Fix windows build broken by r335104Pavel Labath2018-06-201-0/+8
* Remove dependency from Host to pythonPavel Labath2018-06-209-132/+87
* BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pairPavel Labath2018-06-202-8/+6
* 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-191-10/+6
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-1919-207/+170
* 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-181-54/+0
* 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-1829-429/+212
* Fix the 'tb' alias commandFrederic Riss2018-06-181-1/+1
* 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
* DebugNamesDWARFIndex: fix handling of compressed sectionsPavel Labath2018-06-141-0/+1
* Fix includes in PlatformAppleSimulator.hPavel Labath2018-06-141-2/+2
* fix cmake include path.Jason Molenda2018-06-141-1/+1
* Move the header file to be in the same new place as the .mm file.Jason Molenda2018-06-131-0/+0
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-1311-12/+17
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-1346-104/+143
* Fix macos xcode build.Jason Molenda2018-06-131-5/+5
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-133-8/+31
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-133-0/+59
* [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-137-76/+57
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-1310-14/+14
* Add modules support for lldb headers in include/Raphael Isemann2018-06-139-7/+61
* Disable warnings for the generated LLDB wrapper sourceRaphael Isemann2018-06-121-6/+5
* DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes methodPavel Labath2018-06-122-1/+13
* DWARFDebugNames: Implement last GetGlobalVariables overloadPavel Labath2018-06-122-1/+23
* Document how lldb uses the DBGSourcePathRemapping Jason Molenda2018-06-112-11/+14
* Add a new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu2018-06-111-2/+12
* Fix tuple getter in std unique pointer pretty-printerPavel Labath2018-06-111-0/+2
* DWARFDebugNames: Fix lookup in dwo filesPavel Labath2018-06-112-9/+31
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-5/+4
OpenPOWER on IntegriCloud