summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
AgeCommit message (Expand)Author
2022-10-12[LLDB] Pass const RegisterInfo& to RegisterValue::SetValueFromDataDavid Spickett
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2021-10-05[lldb] Move DynamicRegisterInfo to public Target libraryMichał Górny
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-07-02Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-08-24The OS plug-in can now get data from a python script that implements the prot...Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton