summaryrefslogtreecommitdiff
path: root/lldb/source/Core/DumpRegisterValue.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
2023-04-18[lldb] Use llvm::byteswap in DumpRegisterValueDavid Spickett
2023-04-17[lldb] fix build issue on MSVC because of missing byte-swap builtinsAshay Rane
2023-04-17[lldb] Change some pointers to refs in register printing codeDavid Spickett
2023-04-13[lldb] Fix library layering after D145574Fangrui Song
2023-04-13[lldb] Show register fields using bitfield struct typesDavid Spickett
2023-01-23[LLDB] Remove return value from DumpRegisterValueDavid Spickett
2022-07-27[lldb] Always use APFloat for FP dumpingPavel Labath
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-07-24Move dumping code out of RegisterValue classPavel Labath