llvm-project/lldb
Tiezhu Yang 8cca7f3bf7 Reland "[LLDB] [LoongArch] Add loongarch64 case in ComputeHostArchitectureSupport()"
This is a simple change, loongarch64 host also supports 32-bit binaries,
so note it.

Without this patch:

```
[loongson@linux build]$ ./tools/lldb/unittests/Host/HostTests | tail -6
[==========] 78 tests from 18 test suites ran. (16 ms total)
[  PASSED  ] 77 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] HostTest.GetProcessInfo

 1 FAILED TEST
```

With this patch:

```
[loongson@linux build]$ ./tools/lldb/unittests/Host/HostTests | tail -2
[==========] 78 tests from 18 test suites ran. (15 ms total)
[  PASSED  ] 78 tests.
```

Reviewed By: SixWeining, xen0n, MaskRay, DavidSpickett

Differential Revision: https://reviews.llvm.org/D137312
2022-11-04 10:40:53 +08:00
..
bindings [lldb][Docs][NFC] Fix sphinx warnings/errors for LLDB docs 2022-10-28 11:31:15 +01:00
cmake Harmonize cmake_policy() across standalone builds of all projects 2022-10-28 08:46:48 +02:00
docs [lldb] Document QSetDetachOnError packet 2022-11-01 14:09:33 -07:00
examples [lldb/crashlog] Add support for Application Specific Backtraces & Information 2022-11-03 14:44:53 -07:00
include/lldb Override CalculateFrameVariableError in SymbolFileOnDemand 2022-11-03 15:09:07 -07:00
packages/Python/lldbsuite [lldb-vscode] Send Statistics Dump in terminated event 2022-11-03 18:15:38 -07:00
resources
scripts
source Reland "[LLDB] [LoongArch] Add loongarch64 case in ComputeHostArchitectureSupport()" 2022-11-04 10:40:53 +08:00
test [lldb-vscode] Send Statistics Dump in terminated event 2022-11-03 18:15:38 -07:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools [lldb-vscode] Send Statistics Dump in terminated event 2022-11-03 18:15:38 -07:00
unittests [lldb/Utility] Add GetDescription(Stream&) to StructureData::* 2022-11-03 14:44:53 -07:00
utils [test] Fix LLDB tests with just-built libcxx when using a target directory. 2022-10-26 12:07:22 -07:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt Harmonize cmake_policy() across standalone builds of all projects 2022-10-28 08:46:48 +02:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py