llvm-capstone/lldb/unittests
Kazu Hirata 4a0ccfa865 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 support::{big,little,native} with
llvm::endianness::{big,little,native}.
2023-10-12 21:21:45 -07:00
..
API
Breakpoint
Core [LLDB] Attempt to fix DumpDataExtractorTest 2023-09-18 22:02:05 +00:00
DataFormatter
debugserver
Disassembler [lldb][NFC] Put disassembler test classes and methods in anonymous namespace 2023-09-01 11:49:54 +05:30
Editline [lldb] Simplify color logic in (IOHandler)Editline (NFC) 2023-09-13 22:27:05 -07:00
Expression [lldb] Consider OP_addrx in DWARFExpression::Update_DW_OP_addr 2023-07-21 16:42:16 -07:00
Host FileSystem::EnumerateDirectory should skip entries w/o Status, not halt 2023-06-26 17:46:53 -07:00
Instruction
Interpreter [lldb] Fix duplicate word typos; NFC 2023-09-01 21:32:24 -07:00
Language [unittest] Fix HighlighterTest.cpp after D151683 2023-07-22 18:30:02 -07:00
ObjectFile [lldb] Fix -Wsign-compare in TestSectionSize.cpp (NFC) 2023-08-05 08:34:19 +08:00
Platform [lldb][Android] Add platform.plugin.remote-android.package-name 2023-06-20 16:17:21 -07:00
Process [lldb] Fix duplicate word typos; NFC 2023-09-01 21:32:24 -07:00
ScriptInterpreter [lldb] Add support for negative integer to {SB,}StructuredData 2023-05-22 16:14:00 -07:00
Signals [lldb][NFCI] Change return type of UnixSignals::GetSignalInfo 2023-08-22 10:54:06 -07:00
Symbol [lldb] Add missing StringExtras.h includes 2023-07-13 21:06:25 +01:00
SymbolFile Revert "[mlir][complex] Convert complex.abs to arith with fastmath flag" 2023-08-29 02:01:20 +05:00
Target [lldb][LocateModuleCallback] Call locate module callback in Platform too 2023-07-25 10:57:50 -07:00
TestingSupport
Thread
tools Use llvm::endianness::{big,little,native} (NFC) 2023-10-12 21:21:45 -07:00
UnwindAssembly
Utility [lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a pointer 2023-06-26 10:36:41 -07:00
CMakeLists.txt
gtest_common.h