summaryrefslogtreecommitdiff
path: root/lldb/source/Host/netbsd
AgeCommit message (Expand)Author
2025-01-09[lldb] Move GetEnvironment function into common code (#122173)Brad Smith
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-12-04[lldb] Remove unused variableBrad Smith
2023-12-04[lldb] Fix build on NetBSD (#74190)Brad Smith
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-04-01[lldb] Remove remaining calls to DataBufferLLVM::GetCharsJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-10-26Modernize and simplify HostInfo::GetOSKernelDescriptionPavel Labath
2021-10-22Host::GetOSBuildStringPavel Labath
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-11-03[lldb] [Host/{free,net}bsd] Fix process matching by nameMichał Górny
2020-09-10[lldb] [netbsd] Avoid comparison of signed and unsigned integersKamil Rytarowski
2020-03-17[lldb] [Host/NetBSD] Rename Host.cpp to HostNetBSD.cppMichał Górny
2020-03-13[lldb/Reproducers] Intercept the FindProcesses APIJonas Devlieghere
2020-03-12[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)Jonas Devlieghere
2020-02-07[lldb] Improve debugging 32-bit programs on NetBSD/amd64Michał Górny
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-25[lldb] [Host/netbsd] Set Arg0 for 'platform process list -v'Michał Górny
2019-03-04Move ProcessInfo from Host to Utility.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-04Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski
2018-06-18Fix macosx build broken by the VersionTuple refactorPavel Labath
2018-06-18Fix netbsd build broken by r334950Pavel Labath
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-23Delete some unused #includes of CleanUp.h, NFCVedant Kumar
2018-01-24Remove unused includes from the Host modulePavel Labath
2018-01-19Remove Platform references from the Host modulePavel Labath
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-06-30Remove dead Core/StreamFile includesPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-07Correct environ parsing on NetBSDKamil Rytarowski
2017-03-29Remove dead include <sys/user.h> from the NetBSD code.Kamil Rytarowski
2017-03-21Delete some dead code in HostInfo.Zachary Turner
2017-03-17Move GetAuxvData from Host to relevant process pluginsPavel Labath
2017-03-17Remove HostThreadLinux/Free/NetBSDPavel Labath
2017-03-04Delete LLDB's code for getting / setting thread name.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-28Switch HostInfoNetBSD::GetProgramFileSpec to sysctl(7)Kamil Rytarowski
2016-09-20Unbreak the NetBSD build after recent changesKamil Rytarowski
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone