summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
AgeCommit message (Expand)Author
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov
2023-07-03[lldb][NFCI] TypeSystemClang::CreateStructForIdentifier should take a StringRefAlex Langford
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2022-11-16Make CompilerType safeAdrian Prantl
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas 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
2022-01-27[lldb] [Platform] Support synthesizing siginfo_tMichał Górny
2021-11-16[lldb] Simplify specifying of platform supported architecturesPavel Labath
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-10-27[lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned.Raphael Isemann
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-10-06[lldb] [Platform] Move common ::DebugProcess() to PlatformPOSIXMichał Górny
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-02-14Remove 'process launch failed:' message prefix in Target::LaunchJason Molenda
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-05Sync PlatformNetBSD.cpp with LinuxKamil Rytarowski
2017-12-11Move PseudoTerminal to the lldb_private namespacePavel Labath
2017-08-16Make i386-*-freebsd expression work on JIT pathEd Maste
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
2017-02-05Synchronize PlatformNetBSD with LinuxKamil Rytarowski
2017-02-03Push down more common code into PlatformPOSIXPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-02-02Unify PlatformPOSIX::ResolveExecutablePavel Labath
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-22Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds