llvm-capstone/lldb/unittests
Jason Molenda 3621f83804 Don't enable stdin/out with a no-output test program
A followon to  https://reviews.llvm.org/D158237 ,
where this text can print stdout text when run
under address-sanitizer, and the test harness
does not expect any output, resulting in a test
failure on a sanitizer CI bot.
2023-08-30 15:12:31 -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 [lldb] [unittests] Fix TcpListen() call in RNBSocketTest 2021-10-26 21:08:03 +02:00
Disassembler [lldb][NFC] Use MCInstrAnalysis when available in the disassembler plugin 2023-08-14 08:37:41 +05:30
Editline Re-land "[lldb] Synchronize output through the IOHandler" 2022-03-15 12:53:46 -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 [lldb] Fix typo in LoongArch unittest 2023-02-07 15:09:04 +08:00
Interpreter [lldb][NFCI] Remove unneeded ConstString constructions for OptionValueProperties::AppendProperty 2023-06-26 11:06:29 -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][test] Fix -Wsign-compare in GDBRemoteCommunicationClientTest.cpp (NFC) 2023-05-23 09:09:07 +08: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