hanchenye-llvm-project/lldb
Jim Ingham 3139fc9767 Resubmit r354706 with a fix for process launch.
When the debugger is run in sync mode, you need to
be able to tell whether a hijacked resume is for some
special purpose (like waiting for the SIGSTOP on attach)
or just to perform a synchronous resume.  Target::Launch was doing
that wrong, and that caused stop-hooks on process launch
in source files to behave incorrectly.

<rdar://problem/48115661>

Differential Revision: https://reviews.llvm.org/D58727

llvm-svn: 355213
2019-03-01 18:13:38 +00:00
..
cmake [cmake] Move LLDB_DISABLE_LIBEDIT handling code into a central place 2019-02-28 16:04:54 +00:00
docs Mention predicting exception catch at throw site 2019-02-26 19:18:09 +00:00
examples Fix use of non-existing variable in crashlog.py 2019-01-31 17:33:17 +00:00
include/lldb Resubmit r354706 with a fix for process launch. 2019-03-01 18:13:38 +00:00
lit Resubmit r354706 with a fix for process launch. 2019-03-01 18:13:38 +00:00
lldb.xcodeproj Resubmit r354706 with a fix for process launch. 2019-03-01 18:13:38 +00:00
lldb.xcworkspace Remove accidentally commited file in xcshareddata 2019-02-05 23:35:01 +00:00
packages/Python/lldbsuite Pass arguments correctly to the objc object checker on arm64 2019-02-27 20:27:25 +00:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts Insert blocks of python code with swig instead of modify-python-lldb.py 2019-02-27 14:16:48 +00:00
source Resubmit r354706 with a fix for process launch. 2019-03-01 18:13:38 +00:00
test [CMake] Make lldb-test-deps a dependency of check-lldb 2019-02-13 20:51:13 +00:00
third_party/Python/module [dotest] Consider unexpected passes as failures. 2018-12-20 20:44:23 +00:00
tools Update com.apple.diagnosticd.diagnostic entitlement 2019-03-01 03:34:51 +00:00
unittests Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp 2019-02-27 21:42:10 +00:00
utils Use sys.executable in lldb-dotest 2019-02-15 07:41:17 +00:00
www Mention predicting exception catch at throw site 2019-02-26 19:18:09 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [cmake] Move LLDB_DISABLE_LIBEDIT handling code into a central place 2019-02-28 16:04:54 +00:00
CODE_OWNERS.txt Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
INSTALL.txt
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py