KKazu HirataUse llvm::endianness::{big,little,native} (NFC)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb][PDB] Add ObjectFile PDB plugin To allow loading PDB file with target symbols add command. Differential Revision: https://reviews.llvm.org/D89812 | 5 年前 | |
Use llvm::endianness::{big,little,native} (NFC) Note that llvm::support::endianness has been renamed to llvm::endianness while becoming an enum class as opposed to an enum. This patch replaces llvm::support::{big,little,native} with llvm::endianness::{big,little,native}. | 2 年前 | |
[lldb] Change CreateMemoryInstance to take a WritableDataBuffer Change the CreateMemoryInstance interface to take a WritableDataBuffer. Differential revision: https://reviews.llvm.org/D123073 | 4 年前 |