aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-5/+5
2023-07-03[lldb][NFCI] TypeSystemClang::CreateStructForIdentifier should take a StringRefAlex Langford1-6/+6
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford1-5/+0
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford1-0/+5
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani1-3/+2
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani1-2/+3
2022-11-16Make CompilerType safeAdrian Prantl1-3/+6
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere1-2/+3
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-1/+1
2022-01-27[lldb] [Platform] Support synthesizing siginfo_tMichał Górny1-0/+141
2021-11-16[lldb] Simplify specifying of platform supported architecturesPavel Labath1-44/+14
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath1-13/+2
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-4/+0
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2020-10-27[lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned.Raphael Isemann1-2/+2
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath1-2/+0
2020-10-06[lldb] [Platform] Move common ::DebugProcess() to PlatformPOSIXMichał Górny1-115/+0
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-1/+1
2020-02-14Remove 'process launch failed:' message prefix in Target::LaunchJason Molenda1-1/+1
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere1-2/+2
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-2/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-3/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath1-2/+2
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere1-2/+2
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-14/+12
2018-02-05Sync PlatformNetBSD.cpp with LinuxKamil Rytarowski1-88/+26
2017-12-11Move PseudoTerminal to the lldb_private namespacePavel Labath1-1/+1
2017-08-16Make i386-*-freebsd expression work on JIT pathEd Maste1-3/+7
2017-05-12Rename Error -> Status.Zachary Turner1-6/+6
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-1/+1
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-05Synchronize PlatformNetBSD with LinuxKamil Rytarowski1-245/+276
2017-02-03Push down more common code into PlatformPOSIXPavel Labath1-42/+0
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Unify PlatformPOSIX::ResolveExecutablePavel Labath1-106/+0
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner1-3/+3
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-1/+1
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini1-1/+1
2016-11-11Make the Error class constructor protectedMehdi Amini1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-528/+420
2016-02-22Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds1-28/+0