llvm/lldb/unittests
Andy Yankovsky 7d297de951 Reland "[lldb] Add support for using integral const static data members in the expression evaluator"
Reland 486787210d which broke tests on Arm and Windows.

* Windows -- on Windows const static data members with no out-of-class
  definition do have valid addresses, in constract to other platforms
  (Linux, macos) where they don't. Adjusted the test to expect success
  on Windows and failure on other platforms.

* Arm -- `int128` is not available on 32-bit ARM, so disable the test
  for this architecture.
2022-07-15 10:52:35 +00:00
..
API
Breakpoint
Core Use value_or instead of getValueOr (NFC) 2022-06-19 10:34:41 -07:00
DataFormatter
debugserver
Disassembler [trace] Add a flag to the decoder to output the instruction type 2022-07-12 16:23:03 -07:00
Editline
Expression
Host Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -07:00
Instruction
Interpreter
Language
ObjectFile
Platform [lldb] Add a test to prefer exact triple matches in platform selection 2022-07-11 16:35:51 -07:00
Process Use has_value instead of hasValue (NFC) 2022-07-13 01:58:03 -07:00
ScriptInterpreter
Signals Store a by name list of signals with their actions in the Target 2022-05-26 14:50:33 -07:00
Symbol
SymbolFile Reland "[lldb] Add support for using integral const static data members in the expression evaluator" 2022-07-15 10:52:35 +00:00
Target Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -07:00
TestingSupport
Thread
tools [lld] Don't use Optional::hasValue (NFC) 2022-06-26 19:29:40 -07:00
UnwindAssembly
Utility [lldb] Add support for escaping fish arguments 2022-07-11 16:44:46 -07:00
CMakeLists.txt
gtest_common.h