llvm/lldb
Tatyana Krasnukha e97c693bb0 [lldb/Process/Windows] Attempting to kill exited/detached process in not an error
The lldb test-suite on Windows reports a 'CLEANUP ERROR' when attempting to kill
an exited/detached process. This change makes ProcessWindows consistent with
the other processes which only log the error. After this change a number of
'CLEANUP ERROR' messages are now removed.

Differential Revision: https://reviews.llvm.org/D84957
2020-08-03 12:52:43 +03:00
..
bindings [lldb] Move finish_swig logic into a function in the binding dir 2020-07-29 17:59:56 -07:00
cmake [CMake] Move find_package(ZLIB) to LLVMConfig 2020-07-27 17:13:55 -07:00
docs [lldb/Docs] Remove stale bot on GreenDragon and add reproducer one 2020-07-30 13:51:16 -07:00
examples Harmonize Python shebang 2020-07-16 21:53:45 +02:00
include/lldb [lldb] Add copy ctor/assignment operator to SBCommandInterpreterRunOptions 2020-07-30 10:39:30 -07:00
packages/Python [lldb][test] Move registers-target-xml-reading target to the correct test location. 2020-07-30 10:28:32 -07:00
resources
scripts Harmonize Python shebang 2020-07-16 21:53:45 +02:00
source [lldb/Process/Windows] Attempting to kill exited/detached process in not an error 2020-08-03 12:52:43 +03:00
test [lldb] [test] Fix DW_TAG_GNU_call_site-DW_AT_low_pc.s relocation 2020-08-02 22:41:02 +02:00
third_party/Python/module Harmonize Python shebang 2020-07-16 21:53:45 +02:00
tools [debugserver] Fix that is_dot_app is producing unused warnings 2020-08-03 10:24:21 +02:00
unittests fix lldb test on lib64 systems 2020-08-03 11:19:07 +02:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [lldb] Move finish_swig logic into a function in the binding dir 2020-07-29 17:59:56 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py