llvm-project/lldb/packages/Python/lldbsuite/test/api/multithreaded
Pavel Labath e92050f044 Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_state
The test was attempting to backtrace a process after every state change event (including the
"running", and "restarted" ones), which is not a good idea.

llvm-svn: 279512
2016-08-23 12:10:03 +00:00
..
Makefile Merge ENABLE_THREADS and ENABLE_STD_THREADS markers 2015-12-15 12:11:00 +00:00
TestMultithreaded.py Rewriting TestMultithreaded.py to solve flakyness on Linux 2016-05-11 09:54:41 +00:00
common.h getwd(3) with NULL pointer extension is supported on NetBSD 2015-12-07 21:21:12 +00:00
driver.cpp
inferior.cpp
listener_test.cpp
lldb-headers.h
test_breakpoint_callback.cpp
test_listener_event_description.cpp
test_listener_event_process_state.cpp Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_state 2016-08-23 12:10:03 +00:00
test_listener_resume.cpp