summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBHostOS.cpp
AgeCommit message (Expand)Author
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2023-08-14[lldb] Remove support for SBHostOS threading functionalityAlex Langford
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-10[lldb] Remove LLDB_RECORD_DUMMY_* macrosJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2020-08-20[lldb] Provide GetHomeDirectory wrapper in Host::FileSystem (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-07-05Change LaunchThread interface to return an expected.Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-08[Reproducers] Add LLDB_RECORD_DUMMYJonas Devlieghere
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-06-20Fix windows build broken by r335104Pavel Labath
2018-06-20Remove dependency from Host to pythonPavel Labath
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-04Remove dependency from Host to clang.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-18Attempt to fix darwin build after header refactor in llvm (r266595)Pavel Labath
2016-02-19This patch stops lldb from loading a .lldbinit file from the currentJason Molenda
2014-11-17Change HostThread::GetNativeThread() to return a derived reference.Zachary Turner
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-08-21Move the rest of the HostInfo functions over.Zachary Turner
2014-08-21Move Host::GetLLDBPath to HostInfo.Zachary Turner
2014-07-30(no commit message)Greg Clayton
2014-07-22SBHostOS: Fix a pointer-to-function to void-pointer castDavid Majnemer
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-12-21Added an SBAPI to get the PythonPath (if the Host knows how to do that). And...Jim Ingham
2011-06-14Add error message; clean up comment.Caroline Tice
2011-02-08Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton
2010-10-26Clean up the API logging code:Caroline Tice
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner