[all-commits] [llvm/llvm-project] 0b0dca: [lldb] Fix exception breakpoint not being resolved...
Martin Svensson via All-commits
all-commits at lists.llvm.org
Fri Nov 22 02:20:33 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0b0dca9f6fe34333abdb437bd1d3d92c8362a2e6
https://github.com/llvm/llvm-project/commit/0b0dca9f6fe34333abdb437bd1d3d92c8362a2e6
Author: Martin Svensson <poya at me.com>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
M lldb/source/Target/LanguageRuntime.cpp
Log Message:
-----------
[lldb] Fix exception breakpoint not being resolved when set on dummy target
Summary: Ensure that breakpoint ivar is properly set in exception breakpoint resolver so that exception breakpoints set on dummy targets are resolved once real targets are created and run.
Reviewers: jingham
Reviewed By: jingham
Subscribers: teemperor, JDevlieghere, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D69880
More information about the All-commits
mailing list