summaryrefslogtreecommitdiff
path: root/lldb/unittests/ValueObject/DumpValueObjectOptionsTests.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-07-04Reland "[lldb] Print empty enums as if they were unrecognised normal enums (#...David Spickett
2024-07-04Revert "[lldb] Print empty enums as if they were unrecognised normal enums (#...David Spickett
2024-07-03[lldb] Print "0x0" for bitfield like enums where the value is 0 (#97557)David Spickett
2024-07-03[lldb] Print empty enums as if they were unrecognised normal enums (#97553)David Spickett
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
2024-05-28[lldb][Test] Add C++ tests for DumpValueObjectOptions and enums (#93158)David Spickett