llvm-project/lldb
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
..
bindings Don't create sections for SHN_ABS symbols in ELF files. 2022-08-22 14:46:27 -07:00
cmake Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited" 2022-08-25 11:13:46 -04:00
docs [lldb][docs] Fix formatting in fuzzing doc 2022-08-26 22:15:38 -05:00
examples [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
include/lldb [lldb] [Core] Pass error/status from Communication::ReadThread() 2022-09-01 14:16:38 +02:00
packages/Python/lldbsuite [LLDB] Make API tests to run using MSYS tools 2022-09-01 14:00:46 +05:00
resources
scripts
source [lldb] [Core] Pass error/status from Communication::ReadThread() 2022-09-01 14:16:38 +02:00
test [LLDB] Make build.py use uname to set platform 2022-09-01 14:00:47 +05:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools Modify all register values whose byte size matches the address size to be formatter as eFormatAddressInfo. 2022-08-22 14:48:16 -07:00
unittests [lldb] [Core] Pass error/status from Communication::ReadThread() 2022-09-01 14:16:38 +02:00
utils Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str. 2022-08-31 18:00:18 -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 lldb: Disable unittests if llvm_gtest target does not exist 2022-08-10 16:56:08 -07: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