summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2022-08-03[lldb] Fix TestDeletedExecutable on linuxPavel Labath
2022-06-29[lldb] Replace linux/uio.h with sys/uio.h in NativeRegisterContextLinux_s390xPavel Labath
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere
2021-04-01[lldb] Fix build errors from 3bea7306e8Pavel Labath
2021-03-30[lldb] Change CreateHostNativeRegisterContextLinux argument typePavel Labath
2020-10-26[lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86Michał Górny
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-02NativeProcessLinux: Remove some register context boilerplatePavel Labath
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-01Don't check the validity of newly contructed data buffersPavel Labath
2019-07-01Remove null checks of results of new expressionsPavel Labath
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
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-13Fix linux s390x build (pr36694)Pavel Labath
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-05-12Rename Error -> Status.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-02Move classes from Core -> Utility.Zachary Turner
2016-11-11Revert unwanted changes in lldb when updating llvm::Error()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-04-14Support Linux on SystemZ as platformUlrich Weigand