llvm-project/lldb
Jim Ingham 7049b0ad4d Stop-hooks weren't getting called on step-out. Fix that.
There was a little bit of logic in the StopInfoBreakpoint::PerformAction
that would null out the StopInfo once we had a completed plan so that the
next call to GetStopInfo would replace it with the StopInfoThreadPlan.

But the stop-hooks check for whether a thread stopped for a reason didn't
trigger this conversion.  So I added an API to do that directly, and then
called it where before we just reset the StopInfo.

<rdar://problem/54270767>

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

llvm-svn: 369052
2019-08-15 21:37:52 +00:00
..
cmake Enable lldb-server on Windows 2019-08-13 23:50:54 +00:00
docs [Docs] Fix (incorrect) code highlighting 2019-08-07 23:12:40 +00:00
examples [Symbolication] Remove some dead code. Nothing exciting. 2019-07-29 21:25:51 +00:00
include/lldb Stop-hooks weren't getting called on step-out. Fix that. 2019-08-15 21:37:52 +00:00
lit Revert "Minidump/Windows: Fix module lookup" 2019-08-14 12:26:51 +00:00
packages/Python/lldbsuite Stop-hooks weren't getting called on step-out. Fix that. 2019-08-15 21:37:52 +00:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [lldb] Remove Xcode project legacy 2019-07-24 09:20:14 +00:00
source Stop-hooks weren't getting called on step-out. Fix that. 2019-08-15 21:37:52 +00:00
test [dotest] Remove multiprocessing 2019-07-30 16:42:47 +00:00
third_party/Python/module Initial support for native debugging of x86/x64 Windows processes 2019-08-13 22:18:01 +00:00
tools [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
unittests [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
utils [TableGen] Move helpers into LLDBTableGenUtils. 2019-07-31 00:47:00 +00:00
.arcconfig
.clang-format
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [lldb] Let LLDB depend on intrinsics_gen to fix non-deterministic module build failures 2019-08-15 07:29:53 +00:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
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