llvm-capstone/lldb/unittests
2023-09-01 21:32:24 -07:00
..
API [lldb] Mark most SBAPI methods involving private types as protected or private 2023-05-10 12:36:55 -07:00
Breakpoint
Core [lldb] Add support for recognizing swift mangled names 2023-08-22 10:28:55 -07:00
DataFormatter [lldb] Remove remaining uses of llvm::Optional (NFC) 2023-01-07 14:36:35 -08:00
debugserver
Disassembler [lldb][NFC] Put disassembler test classes and methods in anonymous namespace 2023-09-01 11:49:54 +05:30
Editline
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 [lldb] Fix typo in LoongArch unittest 2023-02-07 15:09:04 +08:00
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 Use *{Map,Set}::contains (NFC) 2023-03-15 22:55:35 -07:00
Thread Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstance" 2023-01-13 09:13:03 -08:00
tools Don't enable stdin/out with a no-output test program 2023-08-30 15:12:31 -07:00
UnwindAssembly Update the CFA to use $sp when $fp is restored on arm64 2022-05-04 14:54:17 -07:00
Utility [lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a pointer 2023-06-26 10:36:41 -07:00
CMakeLists.txt [lldb/unittests/CMakeLists.txt] Remove extra compiler flag -include gtest_common.h, NFC 2022-12-02 10:45:49 -08:00
gtest_common.h