summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
AgeCommit message (Expand)Author
2025-08-01[lldb] Fix incorrect conversion from boolean in RegisterContextThreadMemory (...Felipe de Azevedo Piovezan
2025-04-04[lldb] Make `RegisterContextThreadMemory` thread safe (#134469)Felipe de Azevedo Piovezan
2025-03-19[lldb] Add RegisterCheckpoint overload for register methods in RegisterContex...Felipe de Azevedo Piovezan
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
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-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
2017-05-12Rename Error -> Status.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-12-11Make sure if a thread specifies a 'register_data_addr' in a python operating ...Greg Clayton
2014-07-02Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas
2013-05-02Clear the register context if our process is no longer alive.Greg Clayton
2013-05-02Correctly create the register contexts in RegisterContextThreadMemory.Greg Clayton
2013-05-01<rdar://problem/13700260>Greg Clayton