teak-llvm/lldb/packages/Python/lldbsuite/test/expression_command
Zachary Turner 783550be62 Remove assumptions that thread 0 is always the main thread.
Starting with Windows 10, the Windows loader is itself multi-threaded,
meaning that the loader spins up a few threads to do process
initialization before it executes main.  Windows delivers these
notifications asynchronously and they can come out of order, so
we can't be sure that the first thread we get a notification about
is actually the zero'th thread.

This patch fixes this by requesting the thread stopped at the
breakpoint that was specified, rather than getting thread 0 and
verifying that it is stopped at a breakpoint.

Differential Revision: http://reviews.llvm.org/D16247

llvm-svn: 258432
2016-01-21 21:07:30 +00:00
..
call-function Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
call-restarts Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
call-throws Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
char Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
expr-in-syscall Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
formatters Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
issue_11588 Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
macros XFAIL some tests failing for Windows -> Android 2015-12-17 10:58:35 +00:00
options [test] Fix comment. 2015-11-12 00:43:22 +00:00
persist_objc_pointeetype Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
persistent_ptr_update Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
persistent_types Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
persistent_variables Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
po_verbosity Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
radar_8638051 Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
radar_9531204 Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
radar_9673664 Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
test Remove assumptions that thread 0 is always the main thread. 2016-01-21 21:07:30 +00:00
timeout Recommit "Fix race during process interruption" 2015-12-07 12:36:52 +00:00
two-files Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
.categories