summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBHostOS.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-2/+2
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-1/+2
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-4/+11
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+3
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-291-4/+0
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+19
* [Reproducers] Add LLDB_RECORD_DUMMYJonas Devlieghere2019-03-081-3/+6
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-13/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-5/+34
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+4
* Fix windows build broken by r335104Pavel Labath2018-06-201-0/+8
* Remove dependency from Host to pythonPavel Labath2018-06-201-1/+2
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-13/+32
* Remove dependency from Host to clang.Zachary Turner2018-06-041-1/+8
* 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