llvm-capstone/lldb/unittests
Jordan Rupprecht c3193e464c [lldb/ipv6] Support running lldb tests in an ipv6-only environment.
When running in an ipv6-only environment where `AF_INET` sockets are not available, many lldb tests (mostly gdb remote tests) fail because things like `127.0.0.1` don't work there.

Use `localhost` instead of `127.0.0.1` whenever possible, or include a fallback of creating `AF_INET6` sockets when `AF_INET` fails.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D87333
2020-09-30 11:08:41 -07:00
..
API [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
Breakpoint
Core
DataFormatter
debugserver Build a flat LLDB.framework for embedded Darwin targets 2020-08-12 13:34:29 -07:00
Disassembler
Editline
Expression [lldb/cmake] Fix testing support library dependencies 2020-09-15 13:32:08 +02:00
Host [lldb/ipv6] Support running lldb tests in an ipv6-only environment. 2020-09-30 11:08:41 -07:00
Instruction
Interpreter
Language
ObjectFile
Platform Factor out common code from the iPhone/AppleTV/WatchOS simulator platform plugins. (NFC) 2020-08-06 16:36:58 -07:00
Process Load correct module for linux and android when duplicates exist in minidump. 2020-08-26 15:48:34 -07:00
ScriptInterpreter Revert "Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."" 2020-09-29 12:01:14 -07:00
Signals
Symbol [DWARFYAML] Make the include_directories, file_names and opcodes fields of the line table optional. 2020-09-18 20:21:11 +08:00
SymbolFile Fix .debug_aranges parsing. 2020-09-15 11:50:57 -07:00
Target
TestingSupport [lldb/cmake] Fix testing support library dependencies 2020-09-15 13:32:08 +02:00
Thread
tools
UnwindAssembly
Utility [lldb/Utility] Use APSInt in the Scalar class 2020-08-27 15:05:47 +02:00
CMakeLists.txt
gtest_common.h