summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-8/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Silence compiler warningsAdrian Prantl2019-01-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* NFC: Fix some comment typos.Bob Wilson2018-05-281-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+3
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Unify the common code in the ios, tvos, watchos platforms into a singleJason Molenda2017-04-171-644/+12
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+1
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-1/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-24/+10
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Fix a deadlock issue that would happen when loading an AppleTV or watchOS bin...Greg Clayton2016-11-141-0/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-10/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-858/+757
* Rewrite the GetFileInSDK methods in PlatformRemoteiOS,Jason Molenda2016-08-241-68/+19
* Add support to PlatformRemoteiOS, PlatformRemoteAppleWatch, andJason Molenda2016-06-141-0/+70
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-071-8/+0
* Add the same host logging that I added to PlatformRemoteiOS a fewJason Molenda2016-03-251-1/+77
* I like how PlatformAndroid/PlatformLinux log when their platformsJason Molenda2015-11-191-0/+24
* Fix some Clang-tidy warnings and formatting in recently added code.Eugene Zelenko2015-11-071-60/+43
* Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),Jason Molenda2015-11-061-0/+905
OpenPOWER on IntegriCloud