summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBHostOS.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-96/+71
* Attempt to fix darwin build after header refactor in llvm (r266595)Pavel Labath2016-04-181-1/+1
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-191-0/+16
* Change HostThread::GetNativeThread() to return a derived reference.Zachary Turner2014-11-171-5/+2
* Create a HostThread abstraction.Zachary Turner2014-09-091-5/+34
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-1/+1
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-2/+3
* (no commit message)Greg Clayton2014-07-301-0/+11
* SBHostOS: Fix a pointer-to-function to void-pointer castDavid Majnemer2014-07-221-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-2/+4
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-2/+2
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-2/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Added an SBAPI to get the PythonPath (if the Host knows how to do that). And...Jim Ingham2012-12-211-0/+12
* Add error message; clean up comment.Caroline Tice2011-06-141-1/+1
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-1/+1
* Clean up the API logging code:Caroline Tice2010-10-261-1/+2
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+8
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+64
OpenPOWER on IntegriCloud