llvm-project/lldb/unittests
Michał Górny 39e0a87c26 [lldb] [Core] Pass error/status from Communication::ReadThread()
Ensure that the ConnectionStatus and Status from
Communication::ReadThread() is correctly passed to ::Read() in order
to fix further discrepancies between ::Read() calls in non-threaded
and threaded modes.

Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.llvm.org/D132577
2022-09-01 14:16:38 +02:00
..
API [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
Breakpoint
Core [lldb] [Core] Pass error/status from Communication::ReadThread() 2022-09-01 14:16:38 +02:00
DataFormatter [nfc] [lldb] Prevent needless copies of DataExtractor 2021-08-04 20:35:53 +02: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 [clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BASENAME` CPP macro 2022-08-20 12:52:21 -04:00
Host [lldb] Make CommunicationTest compatible with windows 2022-08-26 15:25:46 +02:00
Instruction [LLDB] Simplify cmake for instruction emulation unit tests 2022-09-01 09:40:04 +00:00
Interpreter [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
Language [lldb][unittests] Add more test cases to CPlusPlusNameParser unit-tests 2022-08-11 15:05:48 +01:00
ObjectFile Change the meaning of a UUID with all zeros for data. 2022-08-30 10:17:58 -07:00
Platform [lldb] Add a test to prefer exact triple matches in platform selection 2022-07-11 16:35:51 -07:00
Process Change the meaning of a UUID with all zeros for data. 2022-08-30 10:17:58 -07:00
ScriptInterpreter Remove Python 2 support from the ScriptInterpreter plugin 2022-04-27 08:26:25 -07:00
Signals Store a by name list of signals with their actions in the Target 2022-05-26 14:50:33 -07:00
Symbol [lldb] Automatically unwrap parameter packs in template argument accessors 2022-08-16 18:10:14 -07:00
SymbolFile Change the meaning of a UUID with all zeros for data. 2022-08-30 10:17:58 -07:00
Target [lldb] Make Process and subclass constructors protected 2022-08-08 17:34:27 +02:00
TestingSupport [lldb] Make CommunicationTest compatible with windows 2022-08-26 15:25:46 +02:00
Thread [lldb] Make Process and subclass constructors protected 2022-08-08 17:34:27 +02:00
UnwindAssembly Update the CFA to use $sp when $fp is restored on arm64 2022-05-04 14:54:17 -07:00
Utility Change the meaning of a UUID with all zeros for data. 2022-08-30 10:17:58 -07:00
debugserver [lldb] [unittests] Fix TcpListen() call in RNBSocketTest 2021-10-26 21:08:03 +02:00
tools [lld] Don't use Optional::hasValue (NFC) 2022-06-26 19:29:40 -07:00
CMakeLists.txt lldb: Disable unittests if llvm_gtest target does not exist 2022-08-10 16:56:08 -07:00
gtest_common.h