llvm-project/lldb/unittests
Pavel Labath 42237d51ab [lldb] Fix PathMappingListTest for the Optional interface change 2022-11-24 11:11:05 +01:00
..
API [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
Breakpoint
Core [lldb] Remove LLDB reproducers 2022-09-19 14:43:31 -07:00
DataFormatter [lldb] Add matching based on Python callbacks for data formatters. 2022-10-19 12:53:38 -07:00
Disassembler Move GetControlFlowKind's logic to DisassemblerLLVMC.cpp 2022-07-26 12:05:23 -07:00
Editline Re-land "[lldb] Synchronize output through the IOHandler" 2022-03-15 12:53:46 -07:00
Expression [lldb] Allow plugins to extend DWARF expression parsing for vendor extensions 2022-11-22 14:38:07 +00:00
Host [lldb] [MainLoopPosix] Fix crash upon adding lots of pending callbacks 2022-10-17 17:48:44 +02:00
Instruction [LLDB][RISCV] Add RV32F instruction support for EmulateInstructionRISCV 2022-11-23 22:09:14 +08:00
Interpreter [lldb] Remove LLDB reproducers 2022-09-19 14:43:31 -07:00
Language [lldb][CPlusPlus] Introduce CPlusPlusLanguage::MethodName::GetReturnType 2022-10-31 12:25:18 +00:00
ObjectFile Change the meaning of a UUID with all zeros for data. 2022-08-30 10:17:58 -07:00
Platform [lldb] Remove LLDB reproducers 2022-09-19 14:43:31 -07:00
Process [lldb] Remove LLDB reproducers 2022-09-19 14:43:31 -07:00
ScriptInterpreter [lldb/Plugins] Improve error reporting with reading memory in Scripted Process 2022-11-18 13:56:48 -08:00
Signals Store a by name list of signals with their actions in the Target 2022-05-26 14:50:33 -07:00
Symbol Add the ability to see when a type in incomplete. 2022-11-23 10:07:12 -08:00
SymbolFile Attempt ro fix Windows build errors. 2022-11-17 10:50:34 -08:00
Target [lldb] Fix PathMappingListTest for the Optional interface change 2022-11-24 11:11:05 +01:00
TestingSupport Make CompilerType safe 2022-11-16 15:51:26 -08:00
Thread [lldb] Remove LLDB reproducers 2022-09-19 14:43: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/test] Fix StructuredDataTest::GetDescriptionEmpty warning (NFC) 2022-11-04 22:05:58 -07:00
debugserver
tools [LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo& 2022-10-12 08:10:24 +00:00
CMakeLists.txt lldb: Disable unittests if llvm_gtest target does not exist 2022-08-10 16:56:08 -07:00
gtest_common.h