llvm-capstone/lldb/test/API
jimingham 9d3aec5535
Fix a stall in running quit while a live process is running (#74687)
We need to generate events when finalizing, or we won't know that we
succeeded in stopping the process to detach/kill. Instead, we stall and
then after our 20 interrupt timeout, we kill the process (even if we
were supposed to detach) and exit.

OTOH, we have to not generate events when the Process is being
destructed because shared_from_this has already been torn down, and
using it will cause crashes.
2023-12-07 14:36:27 -08:00
..
android/platform [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
api [lldb] Additional pieces towards OpenBSD support (#74198) 2023-12-04 15:14:49 -05:00
arm [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
assert_messages_test [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
benchmarks [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
commands [lldb][test] Remove reason from unittest2.expectedFailure usage (#73028) 2023-11-28 23:36:05 -06:00
driver Fix a stall in running quit while a live process is running (#74687) 2023-12-07 14:36:27 -08:00
functionalities [lldb][test] Remove reason from unittest2.expectedFailure usage (#73028) 2023-11-28 23:36:05 -06:00
iohandler Fix a bug in handling ^C at the "y/n/a" completion prompt. 2023-09-27 17:20:48 -07:00
lang [lldb][test] TestConstStaticIntegralMember.py: un-XFAIL tests for DWARFv5 2023-12-07 11:38:26 +00:00
linux [lldb][AArch64][Linux] Add register field information for SME's SVCR register (#71809) 2023-11-10 09:30:11 +00:00
lldbutil-tests/failed-to-hit-breakpoint [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
lua_api [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
macosx Add "process metadata" Mach-O LC_NOTE for corefiles 2023-09-11 16:46:18 -07:00
python_api [lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845) 2023-11-30 14:59:10 -08:00
qemu [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
repl/clang [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
sample_test [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
sanity [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
source-manager [lldb] Fix Python test formatting (NFC) 2023-08-04 14:36:13 -07:00
symbol_ondemand [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
terminal [lldb] Add config and decorator for wide character support in Editline (#66447) 2023-09-14 22:16:24 -07:00
test_runner/test [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
test_utils [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
tools [lldb] Additional pieces towards OpenBSD support (#74198) 2023-12-04 15:14:49 -05:00
types [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
CMakeLists.txt [lldb] Support Compact C Type Format (CTF) 2023-07-13 11:30:52 -07:00
dotest.py [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
get_darwin_real_python.py [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
lit.cfg.py [lldb] Make use of LD_LIBRARY_PATH on OpenBSD (#74017) 2023-12-01 16:06:22 -05:00
lit.site.cfg.py.in [test] Fix LLDB tests with just-built libcxx when using a target directory. 2022-10-26 12:07:22 -07:00
lldbtest.py [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
use_lldb_suite.py [lldb] Replace the usage of module imp with module importlib (#70443) 2023-10-31 17:08:55 -03:00